]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/ie-rtl.css
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-admin / css / ie-rtl.css
index 54cadd07bf8e962b97aa7caddd19a15dd6b244b4..1aa7cdb7db1518e7af15c535d0c44fd2d45b4b65 100644 (file)
@@ -1,53 +1,73 @@
-/* footer */
-body, td {
-       font-family: Tahoma,Verdana,sans-serif;
+#poststuff .postbox h3 {
+       padding-left:0;
+       padding-right: 23px;
 }
-
-.wrap {
-       text-align: right;
+* html #poststuff .postarea, * html #poststuff #titlediv {
+       margin-left:0;
+       margin-right: 3%;
 }
-
-.wrap h2 {
-       margin: 5px 0 0 4px;
-}
-
-#footer {
-       padding-left:50px;
+* html #poststuff h2 {
+       margin-right: 0;
 }
-#footer p {
-       background:none;
-       height:auto;
-       padding: 5px 5px 0;
-}
-
 #bh {
+       padding-right:0;
        padding-left: 15px;
-       padding-right: 0px;
 }
-/* write post */
+div#dashboard-widgets {
+       padding-right:0;
+       padding-left: 1px;
+}
+#tagchecklist span a {
+       margin: 4px -9px 0 0;
+}
 #poststuff .togbox {
-       margin-right:-16px;
+       margin-left:0;
+       margin-right: -19px;
 }
-#poststuff h3 {
-       padding-right:20px;
+.widefat th input {
+       margin: 0 5px 0 0;
 }
-
-p#widget-search, p#post-search {
-       padding-left: 15px;
+/* ---------- add by navid */
+#dashmenu { /* fix top right bottom in admin */
+       direction:ltr;
+}
+#sidemenu a { /* fix left admin buttom ex. plugins, options */
+       float:left;
 }
-
-.widefat th {
-       padding-bottom: 8px;
+.wrap h2 {
+       margin:5px 4px 0 0;
+}
+#editor-toolbar {/* fix hover in media uploader icon */
+       direction:ltr;
+}
+#TB_window { /* fix theme preview */
+       left:2%;
+}
+/* fix widget page */
+form#widgets-filter {
+       position:static;
 }
-
-/* template editor */
-#template textarea {
+#widget-search {
+       display:none;
+}
+/* fix manage comment page */
+ul.view-switch li {
        float:left;
 }
-
-/* Editor */
-
-.mceToolbar {
-       direction: ltr;
-       text-align: left;
-}
\ No newline at end of file
+form#posts-filter {
+       position:static;
+}
+#post-search {
+       display:none;
+}
+#submenu {
+       margin-right: 20px;
+}
+/* Fixes for media-upload window */
+/* Center media-upload panel on screen */
+#TB_window { 
+       width: 670px; 
+       position: absolute; 
+       top: 50%; 
+       left: 50%; 
+       margin-right: 335px !important; }