]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/ie-rtl.dev.css
Wordpress 3.2.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / ie-rtl.dev.css
1 html {
2         direction: ltr;
3 }
4 body {
5         direction: rtl;
6 }
7 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
8         background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -109px;
9 }
10
11 * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
12         background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -206px;
13 }
14 * html #adminmenu {
15         margin-left:0;
16         margin-right: -80px;
17 }
18 * html div.folded #adminmenu {
19         margin-left: 0;
20         margin-right: -22px;
21 }
22 #wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
23         padding: 3px 10px 4px 4px;
24 }
25 .inline-edit-row fieldset label span.title {
26         float: right;
27 }
28 .inline-edit-row fieldset label span.input-text-wrap {
29         margin-right: 0;
30 }
31 p.search-box {
32         float: left;
33 }
34 * html #poststuff h2 {
35         margin-right: 0;
36 }
37 #bh {
38         margin: 7px 10px 0 0;
39         float: left;
40 }
41 #user_info + div#favorite-actions {
42         right: auto;
43         left: 15px;
44 }
45 #wphead-info {
46         float: left;
47 }
48 /* without this dashboard widgets appear in one column for some screen widths */
49 div#dashboard-widgets {
50         padding-right: 0;
51         padding-left: 1px;
52 }
53 .tagchecklist span a {
54         margin: 4px -9px 0 0;
55 }
56 .widefat th input {
57         margin: 0 5px 0 0;
58 }
59 /* ---------- add by navid */
60 #TB_window {
61         width: 670px;
62         position: absolute;
63         top: 50%;
64         left: 50%;
65         margin-right: 335px !important;
66 }
67 #dashboard_plugins {
68         direction: ltr;
69 }
70 #dashboard_plugins h3.hndle {
71         direction: rtl;
72 }
73 #dashboard_incoming_links ul li,
74 #dashboard_secondary ul li,
75 #dashboard_primary ul li,
76 p.row-actions {
77         width: 100%;
78 }
79 #favorite-inside {
80         position: absolute;
81         right:0;
82 }
83 #post-status-info {
84         height: 25px;
85 }
86 #screen-meta {
87         position: static;
88 }
89 p.submit { /* quick edit and reply in edit-comments.php */
90         height:22px;
91 }
92 .inner-sidebar { /* fix edit single comment */
93         position: static;
94 }
95 form#widgets-filter { /* fix widget page */
96         position: static;
97 }
98
99 * html .meta-box-sortables .postbox .handlediv {
100         background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px;
101 }
102
103 /* nav menus */
104 .menu-max-depth-0 #menu-management { width: 460px; }
105 .menu-max-depth-1 #menu-management { width: 490px; }
106 .menu-max-depth-2 #menu-management { width: 520px; }
107 .menu-max-depth-3 #menu-management { width: 550px; }
108 .menu-max-depth-4 #menu-management { width: 580px; }
109 .menu-max-depth-5 #menu-management { width: 610px; }
110 .menu-max-depth-6 #menu-management { width: 640px; }
111 .menu-max-depth-7 #menu-management { width: 670px; }
112 .menu-max-depth-8 #menu-management { width: 700px; }
113 .menu-max-depth-9 #menu-management { width: 730px; }
114 .menu-max-depth-10 #menu-management { width: 760px; }
115 .menu-max-depth-11 #menu-management { width: 790px; }
116
117 .menu-item-depth-0 { margin-left: 0px; }
118 .menu-item-depth-1 { margin-left: -30px; }
119 .menu-item-depth-2 { margin-left: -60px; }
120 .menu-item-depth-3 { margin-left: -90px; }
121 .menu-item-depth-4 { margin-left: -120px; }
122 .menu-item-depth-5 { margin-left: -150px; }
123 .menu-item-depth-6 { margin-left: -180px; }
124 .menu-item-depth-7 { margin-left: -210px; }
125 .menu-item-depth-8 { margin-left: -240px; }
126 .menu-item-depth-9 { margin-left: -270px; }
127 .menu-item-depth-10 { margin-left: -300px; }
128 .menu-item-depth-11 { margin-left: -330px; }
129
130 #menu-to-edit li dl {
131         padding: 0 !important;
132         margin: 0 !important;
133 }
134 .ui-sortable-helper .menu-item-transport {
135         margin-top: 13px;
136 }
137         .ui-sortable-helper .menu-item-transport .menu-item-transport {
138                 margin-top: 0;
139         }
140 .sortable-placeholder {
141         margin-top: 0 !important;
142         margin-left: 0 !important;
143         margin-bottom: 13px !important;
144         padding: 0 !important;
145 }
146 .auto-add-pages {
147         clear: both;
148         float: none;
149 }
150 #nav-menus-frame .open-label span {
151         float: none;
152         display: inline-block;
153 }
154 #nav-menus-frame .delete-action {
155         float: none;
156 }