mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 13:14:29 +00:00
Increase size of blog title in admin header. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17848 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user