Add media library uploader tab. Props andy. see #5911

git-svn-id: https://develop.svn.wordpress.org/trunk@7062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-27 08:31:10 +00:00
parent 6344572bed
commit 34099bccd7
3 changed files with 177 additions and 41 deletions
+13 -21
View File
@@ -1,42 +1,34 @@
div#media-upload-header {
background-color: #eaf3fa;
background-color: #e4f2fd;
margin: 0;
padding: 1em 0.5em 0.5em 0.5em;
padding: 1em 0.5em 0 0.5em;
font-weight: bold;
position: relative;
border-bottom: 1px solid #c6d9e9;
}
ul#media-upload-tabs {
display:inline;
ul#sidemenu {
font-weight: normal;
margin: 0 15px;
position: absolute;
right: 1em;
top: 1em;
font-size: 0.9em;
bottom: -1px;
}
ul#media-upload-tabs li {
display:inline;
}
ul#media-upload-tabs li:after {
content: " | ";
}
ul#media-upload-tabs li.last:after {
content: "";
}
div#media-upload-error {
margin: 1em;
font-weight: bold;
color: #f00;
}
form.media-upload-form {
form {
margin: 1em;
}
#search-filter {
text-align: right;
}
.media-upload-form label, .media-upload-form legend {
display:block;
font-weight: bold;