mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Visual UI fixes from iammattthomas, fixes #8387
git-svn-id: https://develop.svn.wordpress.org/trunk@9918 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.postbox p, .postbox ul, .postbox ol, .postbox blockquote, #wp-version-message { font-size: 11px; }
|
||||
|
||||
.edit-box {
|
||||
display: none;
|
||||
}
|
||||
@@ -84,7 +86,8 @@ div.postbox div.inside {
|
||||
}
|
||||
|
||||
#dashboard-widgets h4 {
|
||||
font-size: 1em;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font-size: 13px;
|
||||
margin: 0 0 .2em;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -208,6 +211,10 @@ div.postbox div.inside {
|
||||
border-top: 1px solid;
|
||||
}
|
||||
|
||||
#the-comment-list .pingback {
|
||||
padding-left: 9px !important;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item,
|
||||
#the-comment-list #replyrow {
|
||||
margin: 0 -10px;
|
||||
@@ -229,10 +236,14 @@ div.postbox div.inside {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.comment-meta strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item h4 cite,
|
||||
#the-comment-list .comment-item h4 strong {
|
||||
font-style: normal;
|
||||
color: #333;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item p.comment-author {
|
||||
@@ -252,14 +263,15 @@ div.postbox div.inside {
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item p.comment-actions {
|
||||
margin: 0;
|
||||
margin: 3px 0 0 0;
|
||||
padding: 0;
|
||||
font-size: 11px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
/* QuickPress */
|
||||
|
||||
#dashboard_quick_press h4 {
|
||||
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
|
||||
float: left;
|
||||
width: 5.5em;
|
||||
clear: both;
|
||||
@@ -320,8 +332,10 @@ div.postbox div.inside {
|
||||
}
|
||||
|
||||
#dashboard_recent_drafts h4 abbr {
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #999;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
#dashboard_recent_drafts p {
|
||||
@@ -339,6 +353,7 @@ div.postbox div.inside {
|
||||
|
||||
a.rsswidget {
|
||||
font-size: 13px;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
/*
|
||||
@@ -351,11 +366,12 @@ a.rsswidget {
|
||||
*/
|
||||
|
||||
.rss-widget ul li {
|
||||
line-height: 1.4em;
|
||||
line-height: 1.5em;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.rss-widget span.rss-date {
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.rss-widget cite {
|
||||
@@ -371,8 +387,13 @@ a.rsswidget {
|
||||
|
||||
/* Plugins */
|
||||
|
||||
#dashboard_plugins h4 {
|
||||
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
#dashboard_plugins h5 {
|
||||
font-size: 13px;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font-size: 13px !important;
|
||||
margin: 0;
|
||||
display: inline;
|
||||
line-height: 1.4em;
|
||||
@@ -384,6 +405,6 @@ a.rsswidget {
|
||||
}
|
||||
|
||||
#dashboard_plugins p {
|
||||
margin: 0 0 1em;
|
||||
margin: 0 0 1.4em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user