Dashboard css cleanup, props Simek, fixes #8043

git-svn-id: https://develop.svn.wordpress.org/trunk@9706 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-15 00:18:18 +00:00
parent d678f4b9b6
commit 11a7b3d9c1
1 changed files with 19 additions and 10 deletions

View File

@ -86,7 +86,8 @@ div.postbox div.inside {
/* Right Now */
#dashboard_right_now p.sub, #dashboard_right_now .table, #dashboard_right_now .versions {
#dashboard_right_now p.sub,
#dashboard_right_now .table, #dashboard_right_now .versions {
margin: -10px;
font-family: Georgia, serif;
}
@ -123,7 +124,8 @@ div.postbox div.inside {
border-top: none;
}
#dashboard_right_now .b, #dashboard_right_now .b a {
#dashboard_right_now .b,
#dashboard_right_now .b a {
color: #2583ad;
}
@ -166,14 +168,16 @@ div.postbox div.inside {
padding: 6px 10px 12px;
}
#dashboard_right_now .versions, #dashboard_right_now .versions p {
#dashboard_right_now .versions,
#dashboard_right_now .versions p {
font-style: italic;
font-size: 13px;
}
#dashboard_right_now .versions a, #dashboard_right_now .versions .b {
#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-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
font-size: 12px;
}
@ -201,7 +205,8 @@ div.postbox div.inside {
border-top: 1px solid;
}
#the-comment-list .comment-item, #the-comment-list #replyrow {
#the-comment-list .comment-item,
#the-comment-list #replyrow {
margin: 0 -10px;
}
@ -221,7 +226,8 @@ div.postbox div.inside {
color: #999;
}
#the-comment-list .comment-item h4 cite, #the-comment-list .comment-item h4 strong {
#the-comment-list .comment-item h4 cite,
#the-comment-list .comment-item h4 strong {
font-style: normal;
color: #333;
}
@ -230,13 +236,15 @@ div.postbox div.inside {
margin: 0.2em 0;
}
#the-comment-list .comment-item blockquote, #the-comment-list .comment-item blockquote p {
#the-comment-list .comment-item blockquote,
#the-comment-list .comment-item blockquote p {
margin: 0;
padding: 0;
display: inline;
}
#dashboard_recent_comments #the-comment-list .trackback blockquote, #dashboard_recent_comments #the-comment-list .pingback blockquote {
#dashboard_recent_comments #the-comment-list .trackback blockquote,
#dashboard_recent_comments #the-comment-list .pingback blockquote {
display: block;
}
@ -274,7 +282,8 @@ div.postbox div.inside {
margin-right: 10px;
}
#dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap {
#dashboard_quick_press .input-text-wrap,
#dashboard_quick_press .textarea-wrap {
margin: 0 0 1em 5em;
}