MDL-36368 theme_sky_high: fixes regression found when testing MDL-35275
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
@@ -44,9 +44,9 @@ a:active, a:hover, a:focus {
|
||||
border-right: 2px solid #5ea4dc;
|
||||
border-bottom: 2px solid #5ea4dc;
|
||||
filter:alpha(opacity=90);
|
||||
-moz-opacity:0.9;
|
||||
-khtml-opacity: 0.9;
|
||||
opacity: 0.9;
|
||||
-moz-opacity: 0.9;
|
||||
opacity: 0.9;
|
||||
}
|
||||
#newmessageoverlay #newmessagelinks {
|
||||
border-top: 1px dashed #ccc;
|
||||
@@ -66,6 +66,12 @@ a:active, a:hover, a:focus {
|
||||
margin-bottom: 0px;
|
||||
height: 80px;
|
||||
border-bottom: 1px solid #fff;
|
||||
width: 100%;
|
||||
}
|
||||
.dir-rtl #page-header {
|
||||
background-image: url([[pix:theme|header-rtl]]);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left top;
|
||||
}
|
||||
.logo {
|
||||
height: 50px;
|
||||
@@ -273,6 +279,11 @@ body.has_dock {
|
||||
height: 75px;
|
||||
text-align: left;
|
||||
}
|
||||
.dir-rtl #page-footer-inner {
|
||||
background-image: url([[pix:theme|footer-rtl]]);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left top;
|
||||
}
|
||||
#page-footer .footnote {
|
||||
float: left;
|
||||
padding-top: 80px;
|
||||
|
||||
Reference in New Issue
Block a user