New screen options tab design. props JohnONolan, fixes #13477.

git-svn-id: https://develop.svn.wordpress.org/trunk@14774 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-21 03:20:25 +00:00
parent fff44ccfd1
commit fc29f5f077
9 changed files with 10 additions and 7 deletions

View File

@@ -2534,11 +2534,15 @@ fieldset {
#screen-options-link-wrap,
#contextual-help-link-wrap {
float: right;
background: transparent url( ../images/screen-options-left.gif ) no-repeat 0 0;
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
height: 22px;
padding: 0;
margin: 0 6px 0 0;
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
background: #e3e3e3;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
}
#screen-meta a.show-settings {