mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
Use a class for update-nag, as especially in MS we're sometimes hooking in more than one per page.
git-svn-id: https://develop.svn.wordpress.org/trunk@14319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -695,7 +695,7 @@ table.widefat span.spam a,
|
||||
background: url(../images/xit.gif) no-repeat -10px 0;
|
||||
}
|
||||
|
||||
#update-nag {
|
||||
#update-nag, .update-nag {
|
||||
background-color: #FFFBCC;
|
||||
border-color: #E6DB55;
|
||||
color: #555;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -694,7 +694,7 @@ table.widefat span.spam a,
|
||||
background: url(../images/xit.gif) no-repeat -10px 0;
|
||||
}
|
||||
|
||||
#update-nag {
|
||||
#update-nag, .update-nag {
|
||||
background-color: #FFFBCC;
|
||||
border-color: #E6DB55;
|
||||
color: #555;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -807,7 +807,7 @@ td.media-icon img {
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
#update-nag {
|
||||
#update-nag, .update-nag {
|
||||
line-height: 19px;
|
||||
padding: 5px 0;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user