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