Reduce admin h2 (page title) size. Use smaller icons. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17833 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-05-07 08:39:28 +00:00
parent c244f12c8e
commit 63c641cf39
7 changed files with 51 additions and 89 deletions

View File

@@ -80,7 +80,7 @@ table {
.folded #wpcontent,
.folded #footer {
margin-left: 47px;
margin-left: 52px;
}
#wpbody-content {
@@ -491,7 +491,7 @@ ol.ol-decimal > li {
}
.wrap {
margin: 0 15px 0 5px;
margin: 0 15px 0 0;
}
div.updated,
@@ -517,15 +517,21 @@ div.error p {
margin: 5px 0 15px;
}
.wrap h2 {
.wrap h2,
.subtitle {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
font-size: 24px;
margin: 0;
padding: 14px 15px 3px 0;
line-height: 35px;
text-shadow: rgba(255,255,255,1) 0 1px 0;
}
.wrap h2 {
font-size: 16px;
padding: 8px 15px 3px 0;
line-height: 24px;
}
.subtitle {
font-size: 14px;
}
.wrap h2.long-header {
padding-right: 0;