source: sipes/cord/modules/system/system-rtl.css @ 8a8efa8

stableversion-3.0
Last change on this file since 8a8efa8 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 1.7 KB
Línea 
1
2thead th {
3  text-align: right;
4  padding-left: 1em;
5  padding-right: 0.5em;
6}
7
8.item-list .icon {
9  float: left;
10  padding-left: 0;
11  padding-right: 0.25em;
12  clear: left;
13}
14.item-list ul li {
15  margin: 0 1.5em 0.25em 0;
16}
17
18.more-link {
19  text-align: left;
20}
21.more-help-link {
22  text-align: left;
23}
24
25dl.multiselect dt, dl.multiselect dd {
26  float: right;
27  margin: 0 0 0 1em;
28}
29
30.block ul {
31  padding: 0 1em 0.25em 0;
32}
33
34ul.primary {
35  padding: 0 1em 0 0;
36}
37ul.primary li a {
38  margin-right: 5px;
39  margin-left: 0.5em;
40}
41ul.secondary li {
42  display: inline;
43  padding: 0 1em;
44  border-right: none;
45  border-left: 1px solid #ccc;
46}
47html.js input.form-autocomplete {
48  background-position: 0% 2px;
49}
50html.js input.throbbing {
51  background-position: 0% -18px;
52}
53
54html.js fieldset.collapsible legend a {
55  padding-left: 0;
56  padding-right: 15px;
57  background-position: 98% 75%;
58}
59html.js fieldset.collapsed legend a {
60  background-image: url(../../misc/menu-collapsed-rtl.png);
61  background-position: 98% 50%;
62}
63
64div.teaser-button-wrapper {
65  float: left;
66  padding-right: 0;
67  padding-left: 5%;
68}
69.teaser-checkbox div.form-item {
70  float: left;
71  margin: 0 0 0 5%;
72}
73.progress .percentage {
74  float: left;
75}
76.progess-disabled {
77  float: right;
78}
79.ahah-progress {
80  float: right;
81}
82.ahah-progress .throbber {
83  float: right;
84}
85input.password-field {
86  margin-left: 10px;
87  margin-right: 0;
88}
89input.password-confirm {
90  margin-left: 10px;
91  margin-right: 0;
92}
93
94.draggable a.tabledrag-handle {
95  float: right;
96  margin: -0.4em -0.5em -0.4em 0;
97  padding: 0.42em 0.5em 0.42em 1.5em;
98}
99div.indentation {
100  margin: -0.4em -0.4em -0.4em 0.2em;
101  padding: 0.42em 0.6em 0.42em 0;
102  float: right;
103}
104div.tree-child, div.tree-child-last {
105  background-position: -65px center;
106}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.