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:
Andrew Nacin
2010-04-30 15:37:46 +00:00
parent 26f7f2be9d
commit 8722ccc178
9 changed files with 15 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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

View File

@@ -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

View File

@@ -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;