source: trunk/www.guidonia.net/wp/wp-admin/css/press-this-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 {
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 */
12div#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
37h3.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#categorydiv ul.categorychecklist ul {
72 margin-left: 0;
73 margin-right: 18px;
74}
75
76/* Tags */
77#tagsdiv #newtag {
78 margin-right: 0;
79 margin-left: 5px;
80}
81
82#tagadd {
83 margin-left: 0;
84 margin-right: 3px;
85}
86
87#tagchecklist span {
88 margin-left: .5em;
89 margin-right: 10px;
90 float: right;
91}
92#tagchecklist span a {
93 margin: 6px -9px 0 0;
94 float: right;
95}
96
97#content {
98 margin-left: 0;
99 margin-right: 1%;
100}
101
102.submit input,
103.button,
104.button-primary,
105.button-secondary,
106.button-highlighted,
107#postcustomstuff .submit input {
108 font-family: Tahoma, Arial, sans-serif;
109}
110
111.ac_results li {
112 text-align: right;
113}
114
115#TB_ajaxContent #options {
116 right: auto;
117 left: 25px;
118}
119
120#post_status {
121 margin-left: 0;
122 margin-right: 10px;
123}
124
125/* Footer */
126#footer {
127 padding: 10px 60px 0 0;
128}
Note: See TracBrowser for help on using the repository browser.