mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Font and color changes from Matt Thomas. fixes #8158
git-svn-id: https://develop.svn.wordpress.org/trunk@9672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
html {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
@@ -128,6 +127,10 @@ h3.info-box-title,
|
||||
background-color: #dfdfdf;
|
||||
}
|
||||
|
||||
.metabox-holder {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.form-table tr,
|
||||
.form-wrap .form-field {
|
||||
background-color: #f9f9f9;
|
||||
@@ -160,10 +163,14 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||
background-color: #ccf3fa;
|
||||
}
|
||||
|
||||
.ac_match, .subsubsub a.current, h2 {
|
||||
.ac_match, .subsubsub a.current {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.wrap h2 {
|
||||
color: #464646;
|
||||
}
|
||||
|
||||
.ac_over {
|
||||
background-color: #f0f0b8;
|
||||
}
|
||||
@@ -594,12 +601,12 @@ li.widget-list-control-item h4,
|
||||
}
|
||||
|
||||
.ui-sortable .postbox h3 {
|
||||
color: #555;
|
||||
color: #464646;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox h3:hover {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.curtime #timestamp {
|
||||
background-image: url(../images/date-button.gif);
|
||||
@@ -1218,3 +1225,7 @@ div.star.select:hover {
|
||||
.ui-sortable .postbox:hover .handlediv {
|
||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
|
||||
}
|
||||
|
||||
#major-publishing-actions, #dashboard_quick_press .submit {
|
||||
background: #eaf2fa;
|
||||
}
|
||||
|
||||
+24
-10
@@ -88,11 +88,11 @@ div.postbox div.inside {
|
||||
|
||||
#dashboard_right_now p.sub, #dashboard_right_now .table, #dashboard_right_now .versions {
|
||||
margin: -10px;
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
|
||||
#dashboard_right_now .inside {
|
||||
font-family: Georgia, serif;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#dashboard_right_now p.sub {
|
||||
@@ -141,6 +141,7 @@ div.postbox div.inside {
|
||||
#dashboard_right_now .t {
|
||||
font-size: 12px;
|
||||
padding-right: 12px;
|
||||
padding-top: 6px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
@@ -162,19 +163,18 @@ div.postbox div.inside {
|
||||
}
|
||||
|
||||
#dashboard_right_now .versions {
|
||||
line-height: 2.5em;
|
||||
padding: 10px;
|
||||
padding: 6px 10px 12px;
|
||||
}
|
||||
|
||||
#dashboard_right_now .versions {
|
||||
#dashboard_right_now .versions, #dashboard_right_now .versions p {
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#dashboard_right_now .versions a, #dashboard_right_now .versions .b {
|
||||
font-style: normal;
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#dashboard_right_now a.button {
|
||||
@@ -183,7 +183,7 @@ div.postbox div.inside {
|
||||
clear: right;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
|
||||
padding: 2px 11px;
|
||||
}
|
||||
|
||||
/* Recent Comments */
|
||||
@@ -243,6 +243,7 @@ div.postbox div.inside {
|
||||
#the-comment-list .comment-item p.comment-actions {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#the-comment-list .approve a {
|
||||
@@ -283,8 +284,7 @@ div.postbox div.inside {
|
||||
}
|
||||
|
||||
#dashboard-widgets #dashboard_quick_press form p.submit {
|
||||
border-top: 1px solid;
|
||||
padding: 1em 1em 1em 5em;
|
||||
padding: .8em .8em .8em 5.3em;
|
||||
margin: 0 -10px -10px;
|
||||
}
|
||||
|
||||
@@ -333,6 +333,15 @@ div.postbox div.inside {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
a.rsswidget {
|
||||
font-size: 13px;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
.rss-widget ul li {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.rss-widget span.rss-date {
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
@@ -357,6 +366,11 @@ div.postbox div.inside {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
#dashboard_plugins h5 a {
|
||||
font-weight: normal;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
#dashboard_plugins p {
|
||||
margin: 0 0 1em;
|
||||
line-height: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user