Fix logo styling, positioning
This commit is contained in:
parent
681e137194
commit
8d74ec4dde
@ -57,6 +57,7 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header_submit{
|
.header_submit{
|
||||||
|
color:#272727;
|
||||||
background-color:#aaa;
|
background-color:#aaa;
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(##D2D2D2), to(#aaa));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(##D2D2D2), to(#aaa));
|
||||||
background-image: -webkit-linear-gradient(top, #D2D2D2, #aaa);
|
background-image: -webkit-linear-gradient(top, #D2D2D2, #aaa);
|
||||||
@ -65,9 +66,9 @@ label {
|
|||||||
background-image: -o-linear-gradient(top, #D2D2D2, #aaa);
|
background-image: -o-linear-gradient(top, #D2D2D2, #aaa);
|
||||||
background-image: linear-gradient(top, #D2D2D2, #aaa);
|
background-image: linear-gradient(top, #D2D2D2, #aaa);
|
||||||
box-shadow:0px 0px 4px #000;
|
box-shadow:0px 0px 4px #000;
|
||||||
color:#272727;
|
|
||||||
border-radius:5px 5px 5px 5px;
|
border-radius:5px 5px 5px 5px;
|
||||||
padding:5px 8px;
|
margin:8px;
|
||||||
|
padding:3px 8px;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
border:medium none;
|
border:medium none;
|
||||||
font-family:'Carter One',arial,serif;
|
font-family:'Carter One',arial,serif;
|
||||||
@ -89,19 +90,6 @@ label {
|
|||||||
padding-bottom:74px;
|
padding-bottom:74px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.mediagoblin_logo {
|
|
||||||
width:34px;
|
|
||||||
height:25px;
|
|
||||||
margin-right:10px;
|
|
||||||
background-image:url('../images/icon.png');
|
|
||||||
background-position:0px 0px;
|
|
||||||
display:inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.mediagoblin_logo:hover {
|
|
||||||
background-position:0px -28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mediagoblin_header_right {
|
.mediagoblin_header_right {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
BIN
mediagoblin/static/images/logo.png
Normal file
BIN
mediagoblin/static/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 839 B |
@ -38,7 +38,7 @@
|
|||||||
<div class="container_16">
|
<div class="container_16">
|
||||||
<div class="grid_16">
|
<div class="grid_16">
|
||||||
{% block mediagoblin_logo %}
|
{% block mediagoblin_logo %}
|
||||||
<a class="mediagoblin_logo" href="{{ request.urlgen('index') }}"></a>
|
<a class="mediagoblin_logo" href="{{ request.urlgen('index') }}"><img src="{{ request.staticdirect('/images/logo.png') }}" alt="Mediagoblin logo" /></a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% if request.user %}
|
{% if request.user %}
|
||||||
<a class="header_submit" href="{{ request.urlgen('mediagoblin.submit.start') }}">Submit media</a>
|
<a class="header_submit" href="{{ request.urlgen('mediagoblin.submit.start') }}">Submit media</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user