CSS whitespace and color definitions cleanup, props Simek, fixes #11561

git-svn-id: https://develop.svn.wordpress.org/trunk@12552 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-12-27 18:17:06 +00:00
parent 0f8b3225ed
commit a538de3f8c
14 changed files with 62 additions and 59 deletions

View File

@ -63,7 +63,7 @@
} }
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
background: #FFFFFF url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -310px; background: #fff url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -310px;
} }
#adminmenu li.current a, #adminmenu li.current a,

File diff suppressed because one or more lines are too long

View File

@ -442,7 +442,7 @@ div.dashboard-widget-submit input:hover,
} }
.update-message { .update-message {
color: #000000; color: #000;
} }
a.page-numbers { a.page-numbers {
@ -1640,7 +1640,7 @@ div.widgets-sortables,
#widgets-left .sidebar-name { #widgets-left .sidebar-name {
background-color: #aaa; background-color: #aaa;
background-image: url(../images/ed-bg-vs.gif); background-image: url(../images/ed-bg-vs.gif);
text-shadow: #FFFFFF 0 1px 0; text-shadow: #fff 0 1px 0;
border-color: #dfdfdf; border-color: #dfdfdf;
} }

View File

@ -63,7 +63,7 @@
} }
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px; background: #fff url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px;
} }
#adminmenu li.current a, #adminmenu li.current a,

File diff suppressed because one or more lines are too long

View File

@ -438,7 +438,7 @@ div.dashboard-widget-submit input:hover,
} }
.update-message { .update-message {
color: #000000; color: #000;
} }
a.page-numbers { a.page-numbers {
@ -1061,7 +1061,7 @@ table.widefat .spam a:hover,
} }
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px; background: #fff url(../images/menu-bits.gif) no-repeat scroll 0 -310px;
} }
#adminmenu .wp-has-current-submenu ul li a { #adminmenu .wp-has-current-submenu ul li a {
@ -1077,7 +1077,7 @@ table.widefat .spam a:hover,
background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x; background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x;
border-color: #6d6d6d; border-color: #6d6d6d;
color: #fff; color: #fff;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; text-shadow: rgba(0,0,0,0.4) 0 -1px 0;
} }
#adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu,
@ -1113,7 +1113,7 @@ table.widefat .spam a:hover,
background-color: #f5f5f5; background-color: #f5f5f5;
background-image: none; background-image: none;
border-color: #e3e3e3; border-color: #e3e3e3;
text-shadow: rgba(255,255,255,1) 0px 1px 0px; text-shadow: rgba(255,255,255,1) 0 1px 0;
} }
#adminmenu .wp-submenu ul { #adminmenu .wp-submenu ul {
@ -1245,19 +1245,19 @@ table.widefat .spam a:hover,
/* Diff */ /* Diff */
table.diff .diff-deletedline { table.diff .diff-deletedline {
background-color: #ffdddd; background-color: #fdd;
} }
table.diff .diff-deletedline del { table.diff .diff-deletedline del {
background-color: #ff9999; background-color: #f99;
} }
table.diff .diff-addedline { table.diff .diff-addedline {
background-color: #ddffdd; background-color: #dfd;
} }
table.diff .diff-addedline ins { table.diff .diff-addedline ins {
background-color: #99ff99; background-color: #9f9;
} }
#att-info { #att-info {
@ -1357,7 +1357,7 @@ div.star.select:hover {
} }
.inline-editor ul.cat-checklist { .inline-editor ul.cat-checklist {
background-color: #FFFFFF; background-color: #fff;
border-color: #ddd; border-color: #ddd;
} }
@ -1603,7 +1603,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
.popular-tags, .popular-tags,
.feature-filter { .feature-filter {
background-color: #FFFFFF; background-color: #fff;
border-color: #DFDFDF; border-color: #DFDFDF;
} }
@ -1629,7 +1629,7 @@ div.widgets-sortables,
#widgets-left .sidebar-name { #widgets-left .sidebar-name {
background-color: #aaa; background-color: #aaa;
background-image: url(../images/ed-bg.gif); background-image: url(../images/ed-bg.gif);
text-shadow: #FFFFFF 0 1px 0; text-shadow: #fff 0 1px 0;
border-color: #dfdfdf; border-color: #dfdfdf;
} }

View File

@ -477,7 +477,7 @@ ol.ol-decimal > li {
margin: 0; margin: 0;
padding: 14px 15px 3px 0; padding: 14px 15px 3px 0;
line-height: 35px; line-height: 35px;
text-shadow: rgba(255,255,255,1) 0px 1px 0px; text-shadow: rgba(255,255,255,1) 0 1px 0;
} }
.wrap h2.long-header { .wrap h2.long-header {

View File

@ -12,7 +12,7 @@ body#media-upload ul#sidemenu {
font-weight: normal; font-weight: normal;
margin: 0 5px; margin: 0 5px;
position: absolute; position: absolute;
left: 0px; left: 0;
bottom: -1px; bottom: -1px;
} }

View File

@ -60,12 +60,15 @@ div.star img {
.theme-listing .theme-item-info span { .theme-listing .theme-item-info span {
display: none; display: none;
} }
.theme-listing .theme-item:hover .theme-item-info span { .theme-listing .theme-item:hover .theme-item-info span {
display: inline; display: inline;
} }
.theme-listing .theme-item:hover .theme-item-info span.dots { .theme-listing .theme-item:hover .theme-item-info span.dots {
display: none; display: none;
} }
.theme-listing .theme-item-info span.action-links { .theme-listing .theme-item-info span.action-links {
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;

View File

@ -428,7 +428,7 @@ function wp_default_styles( &$styles ) {
$rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' ); $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
// all colors stylesheets need to have the same query strings (cache manifest compat) // all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20091224'; $colors_version = '20091227';
$styles->add( 'wp-admin', "/wp-admin/wp-admin$suffix.css", array(), '20091224' ); $styles->add( 'wp-admin', "/wp-admin/wp-admin$suffix.css", array(), '20091224' );
$styles->add_data( 'wp-admin', 'rtl', "/wp-admin/rtl$suffix.css" ); $styles->add_data( 'wp-admin', 'rtl', "/wp-admin/rtl$suffix.css" );