]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/wp-admin-rtl.dev.css
Wordpress 3.2.1
[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 - Favorites Menu
17         6.2 - Screen Options Tabs
18  7.0 - Main Navigation
19  8.0 - Layout Blocks
20  9.0 - Dashboard
21 10.0 - List Posts
22         10.1 - Inline Editing
23 11.0 - Write/Edit Post Screen
24         11.1 - Custom Fields
25         11.2 - Post Revisions
26 12.0 - Categories
27 13.0 - Tags
28 14.0 - Media Screen
29         14.1 - Media Uploader
30         14.2 - Image Editor
31 15.0 - Comments Screen
32 16.0 - Themes
33         16.1 - Custom Header
34         16.2 - Custom Background
35         16.3 - Tabbed Admin Screen Interface
36 17.0 - Plugins
37 18.0 - Users
38 19.0 - Tools
39 20.0 - Settings
40 21.0 - Admin Footer
41 22.0 - Misc
42 23.0 - Dead
43 24.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: 7px 0 0 8px;
72 }
73
74 .howto {
75         font-style: normal;
76         font-family: Tahoma, Arial, sans-serif;
77 }
78
79 p.install-help {
80         font-style: normal;
81 }
82
83
84 /*------------------------------------------------------------------------------
85   2.0 - Forms
86 ------------------------------------------------------------------------------*/
87
88 #doaction,
89 #doaction2,
90 #post-query-submit {
91         margin-right: 0;
92         margin-left: 8px;
93 }
94
95 #timezone_string option {
96         margin-left: 0;
97         margin-right: 1em;
98 }
99
100 #pass-strength-result {
101         float: right;
102         margin: 13px 1px 5px 5px;
103 }
104
105 p.search-box {
106         float: left;
107 }
108
109
110 /*------------------------------------------------------------------------------
111   3.0 - Actions
112 ------------------------------------------------------------------------------*/
113
114 #delete-action {
115         text-align: right;
116         float: right;
117 }
118
119 #publishing-action {
120         text-align: left;
121         float: left;
122 }
123
124 #post-body .misc-pub-section {
125         border-right:0;
126         border-left-width: 1px;
127         border-left-style: solid;
128         float: right;
129 }
130
131 #post-body .misc-pub-section-last {
132         border-left: 0;
133 }
134
135 #minor-publishing-actions {
136         padding: 10px 8px 2px 10px;
137         text-align: left;
138 }
139
140 #save-post {
141         float: right;
142 }
143
144 #minor-publishing .ajax-loading {
145         padding: 3px 4px 0 0;
146         float: right;
147 }
148
149 .preview {
150         float: left;
151 }
152
153 #sticky-span {
154         margin-left: 0;
155         margin-right: 18px;
156 }
157
158 .side-info ul {
159         padding-left: 0;
160         padding-right: 18px;
161 }
162
163 td.action-links,
164 th.action-links {
165         text-align: left;
166 }
167
168 .describe .del-link {
169         padding-left: 0;
170         padding-right: 5px;
171 }
172
173
174 /*------------------------------------------------------------------------------
175   4.0 - Notifications
176 ------------------------------------------------------------------------------*/
177
178 .plugin-update .update-message {
179         margin: 0 31px 8px 10px;
180 }
181
182 form.upgrade .hint {
183         font-style: normal;
184 }
185
186 #ajax-response.alignleft {
187         margin-left: 0;
188         margin-right: 2em;
189 }
190
191
192 /*------------------------------------------------------------------------------
193   5.0 - TinyMCE
194 ------------------------------------------------------------------------------*/
195
196 #quicktags {
197         background-position: right top;
198 }
199
200 #ed_reply_toolbar input {
201         margin: 1px 1px 1px 2px;
202 }
203
204 /* Distraction Free Writing mode
205  * =Overlay Styles
206 -------------------------------------------------------------- */
207
208 /* No RTL for now, this space intentionally left blank */
209
210 /* =Overlay Body
211 -------------------------------------------------------------- */
212 #wp-fullscreen-body {
213         right: 0;
214         left:auto;
215 }
216
217 #wp-fullscreen-tagline {
218         float: left;
219 }
220
221 /* =Top bar
222 -------------------------------------------------------------- */
223 #fullscreen-topbar {
224         left:auto;
225         right: 0;
226 }
227
228 #wp-fullscreen-mode-bar,
229 #wp-fullscreen-button-bar,
230 #wp-fullscreen-close,
231 #wp-fullscreen-count {
232         float: right;
233 }
234
235 #wp-fullscreen-save {
236         float: left;
237 }
238
239 #wp-fullscreen-save {
240         padding: 2px 5px 0 2px;
241 }
242
243 #wp-fullscreen-buttons > div {
244         float: right;
245 }
246
247 #wp-fullscreen-mode-bar {
248         padding: 1px 0 0 14px;
249 }
250
251 #wp-fullscreen-modes a {
252         float: right;
253         border-width: 1px 0 1px 1px;
254 }
255
256 #wp-fullscreen-modes a:first-child {
257         border-width: 1px;
258         -moz-border-radius: 3px 3px 0 0;
259         -webkit-border-top-left-radius: 0;
260         -webkit-border-top-right-radius: 3px;
261         -webkit-border-bottom-left-radius: 0;
262         -webkit-border-bottom-right-radius: 3px;
263         -khtml-border-top-left-radius: 0;
264         -khtml-border-top-right-radius: 3px;
265         -khtml-border-bottom-left-radius: 0;
266         -khtml-border-bottom-right-radius: 3px;
267         border-top-left-radius: 0;
268         border-top-right-radius: 3px;
269         border-bottom-right-left: 0;
270         border-bottom-right-radius: 3px;
271 }
272
273 #wp-fullscreen-modes a:last-child {
274         -moz-border-radius: 0 0 3px 3px;
275         -webkit-border-top-right-radius: 0;
276         -webkit-border-top-left-radius: 3px;
277         -webkit-border-bottom-right-radius: 0;
278         -webkit-border-bottom-left-radius: 3px;
279         -khtml-border-top-right-radius: 0;
280         -khtml-border-top-left-radius: 3px;
281         -khtml-border-bottom-right-radius: 0;
282         -khtml-border-bottom-left-radius: 3px;
283         border-top-right-radius: 0;
284         border-top-left-radius: 3px;
285         border-bottom-right-radius: 0;
286         border-bottom-left-radius: 3px;
287 }
288
289 #wp-fullscreen-save img,
290 #wp-fullscreen-save span {
291         padding-right: 0;
292         padding-left: 4px;
293 }
294
295 /* =Thickbox Adjustments
296 -------------------------------------------------------------- */
297 /* No RTL for now, this space intentionally left blank */
298
299
300 /* =TinyMCE Adjustments
301 -------------------------------------------------------------- */
302 /* No RTL for now, this space intentionally left blank */
303
304
305
306 /*------------------------------------------------------------------------------
307   6.0 - Admin Header
308 ------------------------------------------------------------------------------*/
309 #wphead-info {
310         margin: 0 15px 0 0;
311 }
312
313 #user_info {
314         float: left;
315         padding: 0 6px 0 2px;
316 }
317
318 #user_info.active {
319         margin-right: 0;
320         margin-left: -1px;
321 }
322
323 #user_info .hide-if-no-js p {
324         margin: 0 0 0 20px;
325 }
326
327 #user_info_arrow {
328         right: auto;
329         left: 3px;
330 }
331
332 #user_info_links_wrap {
333         right: auto;
334         left: 0;
335 }
336
337 #wphead {
338         height: 32px;
339         margin-left: 15px;
340         margin-right: 2px;
341 }
342
343 #header-logo {
344         float: right;
345 }
346
347 #wphead h1 {
348         font: Tahoma, Arial, sans-serif;
349         float: right;
350 }
351
352 /*------------------------------------------------------------------------------
353   6.1 - Favorites Menu
354 ------------------------------------------------------------------------------*/
355
356 #favorite-actions {
357         margin: 0 15px 0 12px;
358 }
359
360 #favorite-first a {
361         padding: 2px 12px 2px 0;
362 }
363
364 #favorite-inside a {
365         padding: 3px 10px 3px 5px;
366 }
367
368 #favorite-toggle {
369         right: auto;
370         left: 0;
371 }
372
373
374 /*------------------------------------------------------------------------------
375   6.2 - Screen Options Tabs
376 ------------------------------------------------------------------------------*/
377
378 #screen-meta-links {
379         margin: 0 0 0 19px;
380 }
381
382 #screen-meta .screen-reader-text {
383         visibility: hidden;
384 }
385
386 #screen-options-link-wrap,
387 #contextual-help-link-wrap {
388         float: left;
389         margin: 0 6px 0 0;
390         font-family: Tahoma, Arial, sans-serif;
391 }
392
393 #contextual-help-wrap li {
394         list-style-type: disc;
395         margin-left: auto;
396         margin-right: 18px;
397 }
398 .toggle-arrow {
399         background-position: top right;
400 }
401 .toggle-arrow-active {
402         background-position: bottom right;
403 }
404 #screen-meta a.show-settings {
405         padding: 0 6px 0 16px;
406 }
407
408 #screen-options-wrap,
409 #contextual-help-wrap {
410         margin: 0 0 0 15px;
411 }
412
413 .metabox-prefs label {
414         padding-right: auto;
415         padding-left: 15px;
416 }
417
418 .metabox-prefs label input {
419         margin: 0 2px 0 5px;
420 }
421
422 /*------------------------------------------------------------------------------
423   7.0 - Main Navigation (Right Menu) (RTL: Left Menu)
424 ------------------------------------------------------------------------------*/
425
426 #adminmenushadow {
427         right: auto;
428         left: 0;
429 }
430
431 #adminmenu div.wp-menu-image {
432         float: right;
433 }
434
435 #adminmenu .wp-submenu a {
436         padding-left: 0;
437         padding-right: 12px;
438 }
439
440 #adminmenu li.wp-has-current-submenu .wp-menu-arrow,
441 #adminmenu li.menu-top.current .wp-menu-arrow {
442         right: auto;
443         left: -9px;
444 }
445 #adminmenu .wp-menu-arrow div {
446         background: url(../images/menu-arrow-frame-rtl.png) top left no-repeat;
447 }
448
449 #adminmenu .wp-menu-image img {
450         float: right;
451 }
452
453 .js.folded #adminmenu .wp-submenu {
454         display: block;
455         left: auto;
456         right: 26px;
457 }
458
459 .js.folded #adminmenu .wp-submenu.sub-open {
460         padding: 0 0 8px 8px;
461 }
462
463 #adminmenu .wp-submenu .wp-submenu-head {
464         padding: 6px 10px 5px 4px;
465 }
466
467 .js.folded #adminmenu .wp-submenu-wrap {
468         -webkit-border-bottom-right-radius: 0;
469         -webkit-border-bottom-left-radius: 3px;
470         -webkit-border-top-right-radius: 0;
471         -webkit-border-top-left-radius: 3px;
472         -khtml-border-bottom-right-radius: 0;
473         -khtml-border-bottom-left-radius: 3px;
474         -khtml-border-top-left-radius: 0;
475         -khtml-border-top-left-radius: 3px;
476         -moz-border-radius-bottomright: 0;
477         -moz-border-radius-bottomleft: 3px;
478         -moz-border-radius-topright: 0;
479         -moz-border-radius-topleft: 3px;
480         border-bottom-right-radius: 0;
481         border-bottom-left-radius: 3px;
482         border-top-right-radius: 0;
483         border-top-left-radius: 3px;
484         border-width: 0 0 1px 1px;
485 }
486
487 .js.folded #adminmenu .wp-submenu ul {
488         border-width: 0 1px 0 0;
489 }
490
491 .js.folded #adminmenu .wp-submenu a {
492         padding-left: 0;
493         padding-right: 10px;
494 }
495
496 .js.folded #adminmenu a.wp-has-submenu {
497         margin-left: 0;
498         margin-right: 40px;
499 }
500
501 #adminmenu .wp-menu-toggle {
502         clear: left;
503         float: left;
504         padding: 1px 0 0 2px;
505 }
506
507 #adminmenu .wp-menu-image img {
508         padding: 6px 1px 0 0;
509 }
510
511 #adminmenu .awaiting-mod,
512 #adminmenu span.update-plugins,
513 #sidemenu li a span.update-plugins {
514         font-family: Tahoma, Arial, sans-serif;
515         margin-left: 0;
516         margin-right: 7px;
517 }
518
519 .post-com-count-wrapper {
520         font-family: Tahoma, Arial, sans-serif;
521 }
522
523 .column-response .post-com-count {
524         float: right;
525         margin-right: 0;
526         margin-left: 5px;
527 }
528
529 .response-links {
530         float: right;
531 }
532
533 #collapse-button {
534         float: right;
535 }
536
537 /*------------------------------------------------------------------------------
538   8.0 - Layout Blocks
539 ------------------------------------------------------------------------------*/
540
541 .widefat th {
542         font-family: Tahoma, Arial, sans-serif;
543 }
544
545 .widefat td p {
546         margin: 2px 0 0.8em;
547 }
548
549 .postbox-container {
550         float: right;
551         padding-right: 0;
552         padding-left: 0.5%;
553 }
554
555 .postbox .handlediv {
556         float: left;
557 }
558
559 /*------------------------------------------------------------------------------
560   9.0 - Dashboard
561 ------------------------------------------------------------------------------*/
562
563 #the-comment-list p.comment-author img {
564         float: right;
565         margin-right: 0;
566         margin-left: 8px;
567 }
568
569 /*------------------------------------------------------------------------------
570   10.0 - List Posts (/Pages/etc)
571 ------------------------------------------------------------------------------*/
572
573 .fixed .column-comments {
574         text-align: right;
575 }
576 .fixed .column-comments .vers {
577         padding-left: 0;
578         padding-right: 3px;
579 }
580 .fixed .column-comments a {
581         float: right;
582 }
583 .sorting-indicator {
584         margin-left: 0;
585         margin-right: 7px;
586 }
587 th.sortable a span,
588 th.sorted a span {
589         float: right;
590 }
591
592 /* Bulk Actions */
593
594 .tablenav-pages a {
595         margin-right: 0;
596         margin-left: 1px;
597 }
598 .tablenav-pages .next-page {
599         margin-left: 0;
600         margin-right: 2px;
601 }
602
603 .tablenav a.button-secondary {
604         margin: 3px 0 0 8px;
605 }
606
607 .tablenav .tablenav-pages {
608         float: left;
609 }
610
611 .tablenav .displaying-num {
612         margin-right: 0;
613         margin-left: 10px;
614         font-family: Tahoma, Arial, sans-serif;
615         font-style: bold;
616 }
617
618 .tablenav .actions {
619         padding: 2px 0 0 8px;
620 }
621
622 .tablenav .delete {
623         margin-right: 0;
624         margin-left: 20px;
625 }
626
627 .view-switch {
628         float: left;
629 }
630
631 .filter {
632         float: right;
633         margin: -5px 10px 0 0;
634 }
635
636 .filter .subsubsub {
637         margin-left: 0;
638         margin-right: -10px;
639 }
640
641 #posts-filter fieldset {
642         float: right;
643         margin: 0 0 1em 1.5ex;
644 }
645
646 #posts-filter fieldset legend {
647         padding: 0 1px .2em 0;
648 }
649
650 /*------------------------------------------------------------------------------
651   10.1 - Inline Editing
652 ------------------------------------------------------------------------------*/
653
654 #wpbody-content .inline-edit-row fieldset {
655         float: right;
656 }
657
658 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
659         border-width: 0 1px 0 0;
660 }
661
662 #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
663         float: left;
664 }
665
666 .inline-edit-row fieldset label span.title {
667         float: right;
668 }
669
670 .inline-edit-row fieldset label span.input-text-wrap {
671         margin-left: 0;
672         margin-right: 5em;
673 }
674
675 .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
676         padding-right: 0;
677         padding-left: 0.5em;
678 }
679
680 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
681         margin-right: 0;
682         margin-left: 0.5em
683 }
684
685 /*      Styling */
686
687 .inline-edit-row fieldset span.title,
688 .inline-edit-row fieldset span.checkbox-title {
689         font-family: Tahoma, Arial, sans-serif;
690         font-style: normal;
691 }
692
693 .inline-edit-row fieldset .inline-edit-date {
694         float: right;
695 }
696
697 .inline-edit-row fieldset ul.cat-checklist label,
698 .inline-edit-row .catshow,
699 .inline-edit-row .cathide,
700 .inline-edit-row #bulk-titles div {
701         font-family: Tahoma, Arial, sans-serif;
702 }
703
704 .quick-edit-row-post fieldset label.inline-edit-status {
705         float: right;
706 }
707
708 #bulk-titles div a {
709         float: right;
710         margin: 3px -2px 0 3px;
711         overflow: hidden;
712         text-indent: -9999px;
713 }
714
715
716 /*------------------------------------------------------------------------------
717   11.0 - Write/Edit Post Screen
718 ------------------------------------------------------------------------------*/
719
720 #titlediv #title-prompt-text,
721 #wp-fullscreen-title-prompt-text {
722         right:0;
723 }
724
725 #sample-permalink {
726         direction:ltr;
727 }
728
729 #sample-permalink #editable-post-name {
730         unicode-bidi:embed;
731 }
732 #wp-fullscreen-title-prompt-text {
733         left: auto;
734         right: 0;
735 }
736
737 .postarea h3 label {
738         float: right;
739 }
740
741 .postarea #add-media-button {
742         float: left;
743         right: auto;
744         left: 10px;
745 }
746
747
748 #edButtonPreview,
749 #edButtonHTML {
750         margin: 5px 0 0 5px;
751         float: left;
752 }
753
754 #poststuff #edButtonHTML {
755         margin-right: 0;
756         margin-left: 15px;
757 }
758
759 #media-buttons a {
760         padding: 0 10px 5px 0;
761 }
762
763 .submitbox .submit {
764         text-align: right;
765 }
766
767 .inside-submitbox #post_status {
768         margin: 2px -2px 2px 0;
769 }
770
771 .submitbox .submit input {
772         margin-right: 0;
773         margin-left: 4px;
774 }
775
776 #normal-sortables .postbox .submit {
777         float: left;
778 }
779
780
781 #post-body ul.category-tabs,
782 #post-body ul.add-menu-item-tabs {
783         float: right;
784         text-align: left;
785         /* Negative margin for the sake of those without JS: all tabs display */
786         margin: 0 5px 0 -120px;
787 }
788
789
790 #post-body ul.category-tabs li.tabs,
791 #post-body ul.add-menu-item-tabs li.tabs {
792         -moz-border-radius: 3px 3px 0 0;
793         -webkit-border-top-left-radius: 0;
794         -webkit-border-top-right-radius: 3px;
795         -webkit-border-bottom-left-radius: 0;
796         -webkit-border-bottom-right-radius: 3px;
797         -khtml-border-top-left-radius: 0;
798         -khtml-border-top-right-radius: 3px;
799         -khtml-border-bottom-left-radius: 0;
800         -khtml-border-bottom-right-radius: 3px;
801         border-top-left-radius: 0;
802         border-top-right-radius: 3px;
803         border-bottom-left-radius: 0;
804         border-bottom-right-radius: 3px;
805 }
806
807 #post-body .categorydiv div.tabs-panel,
808 .taxonomy div.tabs-panel,
809 #post-body #linkcategorydiv div.tabs-panel {
810         margin: 0 125px 0 5px;
811 }
812
813 #side-sortables .comments-box thead th,
814 #normal-sortables .comments-box thead th {
815         font-style: normal;
816 }
817
818 #commentsdiv img.waiting {
819         padding-left: 0;
820         padding-right: 5px;
821 }
822
823 #post-body .category-tabs li.tabs,
824 #post-body .add-menu-item-tabs li.tabs {
825         border-width: 1px 1px 1px 0;
826         margin-right: 0;
827         margin-left: -1px;
828 }
829
830 /* positioning etc. */
831
832 #posts-filter fieldset {
833         float: right;
834         margin: 0 0 1em 1.5ex;
835 }
836
837 #posts-filter fieldset legend {
838         padding: 0 1px .2em 0;
839 }
840
841 /* Global classes */
842
843 #post-body .tagsdiv #newtag {
844         margin-right: 0;
845         margin-left: 5px;
846 }
847
848 .autosave-info {
849         padding: 2px 2px 2px 15px;
850         text-align: left;
851 }
852
853 #post-body .wp_themeSkin .mceStatusbar a.mceResize {
854         background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
855         cursor: sw-resize;
856 }
857
858 .curtime #timestamp {
859         background-position: right top;
860         padding-left: 0;
861         padding-right: 18px;
862 }
863
864 /*------------------------------------------------------------------------------
865   11.1 - Custom Fields
866 ------------------------------------------------------------------------------*/
867
868 #postcustomstuff table input,
869 #postcustomstuff table select,
870 #postcustomstuff table textarea {
871         margin: 8px 8px 8px 0;
872 }
873
874 /*------------------------------------------------------------------------------
875   11.2 - Post Revisions
876 ------------------------------------------------------------------------------*/
877
878 table.diff td, table.diff th {
879         font-family: Consolas, Monaco, monospace;
880 }
881
882 /*------------------------------------------------------------------------------
883   12.0 - Categories
884 ------------------------------------------------------------------------------*/
885
886 .category-adder {
887         margin-left: 0;
888         margin-right: 120px;
889 }
890
891
892 #post-body ul.category-tabs,
893 #post-body ul.add-menu-item-tabs {
894         float: right;
895         text-align: left;
896         /* Negative margin for the sake of those without JS: all tabs display */
897         margin: 0 5px 0 -120px;
898 }
899
900 #post-body ul.category-tabs li.tabs,
901 #post-body ul.add-menu-item-tabs li.tabs {
902         -moz-border-radius: 3px 3px 0 0;
903         -webkit-border-top-left-radius: 0;
904         -webkit-border-top-right-radius: 3px;
905         -webkit-border-bottom-left-radius: 0;
906         -webkit-border-bottom-right-radius: 3px;
907         -khtml-border-top-left-radius: 0;
908         -khtml-border-top-right-radius: 3px;
909         -khtml-border-bottom-left-radius: 0;
910         -khtml-border-bottom-right-radius: 3px;
911         border-top-left-radius: 0;
912         border-top-right-radius: 3px;
913         border-bottom-left-radius: 0;
914         border-bottom-right-radius: 3px;
915 }
916
917 #front-page-warning,
918 #front-static-pages ul,
919 ul.export-filters,
920 .inline-editor ul.cat-checklist ul,
921 .categorydiv ul.categorychecklist ul,
922 .customlinkdiv ul.categorychecklist ul,
923 .posttypediv ul.categorychecklist ul,
924 .taxonomydiv ul.categorychecklist ul,
925 #linkcategorydiv ul.categorychecklist ul {
926         margin-left: 0;
927         margin-right: 18px;
928 }
929
930 #post-body .category-tabs li.tabs,
931 #post-body .add-menu-item-tabs li.tabs {
932         border-style: solid solid solid none;
933         border-width: 1px 1px 1px 0;
934         margin-right: 0;
935         margin-left: -1px;
936 }
937
938 p.help,
939 p.description,
940 span.description,
941 .form-wrap p {
942         font-style: normal;
943         font-family: Tahoma, Arial, sans-serif;
944 }
945
946 /*------------------------------------------------------------------------------
947   13.0 - Tags
948 ------------------------------------------------------------------------------*/
949
950 .taghint {
951         margin: 15px 12px -24px 0;
952 }
953
954 #poststuff .tagsdiv .howto {
955         margin: 0 8px 6px 0;
956 }
957
958 .ac_results li {
959         text-align: right;
960 }
961
962 /*------------------------------------------------------------------------------
963   14.0 - Media Screen
964 ------------------------------------------------------------------------------*/
965
966 #wpbody-content .describe th {
967         text-align: right;
968
969 }
970
971 .describe .media-item-info .A1B1 {
972         padding: 0 10px 0 0;
973 }
974
975 .media-upload-form td label {
976         margin-left: 6px;
977         margin-right: 2px;
978 }
979
980 .media-upload-form .align .field label {
981         padding: 0 22px 0 0;
982         margin: 0 0 0 1em;
983 }
984
985 .media-upload-form tr.image-size label {
986         margin: 0 3px 0 0;
987 }
988
989 #wpbody-content .describe p.help {
990         padding: 0 5px 0 0;
991 }
992
993 .media-item .error-div a.dismiss,
994 .describe-toggle-on,
995 .describe-toggle-off {
996         float: left;
997         margin-right: 0;
998         margin-left: 20px;
999 }
1000
1001 .media-item .error-div {
1002         padding-left: 0;
1003         padding-right: 10px;
1004 }
1005
1006 .media-item .pinkynail {
1007         float: right;
1008 }
1009
1010 .crunching {
1011         text-align: left;
1012         margin-right: 0;
1013         margin-left: 5px;
1014 }
1015
1016 .bar {
1017         border-right-width: 0;
1018         border-left-width: 3px;
1019         border-right-style: none;
1020         border-left-style: solid;
1021 }
1022
1023 /*------------------------------------------------------------------------------
1024   14.1 - Media Uploader
1025 ------------------------------------------------------------------------------*/
1026
1027 #find-posts-response .found-radio {
1028         padding: 5px 8px 0 0;
1029 }
1030
1031
1032 .find-box-search label {
1033         padding-right: 0;
1034         padding-left: 6px;
1035 }
1036
1037 .find-box #resize-se {
1038         right: auto;
1039         left: 1px;
1040 }
1041
1042
1043 form.upgrade .hint {
1044         font-style: normal;
1045 }
1046
1047
1048 /*------------------------------------------------------------------------------
1049   14.2 - Image Editor
1050 ------------------------------------------------------------------------------*/
1051
1052 .imgedit-menu div {
1053         float: right;
1054 }
1055
1056 .imgedit-help {
1057         font-style: normal;
1058 }
1059
1060 .imgedit-submit-btn {
1061         margin-left: 0;
1062         margin-right: 20px;
1063 }
1064
1065
1066 /*------------------------------------------------------------------------------
1067   15.0 - Comments Screen
1068 ------------------------------------------------------------------------------*/
1069
1070 .form-table th {
1071         text-align: right;
1072 }
1073
1074 .form-table input.tog {
1075         margin-right: 0;
1076         margin-left: 2px;
1077         float: right;
1078 }
1079
1080 .form-table table.color-palette {
1081         float: right;
1082 }
1083
1084 /* reply to comments */
1085
1086 #replysubmit img.waiting,
1087 .inline-edit-save img.waiting {
1088         float: left;
1089 }
1090
1091 #replysubmit .button {
1092         margin-right: 0;
1093         margin-left: 5px;
1094 }
1095
1096 #edithead .inside {
1097         float: right;
1098         padding: 3px 5px 2px 0;
1099 }
1100
1101 .comment-ays th {
1102         border-right-style: none;
1103         border-left-style: solid;
1104         border-right-width: 0;
1105         border-left-width: 1px;
1106 }
1107
1108 .spam-undo-inside .avatar,
1109 .trash-undo-inside .avatar {
1110         margin-left: 8px;
1111 }
1112
1113 #comment-status-radio input {
1114         margin: 2px 0 5px 3px;
1115 }
1116
1117
1118
1119 /*------------------------------------------------------------------------------
1120   16.0 - Themes
1121 ------------------------------------------------------------------------------*/
1122
1123 td.available-theme {
1124         text-align: right;
1125 }
1126
1127 #current-theme img {
1128         float: right;
1129         margin-right: 0;
1130         margin-left: 1em;
1131 }
1132
1133 #broken-themes {
1134         text-align: right;
1135 }
1136
1137 /*------------------------------------------------------------------------------
1138   16.1 - Custom Header Screen
1139 ------------------------------------------------------------------------------*/
1140
1141 .appearance_page_custom-header .available-headers .default-header {
1142         float: right;
1143         margin: 0 0 20px 20px;
1144 }
1145
1146 .appearance_page_custom-header .random-header {
1147         margin: 0 0 20px 20px;
1148 }
1149
1150 .appearance_page_custom-header .available-headers label input,
1151 .appearance_page_custom-header .random-header label input {
1152         margin-right: 0;
1153         margin-left: 10px;
1154 }
1155
1156 /*------------------------------------------------------------------------------
1157   16.2 - Custom Background Screen
1158 ------------------------------------------------------------------------------*/
1159
1160 /* No RTL for now, this space intentionally left blank */
1161
1162
1163 /*------------------------------------------------------------------------------
1164   16.3 - Tabbed Admin Screen Interface (Experimental)
1165 ------------------------------------------------------------------------------*/
1166
1167 .nav-tab {
1168         margin: 0 0 -1px 6px;
1169 }
1170
1171 h2 .nav-tab {
1172         font-family: Tahoma, Arial, sans-serif;
1173 }
1174
1175
1176 /*------------------------------------------------------------------------------
1177   17.0 - Plugins
1178 ------------------------------------------------------------------------------*/
1179
1180 .plugins .desc ul,
1181 .plugins .desc ol {
1182         margin: 0 2em 0 0;
1183 }
1184
1185 #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
1186         padding-right: 0;
1187         padding-left: 12px;
1188 }
1189
1190
1191 /*------------------------------------------------------------------------------
1192   18.0 - Users
1193 ------------------------------------------------------------------------------*/
1194
1195 #profile-page .form-table #rich_editing {
1196         margin-right: 0;
1197         margin-left: 5px
1198 }
1199
1200 #your-profile legend {
1201         font-family: Tahoma, Arial, sans-serif;
1202 }
1203
1204 /*------------------------------------------------------------------------------
1205   19.0 - Tools
1206 ------------------------------------------------------------------------------*/
1207
1208 /* Intentionally didn't RTLized the new press-this button;
1209
1210 /*------------------------------------------------------------------------------
1211   20.0 - Settings
1212 ------------------------------------------------------------------------------*/
1213
1214 #utc-time, #local-time {
1215         padding-left: 0;
1216         padding-right: 25px;
1217         font-style: normal;
1218         font-family: Tahoma, Arial, sans-serif;
1219 }
1220
1221 /*------------------------------------------------------------------------------
1222   21.0 - Admin Footer
1223 ------------------------------------------------------------------------------*/
1224
1225 #footer {
1226         margin-right: 0;
1227         margin-left: 15px;
1228 }
1229
1230 /*------------------------------------------------------------------------------
1231   22.0 - Misc
1232 ------------------------------------------------------------------------------*/
1233
1234 #template div {
1235         margin-right: 0;
1236         margin-left: 190px;
1237 }
1238
1239 .column-author img, .column-username img {
1240         float: right;
1241         margin-right: 0;
1242         margin-left: 10px;
1243 }
1244
1245 .tagchecklist {
1246         margin-left: 0;
1247         margin-right: 14px;
1248 }
1249
1250 .tagchecklist strong {
1251         margin-left: 0;
1252         margin-right: -8px;
1253 }
1254
1255 .tagchecklist span {
1256         margin-right: 0;
1257         margin-left: 25px;
1258         float: right;
1259
1260 }
1261 .tagchecklist span a {
1262         margin: 6px -9px 0pt 0pt;
1263         float: right;
1264 }
1265
1266 #poststuff h2 {
1267         clear: right;
1268 }
1269
1270 #poststuff h3,
1271 .metabox-holder h3 {
1272         font-family: Tahoma, Arial, sans-serif;
1273 }
1274
1275 .tool-box .title {
1276         font-family: Tahoma, Arial, sans-serif;
1277 }
1278
1279 #sidemenu {
1280         margin: -30px 315px 0 15px;
1281         float: left;
1282         padding-left: 0;
1283         padding-right: 10px;
1284 }
1285 #sidemenu a {
1286         float: right;
1287 }
1288
1289 table .vers,
1290 table .column-visible,
1291 table .column-rating {
1292         text-align: right;
1293 }
1294
1295
1296 /*------------------------------------------------------------------------------
1297   23.0  - Dead
1298 ------------------------------------------------------------------------------*/
1299
1300 /* - Not used anywhere in WordPress - verify and then deprecate
1301 ------------------------------------------------------------------------------*/
1302
1303 /* No RTL for now, this space intentionally left blank */
1304
1305
1306 /* - Only used once or twice in all of WP - deprecate for global style
1307 ------------------------------------------------------------------------------*/
1308
1309 * html #template div {margin-left: 0;}
1310
1311 .list-ajax-loading {
1312         float: left;
1313         margin-right: 0;
1314         margin-left: 9px;
1315 }
1316
1317 /* - Used - but could/should be deprecated with a CSS reset
1318 ------------------------------------------------------------------------------*/
1319 /* No RTL for now, this space intentionally left blank */
1320
1321
1322 /*------------------------------------------------------------------------------
1323  24.0 - TinyMCE tweaks
1324                 Small tweaks for until tinymce css files are proprely RTLized
1325 ------------------------------------------------------------------------------*/
1326 #editorcontainer .wp_themeSkin .mceStatusbar {
1327         padding-left: 0;
1328         padding-right: 5px;
1329 }
1330 #editorcontainer .wp_themeSkin .mceStatusbar div {
1331         float: right;
1332 }
1333
1334 #editorcontainer .wp_themeSkin .mceStatusbar a.mceResize {
1335         float: left;
1336 }