]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/press-this-rtl.dev.css
Wordpress 3.1.3
[autoinstalls/wordpress.git] / wp-admin / css / press-this-rtl.dev.css
1 body {
2         font-family: Tahoma, Arial;
3 }
4
5 #poststuff #edButtonPreview,
6 #poststuff #edButtonHTML {
7         margin: 0 0 0 5px;
8         float: right;
9 }
10
11 /* Editor/Main Column */
12 div#poststuff {
13         padding-left: 0;
14         padding-right: 10px;
15 }
16
17 .posting {
18         margin-right: 0;
19         margin-left: 228px;
20         left: auto;
21         right: 0;
22 }
23
24 #side-info-column {
25         float: left;
26         right: auto;
27         left: 0;
28         margin-right: 0;
29         margin-left: 10px;
30 }
31
32 #side-info-column .sleeve {
33         padding-left: 0;
34         padding-right: 10px;
35 }
36
37 h3.tb {
38         margin-left: 0;
39         margin-right: 5px;
40 }
41
42 #actions {
43         float: left;
44 }
45
46 #extra_fields #actions {
47         right: auto;
48         left: 4px;
49 }
50
51 #actions li {
52         float: right;
53         margin-right: 0;
54         margin-left: 10px;
55 }
56
57 #extra_fields .button {
58         margin-right: 0;
59         margin-left: 5px;
60 }
61
62 /* Photo Styles */
63 #img_container a {
64         float: right;
65 }
66
67 #category-add input, #category-add select {
68         font-family: Tahoma, Arial;
69 }
70
71 .inline-editor ul.cat-checklist ul,
72 .categorydiv ul.categorychecklist ul,
73 #linkcategorydiv ul.categorychecklist ul {
74         margin-left: 0;
75         margin-right: 18px;
76 }
77
78 /* Tags */
79 #tagsdiv #newtag {
80         margin-right: 0;
81         margin-left: 5px;
82 }
83
84 #tagadd {
85         margin-left: 0;
86         margin-right: 3px;
87 }
88
89 #tagchecklist span {
90         margin-left: .5em;
91         margin-right: 10px;
92         float: right;
93 }
94 #tagchecklist span a {
95         margin: 6px -9px 0 0;
96         float: right;
97 }
98
99 #content {
100         margin-left: 0;
101         margin-right: 1%;
102 }
103
104 .submit input,
105 .button,
106 .button-primary,
107 .button-secondary,
108 .button-highlighted,
109 #postcustomstuff .submit input {
110         font-family: Tahoma, Arial, sans-serif;
111 }
112
113 .ac_results li {
114         text-align: right;
115 }
116
117 #TB_ajaxContent #options {
118         right: auto;
119         left: 25px;
120 }
121
122 #post_status {
123         margin-left: 0;
124         margin-right: 10px;
125 }
126
127 /* Footer */
128 #footer {
129         padding: 10px 60px 0 0;
130 }