Revert [17835] temporarily, as it accidentally reverted something else.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17836 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2011-05-07 18:19:07 +00:00
parent a5b8993dd8
commit 69ea469e12
5 changed files with 17 additions and 42 deletions

File diff suppressed because one or more lines are too long

View File

@ -167,16 +167,6 @@ td.available-theme {
.folded #adminmenu a.separator { .folded #adminmenu a.separator {
cursor: w-resize; cursor: w-resize;
} }
.folded #adminmenu .wp-submenu-wrap {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-khtml-border-bottom-left-radius: 3px;
-khtml-border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
#adminmenu .wp-submenu .wp-submenu-head { #adminmenu .wp-submenu .wp-submenu-head {
padding: 6px 10px 6px 4px; padding: 6px 10px 6px 4px;
} }

File diff suppressed because one or more lines are too long

View File

@ -81,21 +81,15 @@ kbd, code {
.icon32 { .icon32 {
float: left; float: left;
height: 36px; height: 28px;
margin: 14px 6px 0 0; margin: 6px 1px 0 -5px;
width: 36px; width: 28px;
} }
.key-labels label { .key-labels label {
line-height: 24px; line-height: 24px;
} }
.subtitle {
font-size: 0.75em;
line-height: 1;
padding-left: 25px;
}
.pre { .pre {
/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */ /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
white-space: pre-wrap; /* css-3 */ white-space: pre-wrap; /* css-3 */
@ -267,7 +261,7 @@ label,
p.search-box { p.search-box {
float: right; float: right;
margin: -5px 0 0; margin: 0;
} }
@ -961,11 +955,11 @@ form.upgrade .hint {
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#favorite-actions { #favorite-actions {
margin: 6px 12px 0; margin: 0 12px 0 15px;
min-width: 130px; min-width: 130px;
position: relative; position: relative;
display: inline-block; display: inline-block;
top: -3px; top: -1px;
} }
#favorite-first { #favorite-first {
@ -974,7 +968,7 @@ form.upgrade .hint {
-webkit-border-radius: 12px; -webkit-border-radius: 12px;
border-radius: 12px; border-radius: 12px;
line-height: 15px; line-height: 15px;
padding: 2px 30px 2px 12px; padding: 0 30px 0 0;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
} }
@ -996,6 +990,10 @@ form.upgrade .hint {
border-bottom-left-radius: 12px; border-bottom-left-radius: 12px;
} }
#favorite-first a {
padding: 2px 0 2px 12px;
}
#favorite-actions a { #favorite-actions a {
display: block; display: block;
text-decoration: none; text-decoration: none;
@ -1330,14 +1328,6 @@ body.no-js #adminmenu li.wp-has-current-submenu .wp-submenu {
border-width: 0 1px 1px 0; border-width: 0 1px 1px 0;
border-style: solid; border-style: solid;
position: relative; position: relative;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
-khtml-border-bottom-right-radius: 3px;
-khtml-border-top-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-topright: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
} }
.folded #adminmenu .wp-submenu ul { .folded #adminmenu .wp-submenu ul {
@ -2537,11 +2527,6 @@ form#tags-filter {
position: relative; position: relative;
} }
p.search-box {
float: right;
margin: -5px 0 0;
}
.screen-per-page { .screen-per-page {
width: 3em; width: 3em;
} }
@ -4049,11 +4034,11 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
} }
h2 .nav-tab { h2 .nav-tab {
padding: 4px 20px 6px; padding: 2px 10px 3px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200; font-weight: 200;
font-size: 24px; font-size: 16px;
line-height: 35px; line-height: 20px;
} }

View File

@ -487,7 +487,7 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr // Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' ); $no_suffix = array( 'farbtastic' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110507c' ); $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110507b' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' ); $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' ); $styles->add_data( 'ie', 'conditional', 'lte IE 7' );