]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/media-rtl.css
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-admin / css / media-rtl.css
index b23ad0e88c8d789eb3d1b41231f955cd76007a41..5aeab26fa5f9386aeb27bcf602856b9c7eb0ebd8 100644 (file)
@@ -1,66 +1,93 @@
 body#media-upload ul#sidemenu {
-       left:auto;
-       right:0;
-       width: 620px;
+       left: auto;
+       right: 0;
 }
 #search-filter {
-       text-align:left;
+       text-align: left;
 }
+/* specific to the image upload form */
 .align .field label {
        padding: 0 28px 0 0;
        margin: 0 0 0 1em;
 }
 .image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label {
-       background-position:center right;
+       background-position: center right;
+}
+tr.image-size div.image-size-item {
+       float: right;
 }
 tr.image-size label {
-       margin: 0 0 0 1em;
+       margin: 0 1em 0 0;
 }
 .filename.original {
        float: right;
 }
 .crunching {
        text-align: left;
-       margin-right:0;
+       margin-right: 0;
        margin-left: 5px;
 }
 button.dismiss {
-       right:auto;
-       left:5px;
+       right: auto;
+       left: 5px;
 }
 .file-error {
        margin: 0 50px 5px 0;
 }
 .progress {
-       left:auto;
-       right:0;
+       left: auto;
+       right: 0;
+}
+.describe td {
+       padding: 0 0 0 5px;
 }
 .bar {
-       border-right-width:0;
+       border-right-width: 0;
        border-left-width: 3px;
+       border-right-style: none;
        border-left-style: solid;
 }
 .media-item .pinkynail {
-       float:right;
+       float: right;
 }
-.describe-toggle-on, .describe-toggle-off {
+.describe-toggle-on,
+.describe-toggle-off {
        float: left;
-       margin-right:0;
+       margin-right: 0;
        margin-left: 20px;
 }
 /* Specific to Uploader */
-
 #media-upload .media-upload-form p {
        margin: 0 0 1em 1em;
 }
 .filename {
        float: right;
-       margin-left:0;
+       margin-left: 0;
        margin-right: 10px;
 }
 #media-upload .describe th.label {
-       text-align:right;
+       text-align: right;
 }
 .menu_order {
-       float:left;
+       float: left;
+}
+.media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help {
+       font-family: Tahoma, Arial;
+}
+#gallery-settings #basic th.label {
+       padding: 5px 0 5px 5px;
+}
+#gallery-settings .title, h3.media-title {
+       font-family: Tahoma, Arial;
+}
+#gallery-settings .describe th.label {
+       text-align: right;
+}
+#gallery-settings label,
+#gallery-settings legend {
+       margin-right: 0;
+       margin-left: 15px;
+}
+#gallery-settings .align .field label {
+       margin: 0 0 0 1.5em;
 }