]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/media.css
Wordpress 2.8
[autoinstalls/wordpress.git] / wp-admin / css / media.css
index 7c082700b07da2f6cd6ea34c32b01c3147cf0ff7..f3ccaf0813198e1667de7cc882b04c4430adcbc2 100644 (file)
@@ -104,46 +104,6 @@ tr.image-size label {
        max-height: 40px;
 }
 
-.filename.original {
-       float: left;
-}
-
-.crunching {
-       display: block;
-       line-height: 32px;
-       text-align: right;
-       margin-right: 5px;
-}
-
-button.dismiss {
-       position: absolute;
-       top: 7px;
-       right: 5px;
-       z-index: 4;
-       width: 8em;
-}
-
-.file-error {
-       float: left;
-       font-weight: bold;
-       padding: 10px;
-}
-
-.progress {
-       position: absolute;
-       top: 0;
-       left: 0;
-       width: 623px;
-       height: 36px;
-}
-
-.bar {
-       width: 0;
-       height: 100%;
-       border-right-width: 3px;
-       border-right-style: solid;
-}
-
 #library-form .progress,
 #gallery-form .progress,
 #flash-upload-ui,
@@ -229,7 +189,7 @@ abbr.required {
        margin: 0 1em 1em 0;
 }
 
-#media-upload .media-upload-form p.ml-submit {
+#media-upload p.ml-submit {
        padding: 1em 0;
 }
 
@@ -252,7 +212,6 @@ abbr.required {
 }
 
 #media-upload .media-item {
-       position: relative;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        min-height: 36px;
@@ -264,11 +223,9 @@ abbr.required {
 }
 
 .filename {
-       float: left;
        line-height: 36px;
-       margin-left: 10px;
+       padding: 0 10px;
        overflow: hidden;
-       max-width: 430px;
 }
 
 #media-upload .describe {
@@ -314,11 +271,6 @@ abbr.required {
        width: auto;
 }
 
-#media-upload a.delete,
-#media-upload a.del-link {
-       padding: 0 3px 1px;
-}
-
 #media-upload .del-attachment {
        display: none;
        margin: 5px 0;
@@ -355,7 +307,9 @@ abbr.required {
 }
 
 .sorthelper {
-       z-index: -1;
+       height: 37px;
+       width: 623px;
+       display: block;
 }
 
 #gallery-settings th.label {
@@ -424,3 +378,23 @@ h3.media-title  {
 #gallery-settings select#columns {
        width: 6em;
 }
+
+#sort-buttons {
+       font-size: 0.8em;
+       margin: 3px 25px -8px 0;
+       text-align: right;
+       max-width: 625px;
+}
+
+#sort-buttons a {
+       text-decoration: none;
+}
+
+#sort-buttons #asc,
+#sort-buttons #showall {
+       padding-left: 5px;
+}
+
+#sort-buttons span {
+       margin-right: 25px;
+}