Some more css cleanup, see #18314

git-svn-id: https://develop.svn.wordpress.org/trunk@19090 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-10-29 21:50:32 +00:00
parent 115014be64
commit 9588256ab5
2 changed files with 18 additions and 41 deletions

File diff suppressed because one or more lines are too long

View File

@ -974,11 +974,6 @@ p.search-box {
margin-left: 18px; margin-left: 18px;
} }
#post-status-display,
#post-visibility-display {
font-weight: bold;
}
.side-info { .side-info {
margin: 0; margin: 0;
padding: 4px; padding: 4px;
@ -1588,12 +1583,6 @@ form.upgrade .hint {
padding: 0; padding: 0;
} }
#adminmenu .wp-submenu li.current,
#adminmenu .wp-submenu li.current a,
#adminmenu .wp-submenu li.current a:hover {
font-weight: bold;
}
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
@ -2860,12 +2849,6 @@ input#link_url {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
#post-body ul.category-tabs li.tabs a,
#post-body ul.add-menu-item-tabs li.tabs a {
font-weight: bold;
text-decoration: none;
}
.wp-tab-panel, .wp-tab-panel,
.categorydiv div.tabs-panel, .categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel, .customlinkdiv div.tabs-panel,
@ -3277,12 +3260,6 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
#post-body ul.category-tabs li.tabs a,
#post-body ul.add-menu-item-tabs li.tabs a {
font-weight: bold;
text-decoration: none;
}
.categorydiv div.tabs-panel, .categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel, .customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel, .posttypediv div.tabs-panel,
@ -3639,10 +3616,6 @@ abbr.required {
width: 503px; width: 503px;
} }
.media-item .percent {
font-weight: bold;
}
.crunching { .crunching {
display: block; display: block;
line-height: 32px; line-height: 32px;
@ -4287,6 +4260,8 @@ span.imgedit-scale-warn {
font-size: 15px; font-size: 15px;
} }
#post-body ul.category-tabs li.tabs a,
#post-body ul.add-menu-item-tabs li.tabs a,
#TB_window #TB_title a.tb-theme-preview-link, #TB_window #TB_title a.tb-theme-preview-link,
#TB_window #TB_title a.tb-theme-preview-link:visited { #TB_window #TB_title a.tb-theme-preview-link:visited {
font-weight: bold; font-weight: bold;
@ -4410,13 +4385,22 @@ h2 .nav-tab {
17.0 - Plugins 17.0 - Plugins
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#dashboard_right_now .versions .b,
#post-status-display,
#post-visibility-display
#adminmenu .wp-submenu li.current,
#adminmenu .wp-submenu li.current a,
#adminmenu .wp-submenu li.current a:hover,
.media-item .percent,
.plugins .name, .plugins .name,
#pass-strength-result.strong, #pass-strength-result.strong,
#pass-strength-result.short, #pass-strength-result.short,
.button-highlighted, .button-highlighted,
input.button-highlighted, input.button-highlighted,
#quicktags #ed_strong, #quicktags #ed_strong,
#ed_reply_toolbar #ed_reply_strong { #ed_reply_toolbar #ed_reply_strong,
.item-controls .item-order a,
.feature-filter .feature-name {
font-weight: bold; font-weight: bold;
} }
@ -4835,6 +4819,11 @@ table .column-rating {
text-align: left; text-align: left;
} }
.error-message {
color: red;
font-weight: bold;
}
/* Scrollbar fix for bulk upgrade iframe */ /* Scrollbar fix for bulk upgrade iframe */
body.iframe { body.iframe {
height: 98%; height: 98%;
@ -5123,10 +5112,6 @@ form .textarea-wrap {
clear: both; clear: both;
} }
#dashboard_right_now .versions .b {
font-weight: bold;
}
#dashboard_right_now a.button { #dashboard_right_now a.button {
float: right; float: right;
clear: right; clear: right;
@ -6044,10 +6029,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
padding-right: 10px; padding-right: 10px;
} }
.item-controls .item-order a {
font-weight: bold;
}
.nav-menus-php .item-edit { .nav-menus-php .item-edit {
position: absolute; position: absolute;
right: -20px; right: -20px;
@ -6860,10 +6841,6 @@ body#theme-information {
margin: 5px 10px 10px; margin: 5px 10px 10px;
} }
.feature-filter .feature-name {
font-weight: bold;
}
.feature-filter .feature-group li { .feature-filter .feature-group li {
display: inline; display: inline;
float: left; float: left;