Lots of style and admin tweaks

git-svn-id: http://svn.automattic.com/wordpress/trunk@3770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2006-05-10 20:35:10 +00:00
parent b344d54553
commit fdab6f4c1e
10 changed files with 98 additions and 80 deletions

View File

@@ -40,6 +40,28 @@ a.delete:hover {
overflow: hidden;
}
.widefat {
width: 100%;
}
.widefat td, .widefat th {
padding: 5px 6px;
}
.import-system {
font-size: 16px;
}
thead {
background: #dfdfdf
}
#import-upload-form {
width: 300px;
margin: auto;
text-align: center;
}
a.edit, a.delete, a.edit:hover, a.delete:hover {
border-bottom: none;
display: block;
@@ -366,7 +388,7 @@ form#upload #post_content {
clear: both;
}
table .vers, table .name {
table .vers {
text-align: center;
}