Plugin install dialog formatting fixes from DD32. fixes #7908

git-svn-id: https://develop.svn.wordpress.org/trunk@9314 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-24 04:54:21 +00:00
parent eb6d0072ad
commit 70fc9ebcb4
3 changed files with 13 additions and 4 deletions
+8
View File
@@ -816,6 +816,14 @@ div.star.select:hover {
background-color: #cee1ef;
}
#plugin-information pre, #plugin-information code {
background-color: #ededff;
}
#plugin-information pre {
border: 1px solid #ccc;
}
/* inline editor */
.inline-editor input,
.inline-editor textarea,
+2 -1
View File
@@ -132,6 +132,7 @@ div.star img {
padding-bottom: 2em;
}
#plugin-information .updated {
#plugin-information .updated,
#plugin-information pre {
margin-right: 215px;
}