source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/config/rtl.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 666 bytes
Line 
1#config__manager fieldset {
2 clear: both;
3}
4
5#config__manager fieldset td {
6 text-align: right;
7}
8
9#config__manager label {
10 text-align: right;
11}
12
13#config__manager td.value input.checkbox {
14 float: right;
15 padding-left: 0;
16 padding-right: 0.7em;
17}
18
19#config__manager td.value label {
20 float: left;
21}
22
23#config__manager td.label {
24 padding: 0.8em 1em 0.6em 0;
25}
26
27#config__manager td.label span.outkey {
28 float: right;
29 margin-right: 1em;
30}
31
32#config__manager td.label label {
33 clear: right;
34}
35
36#config__manager td.label img {
37 float: left;
38}
39
40#config__manager .selection {
41 width: 14.8em;
42 float: right;
43 margin: 0 0 2px 0.3em;
44}
45
Note: See TracBrowser for help on using the repository browser.