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