Small css fixes and cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@9713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f0804b3c26
commit
47a824081a
|
@ -49,6 +49,6 @@
|
|||
#adminmenu li.wp-has-current-submenu a.wp-has-submenu {
|
||||
background: #b5b5b5 url(../images/menu-bits-rtl.gif) repeat-x scroll right top;
|
||||
}
|
||||
.ui-sortable .postbox:hover .handlediv {
|
||||
.meta-box-sortables .postbox:hover .handlediv {
|
||||
background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -111px;
|
||||
}
|
||||
|
|
|
@ -1117,12 +1117,6 @@ table.diff .diff-addedline ins {
|
|||
color: #606060;
|
||||
}
|
||||
|
||||
#replydiv,
|
||||
.inline-editor .quick-edit-div {
|
||||
border-color: #EBEBEB #CCC #CCC #EBEBEB;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#replysubmit {
|
||||
background-color: #EAF3FA;
|
||||
border-top-color: #ddd;
|
||||
|
@ -1196,6 +1190,6 @@ div.star.select:hover {
|
|||
color: #D54E21;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox:hover .handlediv {
|
||||
.meta-box-sortables .postbox:hover .handlediv {
|
||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
|
||||
}
|
||||
|
|
|
@ -64,6 +64,6 @@
|
|||
background: #b5b5b5 url(../images/menu-bits-rtl.gif) repeat-x scroll right top;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox:hover .handlediv {
|
||||
.meta-box-sortables .postbox:hover .handlediv {
|
||||
background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -111px;
|
||||
}
|
||||
|
|
|
@ -120,9 +120,7 @@ div.nav,
|
|||
#replyhandle,
|
||||
h3.info-box-title,
|
||||
#screen-options-wrap,
|
||||
#wpbody-content .describe tr,
|
||||
#edithead,
|
||||
#replyhead {
|
||||
#wpbody-content .describe tr {
|
||||
background-color: #eaf3fa;
|
||||
}
|
||||
|
||||
|
@ -149,8 +147,8 @@ strong .post-com-count span {
|
|||
background-color: #2583ad;
|
||||
}
|
||||
|
||||
#login form .submit input, .search-box .button,
|
||||
#ed_reply_toolbar {
|
||||
#login form .submit input,
|
||||
.search-box .button {
|
||||
background-color: #cee1ef !important;
|
||||
}
|
||||
|
||||
|
@ -1204,6 +1202,7 @@ table.diff .diff-addedline ins {
|
|||
color: #D54E21;
|
||||
}
|
||||
|
||||
|
||||
#screen-options-wrap,
|
||||
#contextual-help-wrap {
|
||||
background-color: #f1f1f1;
|
||||
|
@ -1214,20 +1213,23 @@ table.diff .diff-addedline ins {
|
|||
color: #606060;
|
||||
}
|
||||
|
||||
#replydiv,
|
||||
.inline-editor .quick-edit-div {
|
||||
border-color: #EBEBEB #CCC #CCC #EBEBEB;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#replysubmit {
|
||||
background-color: #EAF3FA;
|
||||
background-color: #f1f1f1;
|
||||
border-top-color: #ddd;
|
||||
}
|
||||
|
||||
#replyerror {
|
||||
border-color: #ddd;
|
||||
background-color: #f8f8f8;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
#edithead,
|
||||
#replyhead {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
#ed_reply_toolbar {
|
||||
background-color: #e9e9e9;
|
||||
}
|
||||
|
||||
/* table vim shortcuts */
|
||||
|
@ -1287,7 +1289,7 @@ div.star.select:hover {
|
|||
}
|
||||
|
||||
.inline-editor .quick-edit-save {
|
||||
background-color: #EAF3FA;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
#replyrow #ed_reply_toolbar input:hover {
|
||||
|
@ -1299,7 +1301,7 @@ div.star.select:hover {
|
|||
color: #D54E21;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox:hover .handlediv {
|
||||
.meta-box-sortables .postbox:hover .handlediv {
|
||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
|
||||
}
|
||||
|
||||
|
|
|
@ -251,7 +251,7 @@ ul#adminmenu li.write-new-button a {
|
|||
}
|
||||
/* 1500 - 1800
|
||||
=================================== */
|
||||
.ui-sortable .postbox .handlediv {
|
||||
.meta-box-sortables .postbox .handlediv {
|
||||
float: left;
|
||||
}
|
||||
.metabox-holder .postbox h3,
|
||||
|
@ -463,10 +463,7 @@ td.action-links, th.action-links {
|
|||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.inline-editor .quick-edit-div {
|
||||
float: right;
|
||||
margin: 0 0 3px 5px;
|
||||
}
|
||||
|
||||
/* 2500 - 2700
|
||||
=================================== */
|
||||
#bulk-titles div a {
|
||||
|
|
|
@ -1463,6 +1463,12 @@ table.form-table td .updated {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
#normal-sortables .postbox #replyrow .submit {
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
#side-sortables {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
@ -1649,7 +1655,7 @@ table.form-table td .updated {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox .handlediv {
|
||||
.meta-box-sortables .postbox .handlediv {
|
||||
float: right;
|
||||
width: 23px;
|
||||
height: 27px;
|
||||
|
@ -1756,6 +1762,11 @@ table.form-table td .updated {
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
input#link_description,
|
||||
input#link_url {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
#pending {
|
||||
background: 0 none;
|
||||
border: 0 none;
|
||||
|
@ -2515,7 +2526,6 @@ fieldset {
|
|||
#replyrow #ed_reply_toolbar input {
|
||||
margin: 1px 2px 1px 1px;
|
||||
min-width: 26px;
|
||||
min-height: 25px;
|
||||
padding: 3px 4px;
|
||||
font-size: 12px;
|
||||
-moz-border-radius: 3px;
|
||||
|
@ -3154,3 +3164,4 @@ br.clear {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -215,7 +215,7 @@ border:0; margin:0; padding:0; white-space:nowrap; text-decoration:none; font-we
|
|||
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px;}
|
||||
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
|
||||
.wp_themeSkin a.mceMoreColors:hover {}
|
||||
.wp_themeSkin .mceColorPreview {margin-left: -4px 0 0 2px; width:16px; height:4px; overflow:hidden}
|
||||
.wp_themeSkin .mceColorPreview {margin: -4px 0 0 2px; width:16px; height:4px; overflow:hidden}
|
||||
|
||||
/* Menu */
|
||||
.wp_themeSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000;}
|
||||
|
|
Loading…
Reference in New Issue