mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 01:39:04 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user