Fix logo styling, positioning
This commit is contained in:
@@ -57,6 +57,7 @@ label {
|
||||
}
|
||||
|
||||
.header_submit{
|
||||
color:#272727;
|
||||
background-color:#aaa;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(##D2D2D2), to(#aaa));
|
||||
background-image: -webkit-linear-gradient(top, #D2D2D2, #aaa);
|
||||
@@ -65,9 +66,9 @@ label {
|
||||
background-image: -o-linear-gradient(top, #D2D2D2, #aaa);
|
||||
background-image: linear-gradient(top, #D2D2D2, #aaa);
|
||||
box-shadow:0px 0px 4px #000;
|
||||
color:#272727;
|
||||
border-radius:5px 5px 5px 5px;
|
||||
padding:5px 8px;
|
||||
margin:8px;
|
||||
padding:3px 8px;
|
||||
text-decoration:none;
|
||||
border:medium none;
|
||||
font-family:'Carter One',arial,serif;
|
||||
@@ -89,19 +90,6 @@ label {
|
||||
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 {
|
||||
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 |
Reference in New Issue
Block a user