Font-size tweaks. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17854 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
da5dae46ce
commit
8cac666407
File diff suppressed because one or more lines are too long
|
@ -267,7 +267,7 @@ div.postbox div.inside {
|
|||
#the-comment-list .comment-item p.row-actions {
|
||||
margin: 3px 0 0;
|
||||
padding: 0;
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* QuickPress */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -358,7 +358,7 @@ ol.ol-decimal > li {
|
|||
margin: 8px 0 5px;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -225,7 +225,7 @@ input.small-text {
|
|||
#wpcontent select {
|
||||
padding: 2px;
|
||||
height: 2em;
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#wpcontent option {
|
||||
|
@ -249,7 +249,7 @@ label,
|
|||
border-style: solid;
|
||||
border-width: 1px;
|
||||
float: left;
|
||||
margin: 12px 5px 5px 1px;
|
||||
margin: 13px 5px 5px 1px;
|
||||
padding: 3px 5px;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
|
@ -1808,7 +1808,7 @@ th.asc:hover span.sorting-indicator {
|
|||
cursor: default;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.tablenav .no-pages,
|
||||
|
@ -3638,7 +3638,7 @@ span.imgedit-scale-warn {
|
|||
margin-bottom: 9px;
|
||||
padding: 8px 10px;
|
||||
line-height: 20px;
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.form-table th,
|
||||
|
|
|
@ -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(), '20110511' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110511b' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
@ -503,10 +503,10 @@ function wp_default_styles( &$styles ) {
|
|||
$styles->add( 'colors-classic', "/wp-admin/css/colors-classic$suffix.css", array(), $colors_version );
|
||||
|
||||
$styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20101213' );
|
||||
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20110507' );
|
||||
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20110511' );
|
||||
$styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110121' );
|
||||
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110504' );
|
||||
$styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110506' );
|
||||
$styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110511' );
|
||||
$styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20110506' ); // Readme as well
|
||||
$styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20110506' );
|
||||
$styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20110506' );
|
||||
|
|
Loading…
Reference in New Issue