Increase size of blog title in admin header. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e94b17390b
commit
6e356e3b0a
File diff suppressed because one or more lines are too long
|
@ -830,8 +830,8 @@ form.upgrade .hint {
|
|||
#user_info {
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
line-height: 32px;
|
||||
height: 32px;
|
||||
line-height: 36px;
|
||||
height: 36px;
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
}
|
||||
|
@ -839,21 +839,21 @@ form.upgrade .hint {
|
|||
#user_info p {
|
||||
margin: 0 20px 0 0;
|
||||
padding: 0;
|
||||
line-height: 32px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
#user_info_arrow {
|
||||
height: 30px;
|
||||
height: 34px;
|
||||
width: 24px;
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
top: 2px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
#user_info_links_wrap {
|
||||
width: 160px;
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
top: 36px;
|
||||
right: 0;
|
||||
padding: 0;
|
||||
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
|
||||
|
@ -864,7 +864,7 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
#user_info:hover #user_info_links_wrap {
|
||||
top: 24px;
|
||||
top: 28px;
|
||||
right: -8px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
@ -909,7 +909,7 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
#wphead {
|
||||
height: 32px;
|
||||
height: 36px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
|
@ -924,7 +924,7 @@ form.upgrade .hint {
|
|||
|
||||
#header-logo {
|
||||
float: left;
|
||||
margin: 7px 0;
|
||||
margin: 9px 0;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
|
@ -932,7 +932,7 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
#wphead h1 {
|
||||
font: normal 15px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
padding: 7px 8px 5px;
|
||||
margin: 0;
|
||||
float: left;
|
||||
|
|
|
@ -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(), '20110509' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110509b' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue