]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/ie-rtl.css
1aa7cdb7db1518e7af15c535d0c44fd2d45b4b65
[autoinstalls/wordpress.git] / wp-admin / css / ie-rtl.css
1 #poststuff .postbox h3 {
2         padding-left:0;
3         padding-right: 23px;
4 }
5 * html #poststuff .postarea, * html #poststuff #titlediv {
6         margin-left:0;
7         margin-right: 3%;
8 }
9 * html #poststuff h2 {
10         margin-right: 0;
11 }
12 #bh {
13         padding-right:0;
14         padding-left: 15px;
15 }
16 div#dashboard-widgets {
17         padding-right:0;
18         padding-left: 1px;
19 }
20 #tagchecklist span a {
21         margin: 4px -9px 0 0;
22 }
23 #poststuff .togbox {
24         margin-left:0;
25         margin-right: -19px;
26 }
27 .widefat th input {
28         margin: 0 5px 0 0;
29 }
30 /* ---------- add by navid */
31 #dashmenu { /* fix top right bottom in admin */
32         direction:ltr;
33 }
34 #sidemenu a { /* fix left admin buttom ex. plugins, options */
35         float:left;
36 }
37 .wrap h2 {
38         margin:5px 4px 0 0;
39 }
40 #editor-toolbar {/* fix hover in media uploader icon */
41         direction:ltr;
42 }
43 #TB_window { /* fix theme preview */
44         left:2%;
45 }
46 /* fix widget page */
47 form#widgets-filter {
48         position:static;
49 }
50 #widget-search {
51         display:none;
52 }
53 /* fix manage comment page */
54 ul.view-switch li {
55         float:left;
56 }
57 form#posts-filter {
58         position:static;
59 }
60 #post-search {
61         display:none;
62 }
63 #submenu {
64         margin-right: 20px;
65 }
66 /* Fixes for media-upload window */
67 /* Center media-upload panel on screen */
68 #TB_window { 
69         width: 670px; 
70         position: absolute; 
71         top: 50%; 
72         left: 50%; 
73         margin-right: 335px !important; }