Dashboard updates from mdawaffe. see #7552

git-svn-id: http://svn.automattic.com/wordpress/trunk@9219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-10-16 22:35:53 +00:00
parent 7d7305c4c9
commit f46fb544e7
7 changed files with 85 additions and 26 deletions

View File

@@ -108,6 +108,20 @@ div.postbox div.inside {
padding: 0;
}
/* QuickPress */
#quick-press #add-media-button {
margin: .5em 0;
}
#quick-press #content-label {
margin-top: 1em;
}
#quick-press .textarea-wrap {
clear: both;
}
/* Recent Drafts */
#dashboard_recent_drafts ul {
margin: 0;
@@ -115,19 +129,37 @@ div.postbox div.inside {
list-style: none;
}
/* Primary Feed */
/* Feeds */
#dashboard_primary a.rsswidget, #dashboard_plugins h5 {
.rss-widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.rss-widget a.rsswidget {
font-size: 14px;
}
#dashboard_primary span.rss-date {
.rss-widget span.rss-date {
font-size: 14px;
}
.rss-widget cite {
display: block;
text-align: right;
margin: 0 0 1em;
padding: 0;
}
.rss-widget cite:before {
content: '\2014';
}
/* Plugins */
#dashboard_plugins h5 {
font-size: 14px;
margin: 0;
display: inline;
line-height: 1.4em;