Attach 'Screen Options' button to the sliding layer and related changes

git-svn-id: https://develop.svn.wordpress.org/trunk@9363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-27 01:22:24 +00:00
parent 6096aa0634
commit 394968b4e1
19 changed files with 107 additions and 187 deletions

View File

@@ -807,8 +807,12 @@ table.diff .diff-addedline ins {
}
#screen-options-wrap {
background-color: #E4F2FD;
border-color: #c6d9e9;
background-color: #f1f1f1;
border-color: #dfdfdf;
}
#screen-options a.show-settings {
color: #606060;
}
#replydiv,

View File

@@ -13,7 +13,6 @@
#wpbody-content {
overflow: hidden;
padding-top: 10px;
}
#adminmenu {
@@ -163,10 +162,8 @@ h6 {
.subsubsub {
list-style: none;
margin: 0;
margin: 0 0 5px;
padding: 0;
position: relative;
top: -5px;
white-space: nowrap;
font-size: 12px;
float: left;
@@ -296,10 +293,9 @@ th.check-column + th, th.check-column + td {
}
.wrap h2 {
clear: both;
font: italic normal normal 24px/29px Georgia, "Times New Roman", Times, serif;
margin: 5px 0 10px;
padding: 8px 15px 4px 0;
margin: 0;
padding: 20px 15px 10px 0;
}
.wrap h2.long-header {