File: rtl.css

package info (click to toggle)
dokuwiki 0.0.20120125b-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 21,016 kB
  • sloc: php: 114,495; sh: 530; perl: 200; xml: 196; makefile: 38
file content (45 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#config__manager fieldset {
    clear: both;
}

#config__manager fieldset td {
    text-align: right;
}

#config__manager label {
    text-align: right;
}

#config__manager td.value input.checkbox {
    float: right;
    padding-left: 0;
    padding-right: 0.7em;
}

#config__manager td.value label {
    float: left;
}

#config__manager td.label {
    padding: 0.8em 1em 0.6em 0;
}

#config__manager td.label span.outkey {
    float: right;
    margin-right: 1em;
}

#config__manager td.label label {
    clear: right;
}

#config__manager td.label img {
    float: left;
}

#config__manager .selection {
  width: 14.8em;
  float: right;
  margin: 0 0 2px 0.3em;
}