Replacing FAT with jQuery effects, new styling for alerts. See #5369.

git-svn-id: https://develop.svn.wordpress.org/trunk@6582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-01-09 12:12:35 +00:00
parent 9b9c8bd46f
commit 202c3ed19c
7 changed files with 45 additions and 114 deletions

View File

@@ -317,13 +317,15 @@ form#upload #post_content {
}
.updated {
background: #ddedfa;
border: 1px solid #c6d9e9;
background: #ffffe0;
border: 1px solid #e6db55;
}
.updated a {
color: #448abd;
font-weight: bold;
color: #2583ad;
text-decoration: none;
padding-bottom: 2px;
border-bottom: 1px solid #2583ad;
}
.error {
@@ -1177,6 +1179,7 @@ a.view-comment-post-link {
}
#poststuff h2 {
margin-top: 20px;
margin-bottom: 20px;
}
@@ -1274,5 +1277,5 @@ a.view-comment-post-link {
#poststuff .closed .togbox {
background-color:#2583ad;
background-image:url(images/toggle-arrow.gif);
background-position: 5px 18px;
}
background-position: 4px 18px;
}