]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/nav-menu-rtl.dev.css
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-admin / css / nav-menu-rtl.dev.css
1 #nav-menus-frame {
2         margin-right: 300px;
3         margin-left: 0;
4 }
5
6 #wpbody-content #menu-settings-column {
7         margin-right: -300px;
8         margin-left: 0;
9         float: right;
10 }
11
12 /* Menu Container */
13 #menu-management-liquid {
14         float: right;
15 }
16 #menu-management {
17         margin-left: 20px;
18         margin-right: 0;
19 }
20
21
22         #post-body {
23                 padding:0 10px 10px 0;
24         }
25
26         .post-body-plain {
27                 padding: 10px 0 0 10px;
28         }
29
30 /* Menu Tabs */
31
32         #menu-management .nav-tabs-arrow-left {
33                 right: 0;
34                 left:auto;
35         }
36         #menu-management .nav-tabs-arrow-right {
37                 left: 0;
38                 right:auto;
39                 text-align: left;
40         }
41
42 #menu-management .nav-tabs {
43         padding-right: 20px;
44         padding-left: 10px;
45 }
46 .js #menu-management .nav-tabs {
47         float: right;
48         margin-right: 0px;
49         margin-left: -400px;
50 }
51
52 #select-nav-menu-container {
53         text-align: left;
54 }
55
56 #wpbody .open-label {
57         float:right;
58 }
59
60 #wpbody .open-label span {
61         padding-left: 10px;
62         padding-right:0;
63 }
64
65         .js .input-with-default-title {
66                 font-style: normal;
67                 font-weight:bold;
68         }
69
70 /* Add Menu Item Boxes */
71 .postbox .howto input {
72         float: left;
73 }
74 #nav-menu-theme-locations .button-controls {
75         text-align: left;
76 }
77
78 /* Button Primary Actions */
79
80 .meta-sep,
81 .submitdelete,
82 .submitcancel {
83         float:right;
84 }
85
86 #cancel-save { margin-right: 20px; margin-left: 0; }
87
88 /* Button Secondary Actions */
89 .list-controls { float: right;  }
90 .add-to-menu {
91         float: left;
92 }
93
94 /* Custom Links */
95 #add-custom-link label span { float: right; padding-left: 5px; padding-right:0;}
96 .howto span { float: right; }
97
98 .list li .menu-item-title input { margin-left: 3px; margin-right: 0 }
99
100 /* Nav Menu */
101 .menu-item-handle {
102         padding-right: 10px;
103         padding-left: 0;
104 }
105 .menu-item-edit-active .menu-item-handle {
106         -moz-border-radius: 6px 6px 0 0;
107         -webkit-border-bottom-left-radius: 0;
108         -webkit-border-bottom-right-radius: 0;
109         -khtml-border-bottom-left-radius: 0;
110         -khtml-border-bottom-right-radius: 0;
111         border-bottom-left-radius: 0;
112         border-bottom-right-radius: 0;
113 }
114 .menu-item-handle .item-title {
115         margin-left:13em;
116         margin-right:0;
117 }
118
119
120 /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
121 .menu-item-depth-0 { margin-right: 0px; margin-left:0;}
122 .menu-item-depth-1 { margin-right: 30px; margin-left:0;}
123 .menu-item-depth-2 { margin-right: 60px; margin-left:0;}
124 .menu-item-depth-3 { margin-right: 90px; margin-left:0;}
125 .menu-item-depth-4 { margin-right: 120px; margin-left:0;}
126 .menu-item-depth-5 { margin-right: 150px; margin-left:0;}
127 .menu-item-depth-6 { margin-right: 180px; margin-left:0;}
128 .menu-item-depth-7 { margin-right: 210px; margin-left:0;}
129 .menu-item-depth-8 { margin-right: 240px; margin-left:0;}
130 .menu-item-depth-9 { margin-right: 270px; margin-left:0;}
131 .menu-item-depth-10 { margin-right: 300px; margin-left:0;}
132 .menu-item-depth-11 { margin-right: 330px; margin-left:0;}
133
134 .menu-item-depth-0 .menu-item-transport { margin-right: 0px; margin-left:0;}
135 .menu-item-depth-1 .menu-item-transport { margin-right: -30px; margin-left:0;}
136 .menu-item-depth-2 .menu-item-transport { margin-right: -60px; margin-left:0;}
137 .menu-item-depth-3 .menu-item-transport { margin-right: -90px; margin-left:0;}
138 .menu-item-depth-4 .menu-item-transport { margin-right: -120px; margin-left:0;}
139 .menu-item-depth-5 .menu-item-transport { margin-right: -150px; margin-left:0;}
140 .menu-item-depth-6 .menu-item-transport { margin-right: -180px; margin-left:0;}
141 .menu-item-depth-7 .menu-item-transport { margin-right: -210px; margin-left:0;}
142 .menu-item-depth-8 .menu-item-transport { margin-right: -240px; margin-left:0;}
143 .menu-item-depth-9 .menu-item-transport { margin-right: -270px; margin-left:0;}
144 .menu-item-depth-10 .menu-item-transport { margin-right: -300px; margin-left:0;}
145 .menu-item-depth-11 .menu-item-transport { margin-right: -330px; margin-left:0;}
146
147 /* Menu item controls */
148 .item-type { padding-left: 10px;  padding-right:0;}
149 .item-controls { left: 20px; right: auto;}
150 .item-controls .item-order { padding-left: 10px; padding-right: 0;}
151
152 .item-edit {
153         background-image: url("../images/menu-bits-rtl.gif?ver=20100531");
154         background-position: 100% -105px;
155         left: -20px;
156         right:auto;
157         -moz-border-radius-bottomright: 3px;
158         -moz-border-radius-bottomleft: 0;
159         -webkit-border-bottom-right-radius: 3px;
160         -webkit-border-bottom-left-radius: 0;
161         -khtml-border-bottom-right-radius: 3px;
162         -khtml-border-bottom-left-radius: 0;
163         border-bottom-right-radius: 3px;
164         border-bottom-left-radius: 0;
165 }
166
167 /* Menu editing */
168 .menu-item-settings {
169         padding: 10px 10px 10px 0;
170         border-width: 0 1px 1px 1px;
171 }
172
173 .link-to-original {
174         font-style: normal;
175         font-weight: bold;
176 }
177         .link-to-original a {
178                 padding-right: 4px;
179                 padding-left:0;
180         }
181
182 .menu-item-settings .description-thin,
183 .menu-item-settings .description-wide {
184         margin-left: 10px;
185         margin-right:0;
186         float: right;
187 }
188
189 /* Major/minor publishing actions (classes) */
190 .major-publishing-actions .publishing-action {
191         text-align: left;
192         float: left;
193 }
194 .major-publishing-actions .delete-action {
195         text-align: right;
196         float: right;
197         padding-left: 15px;
198         padding-right:0;
199 }
200 .menu-name-label {
201         margin-left: 15px;
202         margin-right:0;
203 }
204 .auto-add-pages {
205         float: right;
206 }