CSS tweaks for plugin page, props Denis-de-Bernardy, fixes #10054

git-svn-id: https://develop.svn.wordpress.org/trunk@11546 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-06-10 21:55:14 +00:00
parent b3144dd383
commit e4c1fac732
4 changed files with 23 additions and 2 deletions

View File

@@ -3286,3 +3286,14 @@ label,
#your-profile label + a {
vertical-align: middle;
}
.plugin-update-tr .update-message {
margin: 5px;
padding: 3px 5px;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}