source: trunk/www.guidonia.net/wp/wp-admin/css/media-rtl.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.6 KB
Line 
1body#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}
16tr.image-size div.image-size-item {
17 float: right;
18}
19tr.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}
30button.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.media-item .pinkynail {
51 float: right;
52}
53.describe-toggle-on,
54.describe-toggle-off {
55 float: left;
56 margin-right: 0;
57 margin-left: 20px;
58}
59/* Specific to Uploader */
60#media-upload .media-upload-form p {
61 margin: 0 0 1em 1em;
62}
63.filename {
64 float: right;
65 margin-left: 0;
66 margin-right: 10px;
67}
68#media-upload .describe th.label {
69 text-align: right;
70}
71.menu_order {
72 float: left;
73}
74.media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help {
75 font-family: Tahoma, Arial;
76}
77#gallery-settings #basic th.label {
78 padding: 5px 0 5px 5px;
79}
80#gallery-settings .title, h3.media-title {
81 font-family: Tahoma, Arial;
82}
83#gallery-settings .describe th.label {
84 text-align: right;
85}
86#gallery-settings label,
87#gallery-settings legend {
88 margin-right: 0;
89 margin-left: 15px;
90}
91#gallery-settings .align .field label {
92 margin: 0 0 0 1.5em;
93}
Note: See TracBrowser for help on using the repository browser.