]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/media-rtl.dev.css
Wordpress 3.2.1
[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 .crunching {
23         text-align: left;
24         margin-right: 0;
25         margin-left: 5px;
26 }
27 button.dismiss {
28         right: auto;
29         left: 5px;
30 }
31 .file-error {
32         margin: 0 50px 5px 0;
33 }
34 .progress {
35         left: auto;
36         right: 0;
37 }
38 .describe td {
39         padding: 0 0 0 5px;
40 }
41 .bar {
42         border-right-width: 0;
43         border-left-width: 3px;
44         border-right-style: none;
45         border-left-style: solid;
46 }
47
48 /* Specific to Uploader */
49 #media-upload .media-upload-form p {
50         margin: 0 0 1em 1em;
51 }
52 #media-upload .describe th.label {
53         text-align: right;
54 }
55 .menu_order {
56         float: left;
57 }
58 .media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help {
59         font-family: Tahoma, Arial;
60 }
61 #gallery-settings #basic th.label {
62         padding: 5px 0 5px 5px;
63 }
64 #gallery-settings .title, h3.media-title {
65         font-family: Tahoma, Arial;
66 }
67 #gallery-settings .describe th.label {
68         text-align: right;
69 }
70 #gallery-settings label,
71 #gallery-settings legend {
72         margin-right: 0;
73         margin-left: 15px;
74 }
75 #gallery-settings .align .field label {
76         margin: 0 0 0 1.5em;
77 }
78 #sort-buttons {
79         margin: 3px 0 -8px 25px;
80         text-align: left;
81 }
82
83 #sort-buttons #asc,
84 #sort-buttons #showall {
85         padding-left: 0;
86         padding-right: 5px;
87 }
88
89 #sort-buttons span {
90         margin-right: 0;
91         margin-left: 25px;
92 }