comparison modules/system/system-rtl.css @ 1:c1f4ac30525a 6.0

Drupal 6.0
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:28:28 +0100
parents
children
comparison
equal deleted inserted replaced
0:5a113a1c4740 1:c1f4ac30525a
1 /* $Id: system-rtl.css,v 1.12 2008/01/10 18:08:19 goba Exp $ */
2
3 thead th {
4 text-align: right;
5 padding-left: 1em;
6 padding-right: 0.5em;
7 }
8
9 .item-list .icon {
10 float: left;
11 padding-left: 0;
12 padding-right: 0.25em;
13 clear: left;
14 }
15 .item-list ul li {
16 margin: 0 1.5em 0.25em 0;
17 }
18
19 .more-link {
20 text-align: left;
21 }
22 .more-help-link {
23 text-align: left;
24 }
25
26 dl.multiselect dt, dl.multiselect dd {
27 float: right;
28 margin: 0 0 0 1em;
29 }
30
31 .block ul {
32 padding: 0 1em 0.25em 0;
33 }
34
35 ul.primary {
36 padding: 0 1em 0 0;
37 }
38 ul.primary li a {
39 margin-right: 5px;
40 margin-left: 0.5em;
41 }
42 ul.secondary li {
43 display: inline;
44 padding: 0 1em;
45 border-right: none;
46 border-left: 1px solid #ccc;
47 }
48 html.js input.form-autocomplete {
49 background-position: 0% 2px;
50 }
51 html.js input.throbbing {
52 background-position: 0% -18px;
53 }
54
55 html.js fieldset.collapsible legend a {
56 padding-left: 0;
57 padding-right: 15px;
58 background-position: 98% 75%;
59 }
60 html.js fieldset.collapsed legend a {
61 background-image: url(../../misc/menu-collapsed-rtl.png);
62 background-position: 98% 50%;
63 }
64
65 div.teaser-button-wrapper {
66 float: left;
67 padding-right: 0;
68 padding-left: 5%;
69 }
70 .teaser-checkbox div.form-item {
71 float: left;
72 margin: 0 0 0 5%;
73 }
74 .progress .percentage {
75 float: left;
76 }
77 .progess-disabled {
78 float: right;
79 }
80 .ahah-progress {
81 float: right;
82 }
83 .ahah-progress .throbber {
84 float: right;
85 }
86 input.password-field {
87 margin-left: 10px;
88 margin-right: 0;
89 }
90 input.password-confirm {
91 margin-left: 10px;
92 margin-right: 0;
93 }
94
95 .draggable a.tabledrag-handle {
96 float: right;
97 margin: -0.4em -0.5em -0.4em 0;
98 padding: 0.42em 0.5em 0.42em 1.5em;
99 }
100 div.indentation {
101 margin: -0.4em -0.4em -0.4em 0.2em;
102 padding: 0.42em 0.6em 0.42em 0;
103 float: right;
104 }
105 div.tree-child, div.tree-child-last {
106 background-position: -65px center;
107 }