CSS cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@9964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-29 15:52:17 +00:00
parent bda14a101a
commit 063334ec63
8 changed files with 57 additions and 58 deletions

View File

@@ -235,8 +235,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
.search-input,
.form-field input,
.form-field textarea,
.submit,
.submit-top {
.submit {
border-color: #DFDFDF;
}

View File

@@ -100,9 +100,8 @@ input.disabled,
textarea.disabled {
background-color: #ccc;
}
/* #upload-menu li a.upload-tab-link, */
li.widget-list-control-item h4.widget-title a:hover,
#upload-menu li a.upload-tab-link,
li.widget-list-control-item h4.widget-title a,
#dragHelper li.widget-list-control-item h4.widget-title a,
#draghelper li.widget-list-control-item h4.widget-title a:visited,
@@ -236,8 +235,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
.search-input,
.form-field input,
.form-field textarea,
.submit,
.submit-top {
.submit {
border-color: #DFDFDF;
}
@@ -259,6 +257,10 @@ ul#widget-list li.widget-list-item h4.widget-title {
border-bottom-color: #dfdfdf;
}
#wpbody-content #media-items .describe {
border-top-color: #dfdfdf;
}
.describe input[type="text"],
.describe textarea {
border-color: #dfdfdf;
@@ -691,7 +693,7 @@ li.widget-list-control-item h4,
border-top-color: #ccc;
color: #555;
}
/*
#upload-files a.file-link {
background-color: #d1e2ef;
}
@@ -724,7 +726,7 @@ li.widget-list-control-item h4,
#upload-menu li {
border-top-color: #247fab;
}
*/
.login #backtoblog a {
color: #ccc;
}
@@ -1379,6 +1381,10 @@ div.star.select:hover {
background: #ddd;
}
fieldset.inline-edit-col-right .inline-edit-col {
border-color: #dfdfdf;
}
.attention {
color: #D54E21;
}

View File

@@ -38,9 +38,11 @@
left: auto;
right: 0;
}
/*
#dashboard-widgets .heading {
font-family: Tahoma, Arial;
}
*/
/* Feeds */
.rss-widget cite {
text-align: left;

View File

@@ -89,14 +89,14 @@ div.postbox div.inside {
margin: 0 0 .2em;
padding: 0;
}
/*
#dashboard-widgets .heading {
font-size: 1em;
font-weight: normal;
font-style: italic;
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}
*/
/* Right Now */
#dashboard_right_now p.sub,
@@ -243,21 +243,22 @@ div.postbox div.inside {
font-weight: normal;
color: #999;
}
/*
.comment-meta strong {
font-weight: normal;
}
*/
#the-comment-list .comment-item h4 cite,
#the-comment-list .comment-item h4 strong {
/*#the-comment-list .comment-item h4 strong*/
#the-comment-list .comment-item h4 cite {
font-style: normal;
font-weight: normal;
}
/*
#the-comment-list .comment-item p.comment-author {
margin: 0.2em 0;
}
*/
#the-comment-list .comment-item blockquote,
#the-comment-list .comment-item blockquote p {
margin: 0;