Some more mouse-nibbled corners. see #17324

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

File diff suppressed because one or more lines are too long

View File

@ -167,6 +167,16 @@ td.available-theme {
.folded #adminmenu a.separator {
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 {
padding: 6px 10px 6px 4px;
}

File diff suppressed because one or more lines are too long

View File

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

View File

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