Minor styling change for update notification.
git-svn-id: https://develop.svn.wordpress.org/trunk@5949 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a434f1056b
commit
81f0bb0ac0
|
@ -1332,6 +1332,7 @@ a.view-link {
|
||||||
|
|
||||||
#update-nag, .plugin-update {
|
#update-nag, .plugin-update {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
|
border-top: 1px solid #ccc;
|
||||||
background: #fffeeb;
|
background: #fffeeb;
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -1345,7 +1346,3 @@ a.view-link {
|
||||||
#update-nag a:link, .plugin-update a:link {
|
#update-nag a:link, .plugin-update a:link {
|
||||||
color: #036;
|
color: #036;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-update {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
Loading…
Reference in New Issue