summaryrefslogtreecommitdiffstats
path: root/wp-admin/wp-admin.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-19 16:06:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-19 16:06:15 +0000
commitae484584028c752efb5faa4c02259556e853d26e (patch)
treeef88d82a06a9226b332b74b013b4d85a896852b0 /wp-admin/wp-admin.css
parent882678aa9ed2d369d1a4c66696df002f44aae889 (diff)
downloadwordpress-mu-ae484584028c752efb5faa4c02259556e853d26e.tar.gz
wordpress-mu-ae484584028c752efb5faa4c02259556e853d26e.tar.xz
wordpress-mu-ae484584028c752efb5faa4c02259556e853d26e.zip
WP Merge to 4197
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@761 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wp-admin.css')
-rw-r--r--wp-admin/wp-admin.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css
index 1ea420a..b7efc50 100644
--- a/wp-admin/wp-admin.css
+++ b/wp-admin/wp-admin.css
@@ -118,7 +118,9 @@ fieldset.options {
}
fieldset.options legend {
- font-size: 16px;
+ font-size: 1.5em;
+ font-weight: bold;
+ font-family: Georgia, "Times New Roman", Times, serif;
}
form, label input {
@@ -331,6 +333,8 @@ form#upload #post_content {
.optiontable th {
width: 33%;
text-align: right;
+ font-size: 1.3em;
+ font-weight: normal;
}
.unapproved {
@@ -393,14 +397,15 @@ table .vers {
}
#adminmenu {
- background: #6da6d1;
+ background: #83B4D8;
border-top: 3px solid #448abd;
margin: 0;
- padding: .2em .2em .2em 2em;
+ padding: .2em .2em .3em 2em;
}
#adminmenu .current, #submenu .current {
font-weight: bold;
+ text-decoration: none;
}
#adminmenu a {
@@ -409,10 +414,11 @@ table .vers {
font-weight: normal;
margin: 0;
padding: 3px 5px;
- text-decoration: none;
+ text-decoration: underline;
+ border-bottom: none;
}
-#adminmenu a:hover, .current {
+#adminmenu a:hover, #adminmenu a.current {
background: #ddeaf4;
color: #333;
}
@@ -916,7 +922,7 @@ table .vers {
border: 1px solid #ccc;
float: left;
width: 40%;
- padding: .5em 2em;
+ padding: .5em 2em 1em;
margin: 1em 1em 1em 0;
}