Uploader improvements from mdawaffe. fixes #3191

git-svn-id: https://develop.svn.wordpress.org/trunk@4340 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-10-04 17:19:10 +00:00
parent 29b992e902
commit 3a78f217bf
5 changed files with 51 additions and 14 deletions
+4 -2
View File
@@ -90,11 +90,13 @@ h2 {
#upload-files li { margin: 0 0 15px 15px; }
#upload-files a, a.file-link {
#upload-files a, #upload-file-view a, a.file-link {
border: none;
text-decoration: none;
}
#upload-file-view a img { padding-bottom: .2em; border-bottom: 1px solid #6699CC; }
#upload-files a.file-link {
display: block;
width: 130px;
@@ -127,7 +129,7 @@ table {
padding: 0;
}
th { vertical-align: text-top; }
th { text-align: right; vertical-align: text-top; }
tr, td, th {
margin-top: 0;