Header style change
This commit is contained in:
parent
5101f84404
commit
afcb08553e
@ -113,10 +113,10 @@ input, textarea {
|
||||
}
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
padding-top: 14px;
|
||||
width: 98%;
|
||||
padding: 6px 1% 0;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid #333;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.header_right {
|
||||
@ -144,7 +144,7 @@ footer {
|
||||
height: 30px;
|
||||
border-top: 1px solid #333;
|
||||
bottom: 0px;
|
||||
padding-top: 8px;
|
||||
padding: 8px 0;
|
||||
text-align: center;
|
||||
font-size: 0.875em;
|
||||
clear: both;
|
||||
@ -560,11 +560,6 @@ table.media_panel th {
|
||||
padding: 9px 14px;
|
||||
}
|
||||
|
||||
.header_right {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -36,7 +36,6 @@
|
||||
</head>
|
||||
<body>
|
||||
{% block mediagoblin_body %}
|
||||
<div class="container">
|
||||
{% block mediagoblin_header %}
|
||||
<header>
|
||||
{% block mediagoblin_logo %}
|
||||
@ -61,11 +60,9 @@
|
||||
class="button_action_highlight">
|
||||
{% trans %}Verify your email!{% endtrans %}</a>
|
||||
{% endif %}
|
||||
|
||||
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
|
||||
user= request.user.username) }}">
|
||||
{{ request.user.username }}</a>
|
||||
|
||||
(<a href="{{ request.urlgen('mediagoblin.auth.logout') }}">{% trans %}log out{% endtrans %}</a>)
|
||||
{% else %}
|
||||
<a href="{{ request.urlgen('mediagoblin.auth.login') }}">
|
||||
@ -74,6 +71,7 @@
|
||||
</div>
|
||||
</header>
|
||||
{% endblock %}
|
||||
<div class="container">
|
||||
<div class="mediagoblin_content">
|
||||
{% include "mediagoblin/utils/messages.html" %}
|
||||
{% block mediagoblin_content %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user