comparison media/django/css/rtl.css @ 1:0dcfcdf50c62

Initial import of Madeira project from the private repository.
author Brian Neal <bgneal@gmail.com>
date Mon, 06 Apr 2009 03:10:59 +0000
parents
children
comparison
equal deleted inserted replaced
0:df0370bfe3f0 1:0dcfcdf50c62
1 body {
2 direction: rtl;
3 }
4
5 /* LOGIN */
6
7 .login .form-row {
8 float: right;
9 }
10
11 .login .form-row label {
12 float: right;
13 padding-left: 0.5em;
14 padding-right: 0;
15 text-align: left;
16 }
17
18 .login .submit-row {
19 clear: both;
20 padding: 1em 9.4em 0 0;
21 }
22
23 /* GLOBAL */
24
25 th {
26 text-align: right;
27 }
28
29 .module h2, .module caption {
30 text-align: right;
31 }
32
33 .addlink, .changelink {
34 padding-left: 0px;
35 padding-right: 12px;
36 background-position: 100% 0.2em;
37 }
38
39 .deletelink {
40 padding-left: 0px;
41 padding-right: 12px;
42 background-position: 100% 0.25em;
43 }
44
45 .object-tools {
46 float: left;
47 }
48
49 /* LAYOUT */
50
51 #user-tools {
52 right: auto;
53 left: 0;
54 text-align: left;
55 }
56
57 div.breadcrumbs {
58 text-align: right;
59 }
60
61 #content-main {
62 float: right;
63 }
64
65 #content-related {
66 float: left;
67 margin-left: -19em;
68 margin-right: auto;
69 }
70
71 .colMS {
72 margin-left: 20em !important;
73 margin-right: 10px !important;
74 }
75
76 /* dashboard styles */
77
78 .dashboard .module table td a {
79 padding-left: .6em;
80 padding-right: 12px;
81 }
82
83 /* changelists styles */
84
85 .change-list .filtered {
86 background: white url(../img/admin/changelist-bg_rtl.gif) top left repeat-y !important;
87 }
88
89 .change-list .filtered table {
90 border-left: 1px solid #ddd;
91 border-right: 0px none;
92 }
93
94 #changelist-filter {
95 right: auto;
96 left: 0;
97 border-left: 0px none;
98 border-right: 1px solid #ddd;
99 }
100
101 .change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
102 margin-right: 0px !important;
103 margin-left: 160px !important;
104 }
105
106 #changelist-filter li.selected {
107 border-left: 0px none;
108 padding-left: 0px;
109 margin-left: 0;
110 border-right: 5px solid #ccc;
111 padding-right: 5px;
112 margin-right: -10px;
113 }
114
115 /* FORMS */
116
117 .aligned label {
118 padding: 0 0 3px 1em;
119 float: right;
120 }
121
122 .submit-row {
123 text-align: left
124 }
125
126 .submit-row p.deletelink-box {
127 float: right;
128 }
129
130 .submit-row .deletelink {
131 background: url(../img/admin/icon_deletelink.gif) 0 50% no-repeat;
132 padding-right: 14px;
133 }
134
135 .vDateField, .vTimeField {
136 margin-left: 2px;
137 }
138
139 form ul.inline li {
140 float: right;
141 padding-right: 0;
142 padding-left: 7px;
143 }
144
145 input[type=submit].default, .submit-row input.default {
146 float: left;
147 }
148
149 fieldset .field-box {
150 float: right;
151 margin-left: 20px;
152 }
153
154 .errorlist li {
155 background-position: 100% .3em;
156 padding: 4px 25px 4px 5px;
157 }
158
159 .errornote {
160 background-position: 100% .3em;
161 padding: 4px 25px 4px 5px;
162 }
163
164 /* WIDGETS */
165
166 .calendarnav-previous {
167 top: 0;
168 left: auto;
169 right: 0;
170 }
171
172 .calendarnav-next {
173 top: 0;
174 right: auto;
175 left: 0;
176 }
177
178 .calendar caption, .calendarbox h2 {
179 text-align: center;
180 }
181
182 .selector {
183 float: right;
184 }
185
186 .selector .selector-filter {
187 text-align: right;
188 }
189
190 /* MISC */
191
192 .inline-related h2 {
193 text-align: right
194 }
195