]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/media-rtl.dev.css
Wordpress 3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / media-rtl.dev.css
1 body#media-upload ul#sidemenu {
2         left: auto;
3         right: 0;
4 }
5 #search-filter {
6         text-align: left;
7 }
8 /* specific to the image upload form */
9 .align .field label {
10         padding: 0 28px 0 0;
11         margin: 0 0 0 1em;
12 }
13 .image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label {
14         background-position: center right;
15 }
16 tr.image-size div.image-size-item {
17         float: right;
18 }
19 tr.image-size label {
20         margin: 0 1em 0 0;
21 }
22 .filename.original {
23         float: right;
24 }
25 .crunching {
26         text-align: left;
27         margin-right: 0;
28         margin-left: 5px;
29 }
30 button.dismiss {
31         right: auto;
32         left: 5px;
33 }
34 .file-error {
35         margin: 0 50px 5px 0;
36 }
37 .progress {
38         left: auto;
39         right: 0;
40 }
41 .describe td {
42         padding: 0 0 0 5px;
43 }
44 .bar {
45         border-right-width: 0;
46         border-left-width: 3px;
47         border-right-style: none;
48         border-left-style: solid;
49 }
50
51 /* Specific to Uploader */
52 #media-upload .media-upload-form p {
53         margin: 0 0 1em 1em;
54 }
55 .filename {
56         float: right;
57         margin-left: 0;
58         margin-right: 10px;
59 }
60 #media-upload .describe th.label {
61         text-align: right;
62 }
63 .menu_order {
64         float: left;
65 }
66 .media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help {
67         font-family: Tahoma, Arial;
68 }
69 #gallery-settings #basic th.label {
70         padding: 5px 0 5px 5px;
71 }
72 #gallery-settings .title, h3.media-title {
73         font-family: Tahoma, Arial;
74 }
75 #gallery-settings .describe th.label {
76         text-align: right;
77 }
78 #gallery-settings label,
79 #gallery-settings legend {
80         margin-right: 0;
81         margin-left: 15px;
82 }
83 #gallery-settings .align .field label {
84         margin: 0 0 0 1.5em;
85 }