]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/global-rtl.dev.css
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-admin / css / global-rtl.dev.css
index 85d21c3279b1dc55cbf037eda202534e464476e7..a22fa6c20c240b838351b31c200bbc69c00799c5 100644 (file)
@@ -1,14 +1,38 @@
+
 /* 2 column liquid layout */
-#adminmenu {
-       float: right;
-       clear: right;
-       margin-right:-160px;
-       margin-left: 5px;
+
+#wpcontent {
+       margin-left: 0;
+       margin-right: 165px;
+}
+
+.wp-admin #footer {
+       margin-left: 15px;
+       margin-right: 165px;
 }
-body.folded #adminmenu {
+
+.folded #wpcontent {
        margin-left: 0;
-       margin-right: -45px;
+       margin-right: 52px;
 }
+
+.folded.wp-admin #footer {
+       margin-left: 15px;
+       margin-right: 52px;
+}
+
+#wpbody-content {
+       float: right;
+}
+
+#adminmenuwrap {
+       float: right;
+}
+
+#adminmenu {
+       clear: right;
+}
+
 /* inner 2 column liquid layout */
 .inner-sidebar {
        float: left;
@@ -16,68 +40,142 @@ body.folded #adminmenu {
 }
 
 .has-right-sidebar #post-body {
-       clear:right;
-       float:right;
-       margin-right:0;
-       margin-left:-340px;
+       float: right;
+       clear: right;
+       margin-right: 0;
+       margin-left: -340px;
 }
 
 .has-right-sidebar #post-body-content {
+       margin-right: 0;
        margin-left: 300px;
-       margin-right:0;
 }
 
-#wpbody {
-       margin-left:0;
-       margin-right: 175px;
-}
-.folded #wpbody {
-       margin-left: 0;
-       margin-right: 60px;
-}
-#wpbody-content {
-       float: right;
-}
 /* 2 columns main area */
+
 #col-right {
        float: left;
        clear: left;
 }
-.wrap {
-       margin: 0 5px 0 15px;
-}
-/* styles for use by people extending the WordPress interface */
-body, td, textarea, input, select {
-       font-family: Tahoma, arial;
-}
+
+/* utility classes*/
 .alignleft {
        float: right;
 }
+
 .alignright {
        float: left;
 }
+
+.textleft {
+       text-align: right;
+}
+
+.textright {
+       text-align: left;
+}
+
+/* Hide visually but not from screen readers */
+.screen-reader-text, .screen-reader-text span {
+       left: auto;
+       right: -1000em;
+}
+
+/* styles for use by people extending the WordPress interface */
+
+body,
+td,
+textarea,
+input,
+select {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+ul.ul-disc,
+ul.ul-square,
+ol.ol-decimal {
+       margin-left: 0;
+       margin-right: 1.8em;
+}
+
 .subsubsub {
        float: right;
 }
+
+.widefat thead th:first-of-type {
+       -moz-border-radius-topleft: 0;
+       -moz-border-radius-topright: 3px;
+       -khtml-border-top-left-radius: 0;
+       -khtml-border-top-right-radius: 3px;
+       -webkit-border-top-left-radius: 0;
+       -webkit-border-top-right-radius: 3px;
+       border-top-left-radius: 0;
+       border-top-right-radius: 3px;
+}
+
+.widefat thead th:last-of-type {
+       -moz-border-radius-topright: 0;
+       -moz-border-radius-topleft: 3px;
+       -khtml-border-top-right-radius: 0;
+       -khtml-border-top-left-radius: 3px;
+       -webkit-border-top-right-radius: 0;
+       -webkit-border-top-left-radius: 3px;
+       border-top-right-radius: 0;
+       border-top-left-radius: 3px;
+}
+.widefat tfoot th:first-of-type {
+       -moz-border-radius-bottomleft: 0;
+       -moz-border-radius-bottomright: 3px;
+       -khtml-border-bottom-left-radius: 0;
+       -khtml-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 0;
+       -webkit-border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 0;
+       border-bottom-right-radius: 3px;
+}
+.widefat tfoot th:last-of-type {
+       -moz-border-radius-bottomright: 0;
+       -moz-border-radius-bottomleft: 3px;
+       -khtml-border-bottom-right-radius: 0;
+       -khtml-border-bottom-left-radius: 3px;
+       -webkit-border-bottom-right-radius: 0;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 0;
+       border-bottom-left-radius: 3px;
+}
+
 .widefat th {
        text-align: right;
 }
+
 .widefat th input {
        margin: 0 8px 0 0;
 }
+
+.wrap {
+       margin: 0 0 0 15px;
+}
+
+
+.wrap h2,
+.subtitle {
+       font-family: Tahoma, Arial, sans-serif;
+}
 .wrap h2 {
-       font-family: arial;
-       padding: 14px 0 3px 15px;
-       font-style: normal;
+       padding: 9px 0 4px 15px;
 }
-.wrap h2.long-header {
+
+.subtitle {
        padding-left: 0;
+       padding-right: 25px;
 }
-.updated, .error {
-       clear: both;
+
+.wrap .add-new-h2 {
+       font-family: Tahoma, Arial, sans-serif;
+       margin-left: 0;
+       margin-right: 4px;
 }
 
-.screen-reader-text, .screen-reader-text span {
-       left:auto;
-       text-indent:-1000em;
-}
\ No newline at end of file
+.wrap h2.long-header {
+       padding-left: 0;
+}