Bug 15099: Move admin/categorie.pl to admin/categories.pl
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / right-to-left.css
1 fieldset.rows ol.radio label, fieldset.rows li.radio label { float: right; margin: 0 1em 0 0.3em; }
2
3
4 /* Adjust text directions */
5
6 a.yuimenuitemlabel,
7 body,
8 caption,
9 div#toolbar,
10 div.rows span.label,
11 div.subfield_line label,
12 fieldset.rows.left label,
13 fieldset.rows.left span.label,
14 h1,
15 h2,
16 h3,
17 h4,
18 h5,
19 h6,
20 legend,
21 th,
22 odoc,
23 p,
24 ul li,
25 ul.toolbar,
26 #doc2,
27 #doc3,
28 #doc4,
29 .autocomplete .sample-result,
30 .ui-tabs-panel,
31 .yui-t1,
32 .yui-t2,
33 .yui-t3,
34 .yui-t4
35 .yui-t5,
36 .yui-t6,
37 .yui-t7
38 {
39    text-align: right;
40 }
41
42 #doc, #doc2, #doc3, #doc4, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7 {
43     text-align: right;
44 }
45
46 #issuest th,
47 .column-tool
48 {
49    text-align: center;
50 }
51
52 /* Swap floats */
53
54 div.lang,
55 div.rows span.label,
56 div.subfield_line label,
57 div#header_search,
58 fieldset.action,
59 fieldset.rows,
60 fieldset.rows input,
61 fieldset.rows div.hint,
62 fieldset.rows img,
63 fieldset.rows label,
64 fieldset.rows li,
65 fieldset.rows ol.radio label.radio,
66 fieldset.rows select,
67 fieldset.rows span.label,
68 fieldset.rows textarea,
69 ol.bibliodetails,
70 ol.bibliodetails span.label,
71 span.required,
72 #marcDocsSelect,
73 #toplevelnav,
74 .treeview .hitarea,
75 .ui-tabs-nav li,
76 .yui-g div.first,
77 .yui-gb div.first,
78 .yui-gc div.first,
79 .yui-gc div.first div.first,
80 .yui-gd div.first,
81 .yui-ge div.first,
82 .yui-gf div.first,
83 .yui-t1 .yui-b,
84 .yui-t2 .yui-b,
85 .yui-t3 .yui-b
86 {
87    float: right;
88 }
89
90 a.buttondot
91 {
92    float: left;
93 }
94
95 ul li,
96 input,
97 .input_marceditor
98 {
99    float: none;
100 }
101
102 div.sysprefs div.hint,
103 .yui-g .yui-u,
104 .yui-t1 #yui-main,
105 .yui-t2 #yui-main,
106 .yui-t3 #yui-main,
107
108 {
109    float: right ;
110 }
111 .yui-t1 {
112 float:right
113 }
114
115 /* Adjust margins, padding, alignment and table-element widths */
116
117 .yui-t1 #yui-main,
118 .yui-t2 #yui-main,
119 .yui-t3 #yui-main
120 {
121    margin-left: 0;
122 }
123
124 .yui-t1 #yui-main .yui-b,
125 .yui-t2 #yui-main .yui-b
126 {
127    margin-left: 0;
128    /* karam margin-right: 13em; */
129 }
130
131 .treeview .hitarea
132 {
133    margin-left: 0;
134    margin-right: -16px;
135 }
136
137 div#menu li a
138 {
139    margin-left: -1px;
140 }
141
142 div#menu,
143 div.patroninfo ul,
144 div.patroninfo h5,
145 #guarantorsearch,
146 .yui-g input
147 {
148    margin-left: 0.5em;
149 }
150 fieldset.rows img,
151 span.required
152 {
153    margin-right: 0.5em;
154 }
155
156 fieldset.rows div.hint
157 {
158    margin-right:1em;
159    margin-left:0;
160 }
161
162 div#header_search
163 {
164    margin-right:200px;
165 }
166
167 .yui-g .yui-u
168 {
169    padding-right: 0;
170 }
171
172 body
173 {
174    padding-right: 1.5em;
175 }
176
177 .yui-u
178 {
179    padding-right: 0.5em;
180 }
181
182 ul
183 {
184    padding-left: 0;
185    padding-right: 1.1em;
186 }
187
188 .yui-b
189 {
190    padding-bottom: 5em;
191 }
192
193 .treeview li {
194    padding: 3px 16px 3px 16px;
195 }
196
197 #login
198 {
199    left: 0.5em;
200 }
201
202 #koha_url
203 {
204    left: 2em;
205 }
206
207 #login,
208 #koha_url
209 {
210    right:auto;
211 }
212
213 div.listgroup,
214 .yui-g p
215 {
216    clear:right;
217 }
218
219 .yui-t2 #yui-main
220 {
221    width: 75%;
222 }
223
224 .yui-t3 #yui-main
225 {
226    width: 70%;
227 }
228
229 .holdcount
230 {
231    line-height: 150%;
232 }
233
234
235 /* Borders */
236
237 div#menu,
238 div.patroninfo ul,
239 div.patroninfo h5
240 {
241    border-left: 1px solid #000;
242    border-right: none;
243 }
244
245 #menu ul li.active a
246 {
247    border-right: 1px solid #000;
248    border-left: 0;
249 }
250
251 /* flip over images */
252
253 .treeview li,
254 .treeview li.last
255 {
256    background-position-x: right !important;
257 }
258 /* TODO - Can we find ways to avoid this? */
259
260 h1#logo,
261 #koha_url,
262 #login,
263 .yui-t1 .yui-b
264 {
265    position: absolute;
266 }
267
268 /*
269 ###############
270 new added for good rtl :
271 */
272 .statictabs ul li {
273     background: none repeat scroll 0px 0px rgb(230, 240, 242);
274     border-top: 1px solid rgb(185, 216, 217);
275     border-right: 1px solid rgb(185, 216, 217);
276     border-left: 1px solid rgb(185, 216, 217);
277     -moz-border-top-colors: none;
278     -moz-border-right-colors: none;
279     -moz-border-bottom-colors: none;
280     -moz-border-left-colors: none;
281     border-image: none;
282     border-bottom: 0px none !important;
283     border-top-right-radius: 4px;
284     border-top-left-radius: 4px;
285     float: right;
286     list-style: none outside none;
287     margin-bottom: 0px;
288     margin-right: 0.4em;
289     padding: 0px;
290     position: relative;
291     white-space: nowrap;
292     top: 1px;
293 }
294
295 div.sysprefs div.hint {
296     width: 25%;
297     float: left;
298     padding: 0.5em;
299     margin: 0.7em;
300 }
301 div.subfield_line label {
302     font-size: 89%;
303     float: right;
304     width: 16em;
305     text-align: right;
306     clear: right;
307 }
308 .yui-t3 #yui-main .yui-b {
309     margin-left: -0.0759em;
310 }
311
312 #doc3 {
313     background-position: right top;
314 }
315
316 .yui-gb{
317     /* use this will break the tools page "" width: 30%;""*/
318     float: right;
319 }
320
321
322
323 ul#toplevelmenu {
324     padding: 0px;
325     float: right;
326 }
327 .navbar .nav.pull-right {
328     float: left;
329     margin-right: 0px;
330 }
331
332 .navbar .nav > li {
333     float: right;
334 }
335 #cartmenulink {
336     background: url("../../img/cart-small.gif") no-repeat scroll right center transparent;
337     padding-right: 15px;
338 }
339
340
341
342 .yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf, .yui-gc .yui-u, .yui-gd .yui-g, .yui-g .yui-gc .yui-u, .yui-ge .yui-u, .yui-ge .yui-g, .yui-gf .yui-g, .yui-gf .yui-u {
343     display: inline;
344
345 }
346
347
348
349 fieldset.action {
350     float: right;
351
352 }
353 #yui-main .yui-b {
354
355     width: auto;
356 }
357
358 /*Lable */
359 div.homeimage {
360     background-attachment: scroll;
361     background-color: transparent;
362     background-image: url("../../img/label-creator-image.png");
363     background-position: left top;
364     background-repeat: no-repeat;
365     min-width: 800px;
366 }
367 div.lci_01 {
368     float: left;
369     clear: left;
370 }
371
372 div.lci_02 {
373     float: left;
374     clear: left;
375 }
376 div.lci_03 {
377     float: left;
378     clear: left;
379 }
380
381
382 /***********************************************************/
383
384
385 #addbibliotabs .ui-tabs-panel {
386     float: right;
387 }
388
389 /*for the tools main page */
390 .yui-gb .yui-u {
391     float: left;
392     margin-right: 2%;
393     margin-left: 0%;
394     width: 25%;
395 }
396
397 /*NEWS*/
398 div.yui-b {
399     position: absolute;
400 }
401 div#yui-main{
402 float:left;
403 }
404 /*floating taps for marceditor and other taps plases */
405 .ui-tabs .ui-tabs-nav li {
406     float: right;
407 }
408 /*this is about the shadow image in the pref sidbar */
409 div#menu li a {
410     background: -moz-linear-gradient(right center , rgb(232, 240, 246) 0%, rgb(232, 240, 246) 96%, rgb(193, 193, 193) 100%) repeat scroll 0% 0% transparent; /*firefox 6*/
411 background: -webkit-gradient(linear, right top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4 */
412     background: -webkit-linear-gradient(right, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10,Safari5.1 */
413      background: -o-linear-gradient(right, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10 */
414    background: -ms-linear-gradient(right, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10 */
415        background: linear-gradient(right, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
416 }
417 /*Z39 search botton */
418
419 #searchheader form.fz3950bigrpad {
420     float: left;
421 }
422 /*check bocks*/
423 p label, {
424     float: left;
425 }
426
427 /*the arrwos in pref.*/
428 h3.expanded {
429     background: url("../../img/collapse.gif") no-repeat scroll right 6px transparent;
430     cursor: pointer;
431     padding-right: 12px;
432 }
433 h3.collapsed {
434     background: url("../../img/expand.gif") no-repeat scroll right 6px transparent;
435     cursor: pointer;
436     padding-right: 12px;
437
438 }
439 .dropdown-menu {
440     position: absolute;
441     top: 100%;
442     left: -25px;
443     z-index: 1000;
444     display: none;
445     float: left;
446     min-width: 160px;
447     padding: 5px 0px;
448     margin: 2px 0px 0px;
449     list-style: none outside none;
450     background-color: rgb(255, 255, 255);
451     border: 1px solid rgba(0, 0, 0, 0.2);
452     border-radius: 6px 6px 6px 6px;
453     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
454     background-clip: padding-box;
455 }
456
457
458 /* */
459
460 div#yui-main {
461
462     margin-right: 22em;
463 }
464
465 /* */
466
467 div#yui-main.sysprefs {
468     margin-right: 0em;
469     float: right;
470 }