New layout for root.html

This commit is contained in:
Jef van Schendel
2011-08-20 20:54:41 +02:00
parent f5782fac43
commit c9fe89a499
3 changed files with 26 additions and 21 deletions

View File

@@ -93,7 +93,7 @@ a.mediagoblin_logo{
font-weight: bold;
}
.header_submit{
.header_submit, .header_submit_highlight{
color: #272727;
background-color: #aaa;
background-image: -webkit-gradient(linear, left top, left bottom, from(##D2D2D2), to(#aaa));
@@ -111,6 +111,10 @@ a.mediagoblin_logo{
font-style: normal;
}
.header_submit_highlight{
background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109, 173, 144));
}
.mediagoblin_footer {
height: 30px;
border-top: 1px solid #333;