]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/media.dev.css
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-admin / css / media.dev.css
index f439f49a12f15011f6d6b88b98200006dd7af7f7..38361bb4c02e628f387aa1546d4662061800de98 100644 (file)
@@ -1,6 +1,8 @@
+/* Styles for the media library iframe (not used on the Library screen) */
+
 div#media-upload-header {
        margin: 0;
-       padding: 0 5px;
+       padding: 5px 5px 0;
        font-weight: bold;
        position: relative;
        border-bottom-width: 1px;
@@ -16,11 +18,6 @@ body#media-upload ul#sidemenu {
        overflow: hidden;
 }
 
-div#media-upload-error {
-       margin: 1em;
-       font-weight: bold;
-}
-
 form {
        margin: 1em;
 }
@@ -76,9 +73,7 @@ tr.image-size td {
 }
 
 tr.image-size div.image-size-item {
-       float: left;
-       width: 25%;
-       margin: 0;
+       margin: 0 0 5px;
 }
 
 #library-form .progress,
@@ -98,12 +93,6 @@ thead.media-item-info tr {
        background-color: transparent;
 }
 
-thead.media-item-info th,
-thead.media-item-info td {
-       border: none;
-       margin: 0;
-}
-
 .form-table thead.media-item-info {
        border: 8px solid #fff;
 }
@@ -117,11 +106,6 @@ abbr.required {
        display: inline;
 }
 
-.describe td {
-       vertical-align: middle;
-       padding: 0 5px 8px 0;
-}
-
 .describe td.error {
        padding: 2px 8px;
 }
@@ -137,13 +121,6 @@ abbr.required {
        border-style: solid;
 }
 
-.hidden {
-       height: 0;
-       width: 0;
-       overflow: hidden;
-       border: none;
-}
-
 /* Specific to Uploader */
 
 #media-upload p.ml-submit {
@@ -157,55 +134,10 @@ abbr.required {
        font-weight: normal;
 }
 
-#media-upload tr.image-size td.field {
-       text-align: center;
-}
-
-#media-upload #media-items {
-       border-width: 1px;
-       border-style: solid;
-       border-bottom: none;
-       width: 623px;
-}
-
-#media-upload .media-item {
-       border-bottom-width: 1px;
-       border-bottom-style: solid;
-       min-height: 36px;
-       width: 100%;
-}
-
 #media-upload .ui-sortable .media-item {
        cursor: move;
 }
 
-.filename {
-       line-height: 36px;
-       padding: 0 10px;
-       overflow: hidden;
-}
-
-#media-upload .describe {
-       width: 100%;
-       clear: both;
-       cursor: default;
-}
-
-#media-upload .slidetoggle {
-       border-top-width: 1px;
-       border-top-style: solid;
-}
-
-#media-upload .describe th.label {
-       padding-top: .2em;
-       text-align: left;
-       min-width: 120px;
-}
-
-#media-upload tr.align td.field {
-       text-align: center;
-}
-
 #media-upload tr.image-size {
        margin-bottom: 1em;
        height: 3em;
@@ -350,7 +282,7 @@ h4.media-sub-title {
 }
 
 #gallery-settings .align .field label {
-       margin: 0 1.5em 0 0;
+       margin: 0 1em 0 3px;
 }
 
 #gallery-settings p.ml-submit {
@@ -380,3 +312,19 @@ h4.media-sub-title {
 #sort-buttons span {
        margin-right: 25px;
 }
+
+p.media-types {
+       margin: 1em;
+}
+
+tr.not-image {
+       display: none;
+}
+
+table.not-image tr.not-image {
+       display: table-row;
+}
+
+table.not-image tr.image-only {
+       display: none;
+}