]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/wp-admin-rtl.dev.css
Wordpress 3.3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / wp-admin-rtl.dev.css
1 /*------------------------------------------------------------------------------
2
3
4 Hello, this is the RTL version of the  main WordPress admin CSS file.
5 All the important stuff is in here.
6
7
8 TABLE OF CONTENTS:
9 ------------------
10  1.0 - Text Elements
11  2.0 - Forms
12  3.0 - Actions
13  4.0 - Notifications
14  5.0 - TinyMCE
15  6.0 - Admin Header
16         6.1 - Screen Options Tabs
17  7.0 - Main Navigation
18  8.0 - Layout Blocks
19  9.0 - Dashboard
20 10.0 - List Posts
21         10.1 - Inline Editing
22 11.0 - Write/Edit Post Screen
23         11.1 - Custom Fields
24         11.2 - Post Revisions
25 12.0 - Categories
26 13.0 - Tags
27 14.0 - Media Screen
28         14.1 - Media Uploader
29         14.2 - Image Editor
30 15.0 - Comments Screen
31 16.0 - Themes
32         16.1 - Custom Header
33         16.2 - Custom Background
34         16.3 - Tabbed Admin Screen Interface
35 17.0 - Plugins
36 18.0 - Users
37 19.0 - Tools
38 20.0 - Settings
39 21.0 - Admin Footer
40 22.0 - About Pages
41 23.0 - Misc
42 24.0 - Dead
43 25.0 - TinyMCE tweaks
44
45
46 ------------------------------------------------------------------------------*/
47
48
49
50
51 /*------------------------------------------------------------------------------
52   1.0 - Text Styles
53 ------------------------------------------------------------------------------*/
54
55 ol {
56         margin-left: 0;
57         margin-right: 2em;
58 }
59
60 .code, code {
61         font-family: Tahoma, Arial, sans-serif;
62 }
63
64
65 .quicktags, .search {
66         font: 12px Tahoma, Arial, sans-serif;
67 }
68
69 .icon32 {
70         float: right;
71         margin-right: 0;
72         margin-left: 8px;
73 }
74
75 .icon16 {
76         float: right;
77         margin-right: -8px;
78         margin-left: 0;
79 }
80
81 .howto {
82         font-style: normal;
83         font-family: Tahoma, Arial, sans-serif;
84 }
85
86 p.install-help {
87         font-style: normal;
88 }
89
90
91 /*------------------------------------------------------------------------------
92   2.0 - Forms
93 ------------------------------------------------------------------------------*/
94
95 #doaction,
96 #doaction2,
97 #post-query-submit {
98         margin-right: 0;
99         margin-left: 8px;
100 }
101
102 #timezone_string option {
103         margin-left: 0;
104         margin-right: 1em;
105 }
106
107 #pass-strength-result {
108         float: right;
109         margin: 13px 1px 5px 5px;
110 }
111
112 p.search-box {
113         float: left;
114 }
115
116
117 /*------------------------------------------------------------------------------
118   3.0 - Actions
119 ------------------------------------------------------------------------------*/
120
121 #delete-action {
122         float: right;
123 }
124
125 #publishing-action {
126         float: left;
127 }
128
129 #post-body .misc-pub-section {
130         border-right:0;
131         border-left-width: 1px;
132         border-left-style: solid;
133         float: right;
134 }
135
136 #post-body .misc-pub-section-last {
137         border-left: 0;
138 }
139
140 #minor-publishing-actions {
141         padding: 10px 8px 2px 10px;
142         text-align: left;
143 }
144
145 #save-post {
146         float: right;
147 }
148
149 #minor-publishing .ajax-loading {
150         padding: 3px 4px 0 0;
151         float: right;
152 }
153
154 .preview {
155         float: left;
156 }
157
158 #sticky-span {
159         margin-left: 0;
160         margin-right: 18px;
161 }
162
163 .side-info ul {
164         padding-left: 0;
165         padding-right: 18px;
166 }
167
168 td.action-links,
169 th.action-links {
170         text-align: left;
171 }
172
173 .describe .del-link {
174         padding-left: 0;
175         padding-right: 5px;
176 }
177
178
179 /*------------------------------------------------------------------------------
180   4.0 - Notifications
181 ------------------------------------------------------------------------------*/
182
183 form.upgrade .hint {
184         font-style: normal;
185 }
186
187 #ajax-response.alignleft {
188         margin-left: 0;
189         margin-right: 2em;
190 }
191
192
193 /*------------------------------------------------------------------------------
194   5.0 - TinyMCE
195 ------------------------------------------------------------------------------*/
196
197 #quicktags {
198         background-position: right top;
199 }
200
201 #ed_reply_toolbar input {
202         margin: 1px 1px 1px 2px;
203 }
204
205 /* Distraction Free Writing mode
206  * =Overlay Styles
207 -------------------------------------------------------------- */
208
209 /* No RTL for now, this space intentionally left blank */
210
211 /* =Overlay Body
212 -------------------------------------------------------------- */
213 #wp-fullscreen-body {
214         right: 0;
215         left:auto;
216 }
217
218 #wp-fullscreen-tagline {
219         float: left;
220 }
221
222 /* =Top bar
223 -------------------------------------------------------------- */
224 #fullscreen-topbar {
225         left:auto;
226         right: 0;
227 }
228
229 #wp-fullscreen-mode-bar,
230 #wp-fullscreen-button-bar,
231 #wp-fullscreen-close,
232 #wp-fullscreen-count {
233         float: right;
234 }
235
236 #wp-fullscreen-save {
237         float: left;
238 }
239
240 #wp-fullscreen-save {
241         padding: 2px 5px 0 2px;
242 }
243
244 #wp-fullscreen-buttons > div {
245         float: right;
246 }
247
248 #wp-fullscreen-mode-bar {
249         padding: 1px 0 0 14px;
250 }
251
252 #wp-fullscreen-modes a {
253         float: right;
254         border-width: 1px 0 1px 1px;
255 }
256
257 #wp-fullscreen-modes a:first-child {
258         -webkit-border-top-left-radius: 0;
259         -webkit-border-top-right-radius: 3px;
260         -webkit-border-bottom-left-radius: 0;
261         -webkit-border-bottom-right-radius: 3px;
262         border-width: 1px;
263         border-top-left-radius: 0;
264         border-top-right-radius: 3px;
265         border-bottom-right-left: 0;
266         border-bottom-right-radius: 3px;
267 }
268
269 #wp-fullscreen-modes a:last-child {
270         -webkit-border-top-right-radius: 0;
271         -webkit-border-top-left-radius: 3px;
272         -webkit-border-bottom-right-radius: 0;
273         -webkit-border-bottom-left-radius: 3px;
274         border-top-right-radius: 0;
275         border-top-left-radius: 3px;
276         border-bottom-right-radius: 0;
277         border-bottom-left-radius: 3px;
278 }
279
280 #wp-fullscreen-save img,
281 #wp-fullscreen-save span {
282         padding-right: 0;
283         padding-left: 4px;
284 }
285
286 /* =Thickbox Adjustments
287 -------------------------------------------------------------- */
288 /* No RTL for now, this space intentionally left blank */
289
290
291 /* =TinyMCE Adjustments
292 -------------------------------------------------------------- */
293 /* No RTL for now, this space intentionally left blank */
294
295
296
297 /*------------------------------------------------------------------------------
298   6.0 - Admin Header
299 ------------------------------------------------------------------------------*/
300 #wphead {
301         height: 32px;
302         margin-left: 15px;
303         margin-right: 2px;
304 }
305
306 #header-logo {
307         float: right;
308 }
309
310 #wphead h1 {
311         float: right;
312 }
313
314 /*------------------------------------------------------------------------------
315   6.1 - Screen Options Tabs
316 ------------------------------------------------------------------------------*/
317
318 #screen-meta-links {
319         margin-right: 0;
320         margin-left: 24px;
321 }
322
323 #screen-meta {
324         margin-right: 5px;
325         margin-left: 15px;
326 }
327
328 #screen-options-link-wrap,
329 #contextual-help-link-wrap {
330         float: left;
331         margin-left: 0;
332         margin-right: 6px;
333 }
334
335 #screen-meta-links a.show-settings {
336         padding-right: 6px;
337         padding-left: 16px;
338 }
339
340 .toggle-arrow {
341         background-position: top right;
342 }
343 .toggle-arrow-active {
344         background-position: bottom right;
345 }
346
347 .metabox-prefs label {
348         padding-right: 0;
349         padding-left: 15px;
350 }
351
352 .metabox-prefs label input {
353         margin-right: 2px;
354         margin-left: 5px;
355 }
356
357 /*------------------------------------------------------------------------------
358   6.2 - Help Menu
359 ------------------------------------------------------------------------------*/
360
361 #contextual-help-wrap {
362         margin-left: 0;
363         margin-right: -4px;
364 }
365
366 #contextual-help-back {
367         left: 170px;
368         right: 150px;
369 }
370
371 #contextual-help-wrap.no-sidebar #contextual-help-back {
372         left: 0;
373         right: 150px;
374
375         border-right-width: 1px;
376         border-left-width: 0;
377         -webkit-border-bottom-right-radius: 0;
378         border-bottom-right-radius: 0;
379         -webkit-border-bottom-left-radius: 2px;
380         border-bottom-left-radius: 2px;
381 }
382
383 .contextual-help-tabs {
384         float: right;
385 }
386
387 .contextual-help-tabs a {
388         padding-left: 5px;
389         padding-right: 12px;
390 }
391
392 .contextual-help-tabs .active {
393         margin-right: 0;
394         margin-left: -1px;
395 }
396
397 .contextual-help-tabs .active,
398 .contextual-help-tabs-wrap {
399         border-left: 0;
400         border-right-width: 1px;
401 }
402
403 .help-tab-content {
404         margin-right: 0;
405         margin-left: 22px;
406 }
407
408 .help-tab-content li {
409         margin-left: 0;
410         margin-right: 18px;
411 }
412
413 .contextual-help-sidebar {
414         float: left;
415         padding-right: 12px;
416         padding-left: 8px;
417 }
418
419 /*------------------------------------------------------------------------------
420   7.0 - Main Navigation (Right Menu) (RTL: Left Menu)
421 ------------------------------------------------------------------------------*/
422
423 #adminmenuback,
424 #adminmenuwrap {
425         border-width: 0 0 0 1px;
426 }
427
428 #adminmenushadow {
429         right: auto;
430         left: 0;
431 }
432
433 #adminmenu li .wp-submenu,
434 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
435         left: auto;
436         right: 146px;
437 }
438
439 .folded #adminmenu .wp-submenu,
440 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
441         left: auto;
442         right: 26px;
443 }
444
445 #adminmenu .wp-submenu.sub-open,
446 #adminmenu li.focused.wp-not-current-submenu .wp-submenu,
447 .folded #adminmenu li.focused.wp-has-current-submenu .wp-submenu,
448 .folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
449 .no-js #adminmenu .wp-has-submenu:hover .wp-submenu,
450 .no-js.folded #adminmenu .wp-has-current-submenu:hover .wp-submenu {
451         padding: 0 0 8px 8px;
452 }
453
454 #adminmenu div.wp-menu-image {
455         float: right;
456 }
457
458 #adminmenu li li {
459         margin-left: 0;
460         margin-right: 8px
461 }
462
463 #adminmenu .wp-submenu a,
464 #adminmenu li li a,
465 .folded #adminmenu .wp-not-current-submenu li a {
466         padding-left: 0;
467         padding-right: 12px;
468 }
469
470 #adminmenu .wp-not-current-submenu li a {
471         padding-left: 0;
472         padding-right: 18px;
473 }
474
475 .folded #adminmenu li li {
476         margin-left: inherit;
477         margin-right: 0
478 }
479
480 .folded #adminmenu li li a {
481         padding-left: inherit;
482         padding-right: 0
483 }
484
485 .wp-menu-arrow {
486         right: 0;
487
488         -moz-transform:    translate( -139px );
489         -webkit-transform: translate( -139px );
490         -o-transform:      translate( -139px );
491         -ms-transform:     translate( -139px );
492         transform:         translate( -139px );
493 }
494
495 .ie8 .wp-menu-arrow {
496         right: -20px;
497 }
498
499 #adminmenu .wp-menu-arrow div {
500         left: -8px;
501         width: 16px;
502 }
503
504 #adminmenu li.wp-not-current-submenu .wp-menu-arrow {
505         -moz-transform:    translate( -138px );
506         -webkit-transform: translate( -138px );
507         -o-transform:      translate( -138px );
508         -ms-transform:     translate( -138px );
509         transform:         translate( -138px );
510 }
511
512 .folded .wp-menu-arrow {
513         -moz-transform:    translate( -27px );
514         -webkit-transform: translate( -27px );
515         -o-transform:      translate( -27px );
516         -ms-transform:     translate( -27px );
517         transform:         translate( -27px );
518 }
519
520 #adminmenu .wp-not-current-submenu .wp-menu-arrow div {
521     border-style: solid solid none none;
522     border-width: 1px 1px 0 0;
523 }
524
525 #adminmenu .wp-menu-image img {
526         float: right;
527         padding: 5px 2px 0 0;
528 }
529
530 #adminmenu .wp-submenu .wp-submenu-head {
531         padding: 6px 10px 5px 4px;
532 }
533
534 #adminmenu li .wp-submenu-wrap {
535         border-width: 1px 0 1px 1px;
536         border-style: solid none solid solid;
537         -webkit-border-bottom-right-radius: 0;
538         -webkit-border-bottom-left-radius: 3px;
539         -webkit-border-top-right-radius: 0;
540         -webkit-border-top-left-radius: 3px;
541         border-bottom-right-radius: 0;
542         border-bottom-left-radius: 3px;
543         border-top-right-radius: 0;
544         border-top-left-radius: 3px;
545 }
546
547 .folded #adminmenu .wp-submenu ul {
548         border-width: 0 1px 0 0;
549 }
550
551 .folded #adminmenu .wp-submenu a {
552         padding-left: 0;
553         padding-right: 10px;
554 }
555
556 .folded #adminmenu a.wp-has-submenu {
557         margin-left: 0;
558         margin-right: 40px;
559 }
560
561 #adminmenu .wp-menu-toggle {
562         clear: left;
563         float: left;
564         padding: 1px 0 0 2px;
565 }
566
567 #adminmenu .awaiting-mod,
568 #adminmenu span.update-plugins,
569 #sidemenu li a span.update-plugins {
570         font-family: Tahoma, Arial, sans-serif;
571         margin-left: 0;
572         margin-right: 7px;
573 }
574
575 #collapse-button {
576         float: right;
577 }
578
579
580 /* List table styles */
581 .post-com-count-wrapper {
582         font-family: Tahoma, Arial, sans-serif;
583 }
584
585 .column-response .post-com-count {
586         float: right;
587         margin-right: 0;
588         margin-left: 5px;
589 }
590
591 .response-links {
592         float: right;
593 }
594
595
596 /*------------------------------------------------------------------------------
597   8.0 - Layout Blocks
598 ------------------------------------------------------------------------------*/
599
600 .widefat th {
601         font-family: Tahoma, Arial, sans-serif;
602 }
603
604 .widefat td p {
605         margin: 2px 0 0.8em;
606 }
607
608 .postbox-container {
609         float: right;
610 }
611
612 .postbox .handlediv {
613         float: left;
614 }
615
616 /*------------------------------------------------------------------------------
617   9.0 - Dashboard
618 ------------------------------------------------------------------------------*/
619
620 #the-comment-list p.comment-author img {
621         float: right;
622         margin-right: 0;
623         margin-left: 8px;
624 }
625
626 /* Browser Nag */
627 #dashboard_browser_nag p.browser-update-nag.has-browser-icon {
628         padding-right: 0;
629         padding-left: 125px;
630 }
631
632 .welcome-panel .welcome-panel-close {
633         right: auto;
634         left: 10px;
635 }
636
637 .welcome-panel .welcome-panel-close:before {
638         left: auto;
639         right: -12px;
640 }
641
642 .welcome-panel .wp-badge {
643         float: right;
644 }
645
646 .welcome-panel-content .about-description, .welcome-panel h3 {
647         margin-left: 0;
648         margin-right: 190px;
649 }
650
651 .welcome-panel .welcome-panel-column {
652         margin: 0 -25px 0 5%;
653         padding-left: 0;
654         padding-right: 25px;
655         float: right;
656 }
657
658 .welcome-panel .welcome-panel-column.welcome-panel-last {
659         margin-right: auto;
660         padding-right: 0;
661         margin-left: 0;
662 }
663
664 .welcome-panel h4 .icon16 {
665         margin-left: 0;
666         margin-right: -32px;
667 }
668
669 .welcome-panel .welcome-panel-column-container {
670         padding: 0 25px 0 0;
671 }
672
673 .welcome-panel .welcome-panel-column ul {
674         margin: 1.6em 1.3em 1em 1em;
675 }
676
677 .welcome-panel .welcome-panel-column li {
678         padding-left: 0;
679         padding-right: 2px;
680 }
681
682 /*------------------------------------------------------------------------------
683   10.0 - List Posts (/Pages/etc)
684 ------------------------------------------------------------------------------*/
685
686 .fixed .column-comments {
687         text-align: right;
688 }
689 .fixed .column-comments .vers {
690         padding-left: 0;
691         padding-right: 3px;
692 }
693 .fixed .column-comments a {
694         float: right;
695 }
696 .sorting-indicator {
697         margin-left: 0;
698         margin-right: 7px;
699 }
700 th.sortable a span,
701 th.sorted a span {
702         float: right;
703 }
704
705 /* Bulk Actions */
706
707 .tablenav-pages a {
708         margin-right: 0;
709         margin-left: 1px;
710 }
711 .tablenav-pages .next-page {
712         margin-left: 0;
713         margin-right: 2px;
714 }
715
716 .tablenav a.button-secondary {
717         margin: 3px 0 0 8px;
718 }
719
720 .tablenav .tablenav-pages {
721         float: left;
722 }
723
724 .tablenav .displaying-num {
725         margin-right: 0;
726         margin-left: 10px;
727         font-family: Tahoma, Arial, sans-serif;
728         font-style: bold;
729 }
730
731 .tablenav .actions {
732         padding: 2px 0 0 8px;
733 }
734
735 .tablenav .delete {
736         margin-right: 0;
737         margin-left: 20px;
738 }
739
740 .view-switch {
741         float: left;
742 }
743
744 .filter {
745         float: right;
746         margin: -5px 10px 0 0;
747 }
748
749 .filter .subsubsub {
750         margin-left: 0;
751         margin-right: -10px;
752 }
753
754 #posts-filter fieldset {
755         float: right;
756         margin: 0 0 1em 1.5ex;
757 }
758
759 #posts-filter fieldset legend {
760         padding: 0 1px .2em 0;
761 }
762
763 /*------------------------------------------------------------------------------
764   10.1 - Inline Editing
765 ------------------------------------------------------------------------------*/
766
767 #wpbody-content .inline-edit-row fieldset {
768         float: right;
769 }
770
771 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
772         border-width: 0 1px 0 0;
773 }
774
775 #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
776         float: left;
777 }
778
779 .inline-edit-row fieldset label span.title {
780         float: right;
781 }
782
783 .inline-edit-row fieldset label span.input-text-wrap {
784         margin-left: 0;
785         margin-right: 5em;
786 }
787
788 .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
789         padding-right: 0;
790         padding-left: 0.5em;
791 }
792
793 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
794         margin-right: 0;
795         margin-left: 0.5em
796 }
797
798 /*      Styling */
799
800 .inline-edit-row fieldset span.title,
801 .inline-edit-row fieldset span.checkbox-title {
802         font-family: Tahoma, Arial, sans-serif;
803         font-style: normal;
804 }
805
806 .inline-edit-row fieldset .inline-edit-date {
807         float: right;
808 }
809
810 .inline-edit-row fieldset ul.cat-checklist label,
811 .inline-edit-row .catshow,
812 .inline-edit-row .cathide,
813 .inline-edit-row #bulk-titles div {
814         font-family: Tahoma, Arial, sans-serif;
815 }
816
817 .quick-edit-row-post fieldset label.inline-edit-status {
818         float: right;
819 }
820
821 #bulk-titles div a {
822         float: right;
823         margin: 3px -2px 0 3px;
824         overflow: hidden;
825         text-indent: -9999px;
826 }
827
828
829 /*------------------------------------------------------------------------------
830   11.0 - Write/Edit Post Screen
831 ------------------------------------------------------------------------------*/
832
833 #titlediv #title-prompt-text,
834 #wp-fullscreen-title-prompt-text {
835         right:0;
836 }
837
838 #sample-permalink {
839         direction:ltr;
840 }
841
842 #sample-permalink #editable-post-name {
843         unicode-bidi:embed;
844 }
845 #wp-fullscreen-title-prompt-text {
846         left: auto;
847         right: 0;
848 }
849
850 .postarea h3 label {
851         float: right;
852 }
853
854 .submitbox .submit {
855         text-align: right;
856 }
857
858 .inside-submitbox #post_status {
859         margin: 2px -2px 2px 0;
860 }
861
862 .submitbox .submit input {
863         margin-right: 0;
864         margin-left: 4px;
865 }
866
867 #normal-sortables .postbox .submit {
868         float: left;
869 }
870
871
872 #post-body ul.category-tabs,
873 #post-body ul.add-menu-item-tabs {
874         float: right;
875         text-align: left;
876         /* Negative margin for the sake of those without JS: all tabs display */
877         margin: 0 5px 0 -120px;
878 }
879
880
881 #post-body ul.category-tabs li.tabs,
882 #post-body ul.add-menu-item-tabs li.tabs {
883         -webkit-border-top-left-radius: 0;
884         -webkit-border-top-right-radius: 3px;
885         -webkit-border-bottom-left-radius: 0;
886         -webkit-border-bottom-right-radius: 3px;
887         border-top-left-radius: 0;
888         border-top-right-radius: 3px;
889         border-bottom-left-radius: 0;
890         border-bottom-right-radius: 3px;
891 }
892
893 #post-body .categorydiv div.tabs-panel,
894 .taxonomy div.tabs-panel,
895 #post-body #linkcategorydiv div.tabs-panel {
896         margin: 0 125px 0 5px;
897 }
898
899 #side-sortables .comments-box thead th,
900 #normal-sortables .comments-box thead th {
901         font-style: normal;
902 }
903
904 #commentsdiv img.waiting {
905         padding-left: 0;
906         padding-right: 5px;
907 }
908
909 #post-body .category-tabs li.tabs,
910 #post-body .add-menu-item-tabs li.tabs {
911         border-width: 1px 1px 1px 0;
912         margin-right: 0;
913         margin-left: -1px;
914 }
915
916 /* positioning etc. */
917
918 #posts-filter fieldset {
919         float: right;
920         margin: 0 0 1em 1.5ex;
921 }
922
923 #posts-filter fieldset legend {
924         padding: 0 1px .2em 0;
925 }
926
927 /* Global classes */
928
929 #post-body .tagsdiv #newtag {
930         margin-right: 0;
931         margin-left: 5px;
932 }
933
934 .autosave-info {
935         padding: 2px 2px 2px 15px;
936         text-align: left;
937 }
938
939 #post-body .wp_themeSkin .mceStatusbar a.mceResize {
940         background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
941         cursor: sw-resize;
942 }
943
944 .curtime #timestamp {
945         background-position: right top;
946         padding-left: 0;
947         padding-right: 18px;
948 }
949
950 /*------------------------------------------------------------------------------
951   11.1 - Custom Fields
952 ------------------------------------------------------------------------------*/
953
954 #postcustomstuff table input,
955 #postcustomstuff table select,
956 #postcustomstuff table textarea {
957         margin: 8px 8px 8px 0;
958 }
959
960 /*------------------------------------------------------------------------------
961   11.2 - Post Revisions
962 ------------------------------------------------------------------------------*/
963
964 table.diff td, table.diff th {
965         font-family: Consolas, Monaco, monospace;
966 }
967
968 /*------------------------------------------------------------------------------
969   12.0 - Categories
970 ------------------------------------------------------------------------------*/
971
972 .category-adder {
973         margin-left: 0;
974         margin-right: 120px;
975 }
976
977
978 #post-body ul.category-tabs,
979 #post-body ul.add-menu-item-tabs {
980         float: right;
981         text-align: left;
982         /* Negative margin for the sake of those without JS: all tabs display */
983         margin: 0 5px 0 -120px;
984 }
985
986 #post-body ul.category-tabs li.tabs,
987 #post-body ul.add-menu-item-tabs li.tabs {
988         -webkit-border-top-left-radius: 0;
989         -webkit-border-top-right-radius: 3px;
990         -webkit-border-bottom-left-radius: 0;
991         -webkit-border-bottom-right-radius: 3px;
992         border-top-left-radius: 0;
993         border-top-right-radius: 3px;
994         border-bottom-left-radius: 0;
995         border-bottom-right-radius: 3px;
996 }
997
998 #front-page-warning,
999 #front-static-pages ul,
1000 ul.export-filters,
1001 .inline-editor ul.cat-checklist ul,
1002 .categorydiv ul.categorychecklist ul,
1003 .customlinkdiv ul.categorychecklist ul,
1004 .posttypediv ul.categorychecklist ul,
1005 .taxonomydiv ul.categorychecklist ul,
1006 #linkcategorydiv ul.categorychecklist ul {
1007         margin-left: 0;
1008         margin-right: 18px;
1009 }
1010
1011 #post-body .category-tabs li.tabs,
1012 #post-body .add-menu-item-tabs li.tabs {
1013         border-style: solid solid solid none;
1014         border-width: 1px 1px 1px 0;
1015         margin-right: 0;
1016         margin-left: -1px;
1017 }
1018
1019 p.help,
1020 p.description,
1021 span.description,
1022 .form-wrap p {
1023         font-style: normal;
1024         font-family: Tahoma, Arial, sans-serif;
1025 }
1026
1027 /*------------------------------------------------------------------------------
1028   13.0 - Tags
1029 ------------------------------------------------------------------------------*/
1030
1031 .taghint {
1032         margin: 15px 12px -24px 0;
1033 }
1034
1035 #poststuff .tagsdiv .howto {
1036         margin: 0 8px 6px 0;
1037 }
1038
1039 .ac_results li {
1040         text-align: right;
1041 }
1042
1043 /*------------------------------------------------------------------------------
1044   14.0 - Media Screen
1045 ------------------------------------------------------------------------------*/
1046
1047 #wpbody-content .describe th {
1048         text-align: right;
1049
1050 }
1051
1052 .describe .media-item-info .A1B1 {
1053         padding: 0 10px 0 0;
1054 }
1055
1056 .media-upload-form td label {
1057         margin-left: 6px;
1058         margin-right: 2px;
1059 }
1060
1061 .media-upload-form .align .field label {
1062         padding: 0 23px 0 0;
1063         margin: 0 3px 0 1em;
1064 }
1065
1066 .media-upload-form tr.image-size label {
1067         margin: 0 5px 0 0;
1068 }
1069
1070 #wpbody-content .describe p.help {
1071         padding: 0 5px 0 0;
1072 }
1073
1074 .media-item .error-div a.dismiss,
1075 .describe-toggle-on,
1076 .describe-toggle-off {
1077         float: left;
1078         margin-right: 0;
1079         margin-left: 15px;
1080 }
1081
1082 .media-item .error-div a.dismiss {
1083         padding: 0 15px 0 0;
1084 }
1085
1086 .media-item .error-div {
1087         padding-left: 0;
1088         padding-right: 10px;
1089 }
1090
1091 .media-item .pinkynail {
1092         float: right;
1093 }
1094
1095 .media-item .describe td {
1096         padding: 0 0 8px 8px;
1097 }
1098
1099 .media-item .progress {
1100         float: left;
1101     margin: 6px 0 0 10px;
1102 }
1103
1104 /*------------------------------------------------------------------------------
1105   14.1 - Media Uploader
1106 ------------------------------------------------------------------------------*/
1107
1108 #find-posts-response .found-radio {
1109         padding: 5px 8px 0 0;
1110 }
1111
1112
1113 .find-box-search label {
1114         padding-right: 0;
1115         padding-left: 6px;
1116 }
1117
1118 .find-box #resize-se {
1119         right: auto;
1120         left: 1px;
1121 }
1122
1123
1124 form.upgrade .hint {
1125         font-style: normal;
1126 }
1127
1128
1129 /*------------------------------------------------------------------------------
1130   14.2 - Image Editor
1131 ------------------------------------------------------------------------------*/
1132
1133 .imgedit-menu div {
1134         float: right;
1135 }
1136
1137 .imgedit-help {
1138         font-style: normal;
1139 }
1140
1141 .imgedit-submit-btn {
1142         margin-left: 0;
1143         margin-right: 20px;
1144 }
1145
1146
1147 /*------------------------------------------------------------------------------
1148   15.0 - Comments Screen
1149 ------------------------------------------------------------------------------*/
1150
1151 .form-table th {
1152         text-align: right;
1153 }
1154
1155 .form-table input.tog {
1156         margin-right: 0;
1157         margin-left: 2px;
1158         float: right;
1159 }
1160
1161 .form-table table.color-palette {
1162         float: right;
1163 }
1164
1165 /* reply to comments */
1166
1167 #replysubmit img.waiting,
1168 .inline-edit-save img.waiting {
1169         float: left;
1170 }
1171
1172 #replysubmit .button {
1173         margin-right: 0;
1174         margin-left: 5px;
1175 }
1176
1177 #edithead .inside {
1178         float: right;
1179         padding: 3px 5px 2px 0;
1180 }
1181
1182 .comment-ays th {
1183         border-right-style: none;
1184         border-left-style: solid;
1185         border-right-width: 0;
1186         border-left-width: 1px;
1187 }
1188
1189 .spam-undo-inside .avatar,
1190 .trash-undo-inside .avatar {
1191         margin-left: 8px;
1192 }
1193
1194 #comment-status-radio input {
1195         margin: 2px 0 5px 3px;
1196 }
1197
1198
1199
1200 /*------------------------------------------------------------------------------
1201   16.0 - Themes
1202 ------------------------------------------------------------------------------*/
1203
1204 td.available-theme {
1205         text-align: right;
1206 }
1207
1208 #current-theme img {
1209         float: right;
1210         margin-right: 0;
1211         margin-left: 1em;
1212 }
1213
1214 #broken-themes {
1215         text-align: right;
1216 }
1217
1218 /*------------------------------------------------------------------------------
1219   16.1 - Custom Header Screen
1220 ------------------------------------------------------------------------------*/
1221
1222 .appearance_page_custom-header .available-headers .default-header {
1223         float: right;
1224         margin: 0 0 20px 20px;
1225 }
1226
1227 .appearance_page_custom-header .random-header {
1228         margin: 0 0 20px 20px;
1229 }
1230
1231 .appearance_page_custom-header .available-headers label input,
1232 .appearance_page_custom-header .random-header label input {
1233         margin-right: 0;
1234         margin-left: 10px;
1235 }
1236
1237 /*------------------------------------------------------------------------------
1238   16.2 - Custom Background Screen
1239 ------------------------------------------------------------------------------*/
1240
1241 /* No RTL for now, this space intentionally left blank */
1242
1243
1244 /*------------------------------------------------------------------------------
1245   16.3 - Tabbed Admin Screen Interface (Experimental)
1246 ------------------------------------------------------------------------------*/
1247
1248 .nav-tab {
1249         margin: 0 0 -1px 6px;
1250 }
1251
1252 h2 .nav-tab {
1253         font-family: Tahoma, Arial, sans-serif;
1254 }
1255
1256
1257 /*------------------------------------------------------------------------------
1258   17.0 - Plugins
1259 ------------------------------------------------------------------------------*/
1260
1261 .plugins .desc ul,
1262 .plugins .desc ol {
1263         margin: 0 2em 0 0;
1264 }
1265
1266 #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
1267         padding-right: 0;
1268         padding-left: 12px;
1269 }
1270
1271
1272 /*------------------------------------------------------------------------------
1273   18.0 - Users
1274 ------------------------------------------------------------------------------*/
1275
1276 #profile-page .form-table #rich_editing {
1277         margin-right: 0;
1278         margin-left: 5px
1279 }
1280
1281 #your-profile legend {
1282         font-family: Tahoma, Arial, sans-serif;
1283 }
1284
1285 /*------------------------------------------------------------------------------
1286   19.0 - Tools
1287 ------------------------------------------------------------------------------*/
1288
1289 .pressthis a span {
1290         background-position: -20px 5px ;
1291         padding: 8px 32px 8px 0;
1292 }
1293
1294 .pressthis a:after {
1295         right: auto;
1296         left: 10px;
1297         background: transparent;
1298         transform: skew(-20deg) rotate(-6deg);
1299         -webkit-transform: skew(-20deg) rotate(-6deg);
1300         -moz-transform: skew(-20deg) rotate(-6deg);
1301 }
1302
1303
1304 .pressthis a:hover:after {
1305         transform: skew(-20deg) rotate(-9deg);
1306         -webkit-transform: skew(-20deg) rotate(-9deg);
1307         -moz-transform: skew(-20deg) rotate(-9deg);
1308 }
1309
1310 /*------------------------------------------------------------------------------
1311   20.0 - Settings
1312 ------------------------------------------------------------------------------*/
1313
1314 #utc-time, #local-time {
1315         padding-left: 0;
1316         padding-right: 25px;
1317         font-style: normal;
1318         font-family: Tahoma, Arial, sans-serif;
1319 }
1320
1321 /*------------------------------------------------------------------------------
1322   21.0 - Admin Footer
1323 ------------------------------------------------------------------------------*/
1324
1325 #footer {
1326         margin-left: 20px;
1327 }
1328
1329 #wpcontent,
1330 #footer {
1331         margin-right: 165px;
1332 }
1333
1334 /*------------------------------------------------------------------------------
1335   22.0 - About Pages
1336 ------------------------------------------------------------------------------*/
1337
1338 .wrap.about-wrap {
1339         margin-left: 40px;
1340         margin-right: 20px;
1341 }
1342
1343 .about-wrap h1,
1344 .about-text {
1345         margin-right: 0;
1346         margin-left: 200px;
1347 }
1348
1349 .about-wrap h2.nav-tab-wrapper {
1350         padding-left: 0px;
1351         padding-right: 6px;
1352 }
1353
1354 .about-wrap .wp-badge {
1355         right: auto;
1356         left: 0;
1357 }
1358
1359 .about-wrap h2 .nav-tab {
1360         margin-right: 0;
1361         margin-left: 3px;
1362 }
1363
1364 .about-wrap .changelog li {
1365         margin-left: 0;
1366         margin-right: 3em;
1367 }
1368
1369 .about-wrap .feature-section .left-feature,
1370 .about-wrap .feature-section img,
1371 .about-wrap .feature-section .right-feature {
1372         float: right;
1373 }
1374
1375 .about-wrap .feature-section .left-feature {
1376         margin-right: 0;
1377         margin-left: 0;
1378 }
1379
1380 .about-wrap .feature-section .right-feature {
1381         margin-left: 0;
1382         margin-right: 0;
1383 }
1384
1385 .about-wrap .feature-section.text-features {
1386         float: right;
1387 }
1388 .about-wrap .feature-section.screenshot-features {
1389         float: left;
1390 }
1391 .about-wrap .feature-section.screenshot-features .angled-right {
1392         margin-left: 0;
1393         margin-right: 2.5em;
1394 }
1395 .about-wrap .feature-section.screenshot-features .angled-right p {
1396         margin-left: 0;
1397         margin-right: 290px;
1398 }
1399
1400 .about-wrap .feature-section .angled-right img,
1401 .about-wrap .feature-section .angled-left img {
1402         margin-right: 0;
1403         margin-left: 30px;
1404 }
1405
1406 .about-wrap .feature-section.three-col div {
1407         margin-right: 0;
1408         margin-left: 4.999999999%;
1409         float: right;
1410 }
1411 .about-wrap .feature-section.three-col h4 {
1412         text-align: right;
1413 }
1414 .about-wrap .feature-section.three-col img {
1415         margin-right: 5px;
1416         margin-left: 0;
1417 }
1418 .about-wrap .feature-section.three-col .last-feature {
1419         margin-left: 0;
1420 }
1421
1422 .about-wrap .feature-section .feature-images img {
1423         margin-right: auto;
1424         margin-left: 5px;
1425 }
1426 .about-wrap .feature-section.images-stagger-left .angled-left {
1427         margin-left: auto;
1428         margin-right: 5px;
1429 }
1430 .about-wrap .feature-section .angled-right {
1431         float: left;
1432 }
1433 .about-wrap .feature-section.images-stagger-right .feature-images {
1434         right: auto;
1435         left: 0;
1436 }
1437 .about-wrap .feature-section.images-stagger-left .feature-images {
1438         left: auto;
1439         right: 0;
1440 }
1441 .about-wrap .feature-section.images-stagger-right .left-feature {
1442         margin-right: 0;
1443         margin-left: 350px;
1444 }
1445 .about-wrap .feature-section.images-stagger-left .right-feature {
1446         margin-left: 0;
1447         margin-right: 350px;
1448 }
1449
1450 .about-wrap li.wp-person,
1451 .about-wrap li.wp-person img.gravatar {
1452         float: right;
1453         margin-right: 0;
1454         margin-left: 10px;
1455 }
1456
1457 /*------------------------------------------------------------------------------
1458   23.0 - Misc
1459 ------------------------------------------------------------------------------*/
1460
1461 #template div {
1462         margin-right: 0;
1463         margin-left: 190px;
1464 }
1465
1466 .column-author img, .column-username img {
1467         float: right;
1468         margin-right: 0;
1469         margin-left: 10px;
1470 }
1471
1472 .tagchecklist {
1473         margin-left: 0;
1474         margin-right: 14px;
1475 }
1476
1477 .tagchecklist strong {
1478         margin-left: 0;
1479         margin-right: -8px;
1480 }
1481
1482 .tagchecklist span {
1483         margin-right: 0;
1484         margin-left: 25px;
1485         float: right;
1486
1487 }
1488 .tagchecklist span a {
1489         margin: 6px -9px 0pt 0pt;
1490         float: right;
1491 }
1492
1493 #poststuff h2 {
1494         clear: right;
1495 }
1496
1497 #poststuff h3,
1498 .metabox-holder h3 {
1499         font-family: Tahoma, Arial, sans-serif;
1500 }
1501
1502 .tool-box .title {
1503         font-family: Tahoma, Arial, sans-serif;
1504 }
1505
1506 #sidemenu {
1507         margin: -30px 315px 0 15px;
1508         float: left;
1509         padding-left: 0;
1510         padding-right: 10px;
1511 }
1512 #sidemenu a {
1513         float: right;
1514 }
1515
1516 table .vers,
1517 table .column-visible,
1518 table .column-rating {
1519         text-align: right;
1520 }
1521
1522 .screen-meta-toggle {
1523         right: auto;
1524         left: 15px;
1525 }
1526
1527 /*------------------------------------------------------------------------------
1528   24.0  - Dead
1529 ------------------------------------------------------------------------------*/
1530
1531 /* - Not used anywhere in WordPress - verify and then deprecate
1532 ------------------------------------------------------------------------------*/
1533
1534 /* No RTL for now, this space intentionally left blank */
1535
1536
1537 /* - Only used once or twice in all of WP - deprecate for global style
1538 ------------------------------------------------------------------------------*/
1539
1540 * html #template div {margin-left: 0;}
1541
1542 .list-ajax-loading {
1543         float: left;
1544         margin-right: 0;
1545         margin-left: 9px;
1546 }
1547
1548 /* - Used - but could/should be deprecated with a CSS reset
1549 ------------------------------------------------------------------------------*/
1550 /* No RTL for now, this space intentionally left blank */
1551
1552
1553 /*------------------------------------------------------------------------------
1554  25.0 - TinyMCE tweaks
1555                 Small tweaks for until tinymce css files are proprely RTLized
1556 ------------------------------------------------------------------------------*/
1557 #editorcontainer .wp_themeSkin .mceStatusbar {
1558         padding-left: 0;
1559         padding-right: 5px;
1560 }
1561 #editorcontainer .wp_themeSkin .mceStatusbar div {
1562         float: right;
1563 }
1564
1565 #editorcontainer .wp_themeSkin .mceStatusbar a.mceResize {
1566         float: left;
1567 }
1568
1569
1570 /* MERGED */
1571
1572 /* global */
1573
1574 /* 2 column liquid layout */
1575
1576 #wpcontent {
1577         margin-left: 0;
1578         margin-right: 165px;
1579 }
1580
1581 .folded #wpcontent {
1582         margin-left: 0;
1583         margin-right: 52px;
1584 }
1585
1586 .folded.wp-admin #footer {
1587         margin-left: 15px;
1588         margin-right: 52px;
1589 }
1590
1591 #wpbody-content {
1592         float: right;
1593 }
1594
1595 #adminmenuwrap {
1596         float: right;
1597 }
1598
1599 #adminmenu {
1600         clear: right;
1601 }
1602
1603 /* inner 2 column liquid layout */
1604 .inner-sidebar {
1605         float: left;
1606         clear: left;
1607 }
1608
1609 .has-right-sidebar #post-body {
1610         float: right;
1611         clear: right;
1612         margin-right: 0;
1613         margin-left: -340px;
1614 }
1615
1616 .has-right-sidebar #post-body-content {
1617         margin-right: 0;
1618         margin-left: 300px;
1619 }
1620
1621 /* 2 columns main area */
1622
1623 #col-right {
1624         float: left;
1625         clear: left;
1626 }
1627
1628 /* utility classes*/
1629 .alignleft {
1630         float: right;
1631 }
1632
1633 .alignright {
1634         float: left;
1635 }
1636
1637 .textleft {
1638         text-align: right;
1639 }
1640
1641 .textright {
1642         text-align: left;
1643 }
1644
1645 /* Hide visually but not from screen readers */
1646 .screen-reader-text, .screen-reader-text span {
1647         left: auto;
1648         right: -1000em;
1649 }
1650
1651 /* styles for use by people extending the WordPress interface */
1652
1653 body,
1654 td,
1655 textarea,
1656 input,
1657 select {
1658         font-family: Tahoma, Arial, sans-serif;
1659 }
1660
1661 ul.ul-disc,
1662 ul.ul-square,
1663 ol.ol-decimal {
1664         margin-left: 0;
1665         margin-right: 1.8em;
1666 }
1667
1668 .subsubsub {
1669         float: right;
1670 }
1671
1672 .widefat thead th:first-of-type {
1673         -webkit-border-top-left-radius: 0;
1674         -webkit-border-top-right-radius: 3px;
1675         border-top-left-radius: 0;
1676         border-top-right-radius: 3px;
1677 }
1678
1679 .widefat thead th:last-of-type {
1680         -webkit-border-top-right-radius: 0;
1681         -webkit-border-top-left-radius: 3px;
1682         border-top-right-radius: 0;
1683         border-top-left-radius: 3px;
1684 }
1685 .widefat tfoot th:first-of-type {
1686         -webkit-border-bottom-left-radius: 0;
1687         -webkit-border-bottom-right-radius: 3px;
1688         border-bottom-left-radius: 0;
1689         border-bottom-right-radius: 3px;
1690 }
1691 .widefat tfoot th:last-of-type {
1692         -webkit-border-bottom-right-radius: 0;
1693         -webkit-border-bottom-left-radius: 3px;
1694         border-bottom-right-radius: 0;
1695         border-bottom-left-radius: 3px;
1696 }
1697
1698 .widefat th {
1699         text-align: right;
1700 }
1701
1702 .widefat th input {
1703         margin: 0 8px 0 0;
1704 }
1705
1706 .wrap {
1707         margin-right: 0;
1708         margin-left: 15px;
1709 }
1710
1711
1712 .wrap h2,
1713 .subtitle {
1714         font-family: Tahoma, Arial, sans-serif;
1715 }
1716 .wrap h2 {
1717         padding-right: 0;
1718         padding-left: 15px;
1719 }
1720
1721 .subtitle {
1722         padding-left: 0;
1723         padding-right: 25px;
1724 }
1725
1726 .wrap .add-new-h2 {
1727         font-family: Tahoma, Arial, sans-serif;
1728         margin-left: 0;
1729         margin-right: 4px;
1730 }
1731
1732 .wrap h2.long-header {
1733         padding-left: 0;
1734 }
1735
1736
1737 /* dashboard */
1738 #dashboard-widgets-wrap .has-sidebar {
1739         margin-right: 0;
1740         margin-left: -51%;
1741 }
1742
1743 #dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
1744         margin-right: 0;
1745         margin-left: 51%;
1746 }
1747
1748 .view-all {
1749         right: auto;
1750         left: 0;
1751 }
1752
1753 #dashboard_right_now p.sub,
1754 #dashboard-widgets h4,
1755 a.rsswidget,
1756 #dashboard_plugins h4,
1757 #dashboard_plugins h5,
1758 #dashboard_recent_comments .comment-meta .approve {
1759         font-family: Tahoma, Arial;
1760 }
1761
1762 #dashboard_right_now p.sub  {
1763         left:auto;
1764         right:15px;
1765 }
1766
1767 #dashboard_right_now td.b {
1768         padding-right: 0;
1769         padding-left: 6px;
1770         text-align: left;
1771         font-family: Tahoma, Arial;
1772 }
1773
1774 #dashboard_right_now .t {
1775         padding-right: 0;
1776         padding-left: 12px;
1777 }
1778
1779 #dashboard_right_now .table_content {
1780         float:right;
1781 }
1782
1783 #dashboard_right_now .table_discussion {
1784         float:left;
1785 }
1786
1787 #dashboard_right_now .versions a {
1788         font-family: Tahoma, Arial;
1789 }
1790
1791 #dashboard_right_now a.button {
1792         float: left;
1793         clear: left;
1794 }
1795
1796 #dashboard_plugins .inside span {
1797          padding-left: 0;
1798          padding-right: 5px;
1799 }
1800
1801 #dashboard-widgets h3 .postbox-title-action {
1802         right: auto;
1803         left: 30px;
1804 }
1805
1806 #the-comment-list .pingback {
1807         padding-left: 0 !important;
1808         padding-right: 9px !important;
1809 }
1810
1811 /* Recent Comments */
1812 #the-comment-list .comment-item {
1813         padding: 1em 70px 1em 10px;
1814 }
1815
1816 #the-comment-list .comment-item .avatar {
1817         float: right;
1818         margin-left: 0;
1819         margin-right: -60px;
1820 }
1821
1822 /* Feeds */
1823 .rss-widget cite {
1824         text-align: left;
1825 }
1826
1827 .rss-widget span.rss-date {
1828         font-family: Tahoma, Arial;
1829         margin-left: 0;
1830         margin-right: 3px;
1831 }
1832
1833 /* QuickPress */
1834 #dashboard_quick_press h4 {
1835         float: right;
1836         text-align: left;
1837 }
1838
1839 #dashboard_quick_press .wp-media-buttons {
1840         margin: 0 5em 0.5em 0;
1841 }
1842
1843 #dashboard_quick_press h4 label {
1844         margin-right: 0;
1845         margin-left: 10px;
1846 }
1847
1848 #dashboard_quick_press .input-text-wrap,
1849 #dashboard_quick_press .textarea-wrap {
1850         margin: 0 5em 1em 0;
1851 }
1852
1853 #dashboard_quick_press #media-buttons {
1854         margin: 0 5em .5em 0;
1855         padding: 0;
1856 }
1857
1858 #dashboard-widgets #dashboard_quick_press form p.submit {
1859         margin-left: 0;
1860         margin-right: 4.6em;
1861 }
1862
1863 #dashboard-widgets #dashboard_quick_press form p.submit input {
1864         float: right;
1865 }
1866
1867 #dashboard-widgets #dashboard_quick_press form p.submit #save-post {
1868         margin: 0 10px 0 1em;
1869 }
1870
1871 #dashboard-widgets #dashboard_quick_press form p.submit #publish {
1872         float: left;
1873 }
1874
1875 #dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
1876         margin: 4px 0 0 6px;
1877 }
1878
1879 /* Recent Drafts */
1880 #dashboard_recent_drafts h4 abbr {
1881         font-family: Tahoma, Arial;
1882         margin-left:0;
1883         margin-right: 3px;
1884 }
1885
1886 /* login */
1887 body.login {
1888         font-family: Tahoma, arial;
1889 }
1890
1891 .login form {
1892         margin-right: 8px;
1893         margin-left: 0;
1894 }
1895
1896 .login form .forgetmenot {
1897         float: right;
1898 }
1899
1900 .login form .submit {
1901         float: left;
1902 }
1903
1904 #login form .submit input {
1905         font-family: Tahoma, arial;
1906 }
1907
1908 .login #nav,
1909 .login #backtoblog {
1910         margin: 0 16px 0 0;
1911 }
1912
1913 #login_error,
1914 .login .message {
1915         margin: 0 8px 16px 0;
1916 }
1917
1918 .login #user_pass,
1919 .login #user_login,
1920 .login #user_email {
1921         margin-left: 6px;
1922         margin-right: 0;
1923         direction:ltr;
1924 }
1925
1926 .login h1 a {
1927         text-decoration: none;
1928 }
1929
1930 .login .button-primary {
1931         float: left;
1932 }
1933
1934
1935 /* nav-menu */
1936 #nav-menus-frame {
1937         margin-right: 300px;
1938         margin-left: 0;
1939 }
1940
1941 #wpbody-content #menu-settings-column {
1942         margin-right: -300px;
1943         margin-left: 0;
1944         float: right;
1945 }
1946
1947 /* Menu Container */
1948 #menu-management-liquid {
1949         float: right;
1950 }
1951
1952 #menu-management {
1953         margin-left: 20px;
1954         margin-right: 0;
1955 }
1956
1957 .post-body-plain {
1958         padding: 10px 0 0 10px;
1959 }
1960
1961 /* Menu Tabs */
1962
1963 #menu-management .nav-tabs-arrow-left {
1964         right: 0;
1965         left:auto;
1966 }
1967
1968 #menu-management .nav-tabs-arrow-right {
1969         left: 0;
1970         right:auto;
1971         text-align: left;
1972         font-family: Tahoma, Arial, sans-serif;
1973 }
1974
1975 #menu-management .nav-tabs {
1976         padding-right: 20px;
1977         padding-left: 10px;
1978 }
1979
1980 .js #menu-management .nav-tabs {
1981         float: right;
1982         margin-right: 0px;
1983         margin-left: -400px;
1984 }
1985
1986 #select-nav-menu-container {
1987         text-align: left;
1988 }
1989
1990 #wpbody .open-label {
1991         float:right;
1992 }
1993
1994 #wpbody .open-label span {
1995         padding-left: 10px;
1996         padding-right:0;
1997 }
1998
1999 .js .input-with-default-title {
2000         font-style: normal;
2001         font-weight: bold;
2002 }
2003
2004 /* Add Menu Item Boxes */
2005 .postbox .howto input {
2006         float: left;
2007 }
2008 #nav-menu-theme-locations .button-controls {
2009         text-align: left;
2010 }
2011
2012 /* Button Primary Actions */
2013
2014 .meta-sep,
2015 .submitcancel {
2016         float: right;
2017 }
2018
2019 #cancel-save {
2020         margin-left: 0;
2021         margin-right: 20px;
2022 }
2023
2024 /* Button Secondary Actions */
2025 .list-controls {
2026          float: right;
2027 }
2028 .add-to-menu {
2029         float: left;
2030 }
2031
2032 /* Custom Links */
2033 #add-custom-link label span { float: right; padding-left: 5px; padding-right:0;}
2034 .howto span { float: right; }
2035
2036 .list li .menu-item-title input { margin-left: 3px; margin-right: 0 }
2037
2038 /* Nav Menu */
2039 .menu-item-handle {
2040         padding-right: 10px;
2041         padding-left: 0;
2042 }
2043 .menu-item-edit-active .menu-item-handle {
2044         -webkit-border-bottom-left-radius: 0;
2045         -webkit-border-bottom-right-radius: 0;
2046         border-bottom-left-radius: 0;
2047         border-bottom-right-radius: 0;
2048 }
2049 .menu-item-handle .item-title {
2050         margin-left:13em;
2051         margin-right:0;
2052 }
2053
2054
2055 /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
2056 .menu-item-depth-0 { margin-right: 0px; margin-left:0;}
2057 .menu-item-depth-1 { margin-right: 30px; margin-left:0;}
2058 .menu-item-depth-2 { margin-right: 60px; margin-left:0;}
2059 .menu-item-depth-3 { margin-right: 90px; margin-left:0;}
2060 .menu-item-depth-4 { margin-right: 120px; margin-left:0;}
2061 .menu-item-depth-5 { margin-right: 150px; margin-left:0;}
2062 .menu-item-depth-6 { margin-right: 180px; margin-left:0;}
2063 .menu-item-depth-7 { margin-right: 210px; margin-left:0;}
2064 .menu-item-depth-8 { margin-right: 240px; margin-left:0;}
2065 .menu-item-depth-9 { margin-right: 270px; margin-left:0;}
2066 .menu-item-depth-10 { margin-right: 300px; margin-left:0;}
2067 .menu-item-depth-11 { margin-right: 330px; margin-left:0;}
2068
2069 .menu-item-depth-0 .menu-item-transport { margin-right: 0px; margin-left:0;}
2070 .menu-item-depth-1 .menu-item-transport { margin-right: -30px; margin-left:0;}
2071 .menu-item-depth-2 .menu-item-transport { margin-right: -60px; margin-left:0;}
2072 .menu-item-depth-3 .menu-item-transport { margin-right: -90px; margin-left:0;}
2073 .menu-item-depth-4 .menu-item-transport { margin-right: -120px; margin-left:0;}
2074 .menu-item-depth-5 .menu-item-transport { margin-right: -150px; margin-left:0;}
2075 .menu-item-depth-6 .menu-item-transport { margin-right: -180px; margin-left:0;}
2076 .menu-item-depth-7 .menu-item-transport { margin-right: -210px; margin-left:0;}
2077 .menu-item-depth-8 .menu-item-transport { margin-right: -240px; margin-left:0;}
2078 .menu-item-depth-9 .menu-item-transport { margin-right: -270px; margin-left:0;}
2079 .menu-item-depth-10 .menu-item-transport { margin-right: -300px; margin-left:0;}
2080 .menu-item-depth-11 .menu-item-transport { margin-right: -330px; margin-left:0;}
2081
2082 /* Menu item controls */
2083 .item-type {
2084         padding-left: 10px;
2085         padding-right:0;
2086 }
2087
2088 .item-controls {
2089         left: 20px;
2090         right: auto;
2091 }
2092
2093 .item-controls .item-order {
2094         padding-left: 10px;
2095         padding-right: 0;
2096 }
2097
2098 .item-edit {
2099         left: -20px;
2100         right:auto;
2101         -webkit-border-bottom-right-radius: 3px;
2102         -webkit-border-bottom-left-radius: 0;
2103         border-bottom-right-radius: 3px;
2104         border-bottom-left-radius: 0;
2105 }
2106
2107 /* Menu editing */
2108 .menu-item-settings {
2109         padding: 10px 10px 10px 0;
2110         border-width: 0 1px 1px 1px;
2111 }
2112
2113 .link-to-original {
2114         font-style: normal;
2115         font-weight: bold;
2116 }
2117         .link-to-original a {
2118                 padding-right: 4px;
2119                 padding-left:0;
2120         }
2121
2122 .menu-item-settings .description-thin,
2123 .menu-item-settings .description-wide {
2124         margin-left: 10px;
2125         margin-right:0;
2126         float: right;
2127 }
2128
2129 /* Major/minor publishing actions (classes) */
2130 .major-publishing-actions .publishing-action {
2131         text-align: left;
2132         float: left;
2133 }
2134
2135 .major-publishing-actions .delete-action {
2136         text-align: right;
2137         float: right;
2138         padding-left: 15px;
2139         padding-right:0;
2140 }
2141
2142 .menu-name-label {
2143         margin-left: 15px;
2144         margin-right:0;
2145 }
2146
2147 .auto-add-pages {
2148         float: right;
2149 }
2150
2151
2152 /* plugin-install */
2153 div.star {
2154         left: auto;
2155         right: 0;
2156         letter-spacing: 0;
2157 }
2158
2159 .star img, div.star a, div.star a:hover, div.star a:visited {
2160         right: auto;
2161         left: 0;
2162 }
2163
2164 #plugin-information ul#sidemenu {
2165         left: auto;
2166         right: 0;
2167 }
2168
2169 #plugin-information h2 {
2170         margin-right: 0;
2171         margin-left: 200px;
2172 }
2173
2174 #plugin-information .fyi {
2175         margin-left: 5px;
2176         margin-right: 20px;
2177 }
2178
2179 #plugin-information .fyi h2 {
2180         margin-left: 0;
2181 }
2182
2183 #plugin-information .fyi ul {
2184         padding: 10px 7px 10px 5px;
2185 }
2186
2187 #plugin-information #section-screenshots li p {
2188         padding-left: 0;
2189         padding-right: 20px;
2190 }
2191
2192 #plugin-information .updated,
2193 #plugin-information pre {
2194         margin-right: 0;
2195         margin-left: 215px;
2196 }
2197
2198 #plugin-information .updated,
2199 #plugin-information .error {
2200         clear: none;
2201         direction: rtl;
2202 }
2203
2204 #section-description {
2205         direction: ltr;
2206 }
2207
2208 /* Editor/Main Column */
2209 .posting {
2210         margin-left: 212px;
2211         margin-right: 0;
2212         position: relative;
2213 }
2214
2215 #side-info-column {
2216         float: left;
2217         right: auto;
2218         left: 0;
2219 }
2220
2221 h3.tb {
2222         margin-left: 0;
2223         margin-right: 5px;
2224 }
2225
2226 #publish {
2227         float: left;
2228 }
2229
2230 .postbox .handlediv {
2231         float: left;
2232 }
2233
2234 .actions li {
2235         float: right;
2236         margin-right: 0;
2237         margin-left: 10px;
2238 }
2239
2240 #extra-fields .actions {
2241     margin: -23px 0 0 -7px;
2242 }
2243
2244 /* Photo Styles */
2245 #img_container a {
2246         float: right;
2247 }
2248
2249 #category-add input,
2250 #category-add select {
2251         font-family: Tahoma, Arial;
2252 }
2253
2254 .inline-editor ul.cat-checklist ul,
2255 .categorydiv ul.categorychecklist ul,
2256 #linkcategorydiv ul.categorychecklist ul {
2257         margin-left: 0;
2258         margin-right: 18px;
2259 }
2260
2261 /* Categories */
2262 .category-tabs li {
2263         padding-left: 0;
2264         padding-right: 8px;
2265 }
2266
2267 /* Tags */
2268 #tagsdiv #newtag {
2269         margin-right: 0;
2270         margin-left: 5px;
2271 }
2272
2273 #tagadd {
2274         margin-left: 0;
2275         margin-right: 3px;
2276 }
2277
2278 #tagchecklist span {
2279         margin-left: .5em;
2280         margin-right: 10px;
2281         float: right;
2282 }
2283 #tagchecklist span a {
2284         margin: 6px -9px 0 0;
2285         float: right;
2286 }
2287
2288 .submit input,
2289 .button,
2290 .button-primary,
2291 .button-secondary,
2292 .button-highlighted,
2293 #postcustomstuff .submit input {
2294         font-family: Tahoma, Arial, sans-serif;
2295 }
2296
2297 .ac_results li {
2298         text-align: right;
2299 }
2300
2301 #TB_ajaxContent #options {
2302         right: auto;
2303         left: 25px;
2304 }
2305
2306 #post_status {
2307         margin-left: 0;
2308         margin-right: 10px;
2309 }
2310
2311 /* theme-editor */
2312 #templateside {
2313         float: left;
2314 }
2315
2316 #template textarea {
2317         direction: ltr;
2318 }
2319
2320 /* theme-install */
2321 div.star {
2322         left:auto;
2323         right: 0;
2324 }
2325
2326 .star img,
2327 div.star a,
2328 div.star a:hover,
2329 div.star a:visited {
2330         right: auto;
2331         left: 0;
2332 }
2333
2334 .theme-listing .theme-item h3 {
2335         font-style: normal;
2336 }
2337
2338 #theme-information .theme-preview-img {
2339         float: right;
2340         margin: 5px 15px 10px 25px;
2341 }
2342
2343 #theme-information .action-button #cancel {
2344         float: right;
2345 }
2346
2347 #theme-information .action-button #install {
2348         float: left;
2349 }
2350
2351 .feature-filter .feature-group {
2352         float: right;
2353 }
2354
2355 .feature-filter .feature-name {
2356         float: right;
2357         text-align: left;
2358 }
2359
2360 .feature-filter .feature-group li {
2361         float: right;
2362         padding-right: 0;
2363         padding-left: 25px;
2364 }
2365
2366 /* widgets */
2367 /* 2 column liquid layout */
2368 div.widget-liquid-left {
2369         float: right;
2370         clear: right;
2371         margin-right: 0;
2372         margin-left: -325px;
2373 }
2374
2375 div#widgets-left {
2376         margin-right: 5px;
2377         margin-left: 325px;
2378 }
2379
2380 div.widget-liquid-right {
2381         float: left;
2382         clear: left;
2383 }
2384
2385 .inactive-sidebar .widget {
2386         float: right;
2387 }
2388
2389 div.sidebar-name h3 {
2390         font-family: Tahoma, Arial, sans-serif;
2391 }
2392
2393 #widget-list .widget {
2394         float: right;
2395 }
2396
2397 .inactive-sidebar .widget-placeholder {
2398         float: right;
2399 }
2400
2401 .widget-top .widget-title-action {
2402         float: left;
2403 }
2404
2405 .widget-control-edit {
2406         padding: 0 0 0 8px;
2407 }
2408
2409 .sidebar-name-arrow {
2410         float: left;
2411 }
2412
2413 /* Press This */
2414 .press-this-sidebar {
2415         float: left;
2416 }
2417
2418