Round the corners of the Update nag message. Fixes #10431 props Simek.

git-svn-id: https://develop.svn.wordpress.org/trunk@12530 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2009-12-24 08:08:13 +00:00
parent 7f1473cc28
commit 4bad636a1a
7 changed files with 21 additions and 14 deletions

View File

@@ -806,11 +806,18 @@ td.media-icon img {
line-height: 29px;
font-size: 12px;
text-align: center;
}
#update-nag {
border-width: 1px 0;
border-style: solid none;
margin: 0 6px;
border-width: 1px;
border-style: solid;
border-top-width: 0;
border-top-style: none;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-khtml-border-bottom-right-radius: 6px;
-khtml-border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.plugins .plugin-update {