Menu, color, font updates from Matt Thomas. see #8159

git-svn-id: https://develop.svn.wordpress.org/trunk@9777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-11-19 05:35:28 +00:00
parent 04cbfb9d9f
commit 7d9268df69
9 changed files with 96 additions and 51 deletions
+32 -11
View File
@@ -140,7 +140,7 @@ select {
}
strong .post-com-count span {
background-color: #2583ad;
background-color: #21759b;
}
#login form .submit input,
@@ -402,7 +402,7 @@ div.dashboard-widget-submit input:hover,
.tablenav .next,
.tablenav .prev {
border-color: transparent;
color: #2583ad;
color: #21759b;
}
.tablenav .next:hover,
@@ -466,7 +466,7 @@ h3.dashboard-widget-title small a:hover {
#media-upload a.del-link,
#media-upload a.delete,
.ui-tabs-nav a, a {
color: #2583ad;
color: #21759b;
}
/* Because we don't want visited on these links */
@@ -1022,7 +1022,7 @@ abbr.required,
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -206px;
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -208px;
}
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
@@ -1038,16 +1038,35 @@ abbr.required,
background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px;
}
#adminmenu .wp-has-current-submenu ul li a {
background: none;
}
#adminmenu .wp-has-current-submenu ul li a.current {
background: url(../images/menu-dark.gif) top left no-repeat !important;
}
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu .menu-top .current {
background-color: #c0c0c0;
background-image: none;
background: url(../images/menu-bits.gif) top left repeat-x;
border-color: #B5B5B5;
color: #fff;
text-shadow: #666 0px -1px 0px;
}
#adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu ul li a {
border-color: #aaa !important;
}
#adminmenu li.wp-has-current-submenu ul li a {
background: url(../images/menu-dark.gif) bottom left no-repeat !important;
}
#adminmenu li.wp-has-current-submenu ul {
border-bottom-color: #aaa;
}
#adminmenu li.menu-top .current:hover {
background: #c0c0c0 none repeat scroll 0 0;
border-color: #B5B5B5;
}
@@ -1056,16 +1075,18 @@ abbr.required,
}
#adminmenu .wp-submenu a:hover {
background-color: #EAF2FA;
background-color: #EAF2FA !important;
color: #333 !important;
}
#adminmenu .wp-submenu li.current,
#adminmenu .wp-submenu li.current a,
#adminmenu .wp-submenu li.current a:hover {
color: #d54e21;
background-color: #fff;
color: #333;
background-color: #f5f5f5;
background-image: none;
border-color: #e3e3e3;
text-shadow: #fff 0px 1px 0px;
}
#adminmenu .wp-submenu ul {
@@ -1286,7 +1307,7 @@ div.star.select:hover {
.inline-editor .categories .catshow,
.inline-editor .categories .cathide {
color: #2583AD;
color: #21759b;
}
.inline-editor .quick-edit-save {
+15 -2
View File
@@ -297,7 +297,12 @@ div.postbox div.inside {
#dashboard_quick_press #media-buttons {
margin: 0 0 .5em 5em;
padding: 0 0 0 2px;
padding: 0 0 0 10px;
font-size: 11px;
}
#dashboard_quick_press #media-buttons a {
vertical-align: bottom;
}
#dashboard-widgets #dashboard_quick_press form p.submit {
@@ -353,6 +358,14 @@ a.rsswidget {
font-size: 13px;
line-height: 1.7em;
}
/*
#the-comment-list .comment-item h4 {
line-height: 1.4;
margin-top: -.2em;
font-weight: normal;
color: #999;
}
*/
.rss-widget ul li {
line-height: 1.4em;
@@ -376,7 +389,7 @@ a.rsswidget {
/* Plugins */
#dashboard_plugins h5 {
font-size: 14px;
font-size: 13px;
margin: 0;
display: inline;
line-height: 1.4em;
+3 -3
View File
@@ -148,7 +148,7 @@ input[type="radio"] {
body,
td {
font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
font: 13px "Lucida Grande", Verdana, Arial, sans-serif;
}
p {
@@ -179,7 +179,7 @@ dt {
textarea,
input,
select {
font: 13px/19px Verdana, Arial, Helvetica, sans-serif;
font: 13px/19px "Lucida Grande", Verdana, Arial, sans-serif;
margin: 1px;
padding: 3px;
}
@@ -375,7 +375,7 @@ h6 {
.wrap h2 {
font: italic normal normal 24px/29px Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 10px 15px 5px 0;
padding: 14px 15px 1px 0;
}
.wrap h2.long-header {