git-svn-id: http://svn.automattic.com/wordpress/trunk@19131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1345,20 +1345,6 @@ form.upgrade .hint {
|
||||
6.1 - Screen Options Tabs
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#screen-meta {
|
||||
position: fixed;
|
||||
top: -250px;
|
||||
left: 146px;
|
||||
right: 0;
|
||||
z-index: 20;
|
||||
margin: 28px 15px 0 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.folded #screen-meta {
|
||||
left: 33px;
|
||||
}
|
||||
|
||||
#screen-options-wrap,
|
||||
#contextual-help-wrap {
|
||||
margin: 0;
|
||||
@@ -1373,17 +1359,50 @@ form.upgrade .hint {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.screen-meta-toggle {
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 20px;
|
||||
display: none;
|
||||
#screen-meta-links {
|
||||
margin: 0 24px 0 0;
|
||||
}
|
||||
|
||||
.screen-meta-toggle a {
|
||||
/* screen options and help tabs revert */
|
||||
#screen-meta {
|
||||
margin: 0 15px 0 5px;
|
||||
border-width: 0 1px 1px;
|
||||
border-style: none solid solid;
|
||||
}
|
||||
|
||||
#screen-options-link-wrap,
|
||||
#contextual-help-link-wrap {
|
||||
float: right;
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
margin: 0 0 0 6px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
#screen-options-link-wrap,
|
||||
#contextual-help-link-wrap,
|
||||
#screen-meta {
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings {
|
||||
text-decoration: none;
|
||||
z-index: 1;
|
||||
padding: 0 16px 0 6px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
/* end screen options and help tabs */
|
||||
|
||||
.toggle-arrow {
|
||||
background-repeat: no-repeat;
|
||||
@@ -1423,24 +1442,9 @@ form.upgrade .hint {
|
||||
6.2 - Help Menu
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#contextual-help-back {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 3px;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
|
||||
border-width: 0 1px 1px;
|
||||
border-style: solid;
|
||||
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
#contextual-help-wrap {
|
||||
padding: 0 0 0 4px;
|
||||
padding: 0;
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
.contextual-help-tabs {
|
||||
@@ -1470,7 +1474,7 @@ form.upgrade .hint {
|
||||
|
||||
.contextual-help-tabs .active {
|
||||
padding: 0 2px;
|
||||
margin: 0 -1px 0 -3px;
|
||||
margin: 0 -1px 0 0;
|
||||
border-width: 1px 0 1px 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user