~hanspayer/+junk/kobersdorf

« back to all changes in this revision

Viewing changes to static/admin/css/rtl.css

  • Committer: Payer Hans-Christian
  • Date: 2016-03-29 20:18:05 UTC
  • Revision ID: hans@net-so.org-20160329201805-cs2re2zwb7svwje4
base template working

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
thead th:first-child,
 
50
tfoot td:first-child {
 
51
    border-left: 1px solid #ddd !important;
 
52
}
 
53
 
 
54
/* LAYOUT */
 
55
 
 
56
#user-tools {
 
57
    right: auto;
 
58
    left: 0;
 
59
    text-align: left;
 
60
}
 
61
 
 
62
div.breadcrumbs {
 
63
    text-align: right;
 
64
}
 
65
 
 
66
#content-main {
 
67
    float: right;
 
68
}
 
69
 
 
70
#content-related {
 
71
    float: left;
 
72
    margin-left: -19em;
 
73
    margin-right: auto;
 
74
}
 
75
 
 
76
.colMS {
 
77
    margin-left: 20em !important;
 
78
    margin-right: 10px !important;
 
79
}
 
80
 
 
81
/* SORTABLE TABLES */
 
82
 
 
83
table thead th.sorted .sortoptions {
 
84
   float: left;
 
85
}
 
86
 
 
87
thead th.sorted .text {
 
88
    padding-right: 0;
 
89
    padding-left: 42px;
 
90
}
 
91
 
 
92
/* dashboard styles */
 
93
 
 
94
.dashboard .module table td a {
 
95
    padding-left: .6em;
 
96
    padding-right: 12px;
 
97
}
 
98
 
 
99
/* changelists styles */
 
100
 
 
101
.change-list .filtered {
 
102
    background: white url(../img/changelist-bg_rtl.gif) top left repeat-y !important;
 
103
}
 
104
 
 
105
.change-list .filtered table {
 
106
    border-left: 1px solid #ddd;
 
107
    border-right: 0px none;
 
108
}
 
109
 
 
110
#changelist-filter {
 
111
    right: auto;
 
112
    left: 0;
 
113
    border-left: 0px none;
 
114
    border-right: 1px solid #ddd;
 
115
}
 
116
 
 
117
.change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
 
118
    margin-right: 0px !important;
 
119
    margin-left: 160px !important;
 
120
}
 
121
 
 
122
#changelist-filter li.selected {
 
123
    border-left: 0px none;
 
124
    padding-left: 0px;
 
125
    margin-left: 0;
 
126
    border-right: 5px solid #ccc;
 
127
    padding-right: 5px;
 
128
    margin-right: -10px;
 
129
}
 
130
 
 
131
.filtered .actions {
 
132
    border-left:1px solid #DDDDDD;
 
133
    margin-left:160px !important;
 
134
    border-right: 0 none;
 
135
    margin-right:0 !important;
 
136
}
 
137
 
 
138
#changelist table tbody td:first-child, #changelist table tbody th:first-child {
 
139
    border-right: 0;
 
140
    border-left: 1px solid #ddd;
 
141
}
 
142
 
 
143
/* FORMS */
 
144
 
 
145
.aligned label {
 
146
    padding: 0 0 3px 1em;
 
147
    float: right;
 
148
}
 
149
 
 
150
.submit-row {
 
151
    text-align: left
 
152
}
 
153
 
 
154
.submit-row p.deletelink-box {
 
155
    float: right;
 
156
}
 
157
 
 
158
.submit-row .deletelink {
 
159
    background: url(../img/icon_deletelink.gif) 0 50% no-repeat;
 
160
    padding-right: 14px;
 
161
}
 
162
 
 
163
.vDateField, .vTimeField {
 
164
    margin-left: 2px;
 
165
}
 
166
 
 
167
form ul.inline li {
 
168
    float: right;
 
169
    padding-right: 0;
 
170
    padding-left: 7px;
 
171
}
 
172
 
 
173
input[type=submit].default, .submit-row input.default {
 
174
    float: left;
 
175
}
 
176
 
 
177
fieldset .field-box {
 
178
    float: right;
 
179
    margin-left: 20px;
 
180
    margin-right: 0;
 
181
}
 
182
 
 
183
.errorlist li {
 
184
    background-position: 100% .3em;
 
185
    padding: 4px 25px 4px 5px;
 
186
}
 
187
 
 
188
.errornote {
 
189
    background-position: 100% .3em;
 
190
    padding: 4px 25px 4px 5px;
 
191
}
 
192
 
 
193
/* WIDGETS */
 
194
 
 
195
.calendarnav-previous {
 
196
    top: 0;
 
197
    left: auto;
 
198
    right: 0;
 
199
}
 
200
 
 
201
.calendarnav-next {
 
202
    top: 0;
 
203
    right: auto;
 
204
    left: 0;
 
205
}
 
206
 
 
207
.calendar caption, .calendarbox h2 {
 
208
    text-align: center;
 
209
}
 
210
 
 
211
.selector {
 
212
    float: right;
 
213
}
 
214
 
 
215
.selector .selector-filter {
 
216
    text-align: right;
 
217
}
 
218
 
 
219
.inline-deletelink {
 
220
    float: left;
 
221
}
 
222
 
 
223
/* MISC */
 
224
 
 
225
.inline-related h2, .inline-group h2 {
 
226
    text-align: right
 
227
}
 
228
 
 
229
.inline-related h3 span.delete {
 
230
    padding-right: 20px;
 
231
    padding-left: inherit;
 
232
    left: 10px;
 
233
    right: inherit;
 
234
    float:left;
 
235
}
 
236
 
 
237
.inline-related h3 span.delete label {
 
238
    margin-left: inherit;
 
239
    margin-right: 2px;
 
240
}
 
241
 
 
242
/* IE7 specific bug fixes */
 
243
 
 
244
div.colM {
 
245
    position: relative;
 
246
}
 
247
 
 
248
.submit-row input {
 
249
    float: left;
 
250
}