Made SwiftFileBackend::loadObjectListing() populate stat entries in reverse order.
[lhc/web/wiklou.git] / skins / common / config.css
1 .env-check {
2 font-size: 90%;
3 margin: 1em 0 1em 2.5em;
4 }
5
6 .config-section {
7 margin-top: 2em;
8 }
9 .config-block {
10 margin-top: 2em;
11 display: block;
12
13 }
14 .config-block-label {
15 display: block;
16 margin-bottom: .2em;
17 }
18 .config-block-label label, .config-label {
19 font-weight: bold;
20 padding-right: .5em;
21 padding-top: .2em;
22 }
23 .config-block-elements {
24 margin-left: 2em;
25 }
26 .config-block-elements li {
27 list-style: none;
28 }
29 .config-input {
30 clear: left;
31 zoom: 100%; /* IE hack */
32 }
33
34 .config-page-wrapper {
35 padding: 0.5em;
36 }
37
38 .config-page-list {
39 float: right;
40 width: 12em;
41 border: 1px solid #aaa;
42 background: #fff;
43 padding: 0.5em;
44 /* 3em left margin to leave space between the list and the page-content */
45 margin: 0.5em 0.5em 0.5em 3.5em;
46 }
47
48 .config-page {
49 padding: 0.5em 0.5em 0.5em 2em;
50 margin: 0.5em 0.5em 0.5em 0.5em;
51 background: #eee;
52 }
53
54 .config-submit {
55 clear: left;
56 text-align: center;
57 padding: 1em;
58 }
59
60 .config-submit input {
61 margin-left: 0.5em;
62 margin-right: 0.5em;
63 }
64
65 .config-page-disabled {
66 color: #aaa;
67 }
68
69 .config-error-box {
70 border: 2px solid #f00;
71 }
72
73 .config-page-current {
74 font-weight: bold;
75 }
76
77 .config-message {
78 display: list-item;
79 line-height: 1.5em;
80 /* @embed */
81 list-style-image: url(images/bullet.gif);
82 list-style-type: square;
83 }
84
85 .config-input-text {
86 width: 20em;
87 margin-right: 1em;
88 }
89
90 .config-input-check {
91 margin-left: 10em;
92 }
93
94 .error {
95 color: red;
96 background-color: #fff;
97 font-weight: bold;
98 left: 1em;
99 font-size: 100%;
100 }
101
102 .config-settings-block {
103 list-style-type: none;
104 list-style-image: none;
105 margin: 0;
106 padding: 0;
107 }
108
109 .btn-install {
110 font-weight: bold;
111 font-size: 110%;
112 padding: .2em .3em;
113 }
114
115 .success-message {
116 font-weight: bold;
117 font-size: 110%;
118 color: green;
119 }
120 .success-box {
121 font-size: 130%;
122 }
123
124 .config-cc-wrapper {
125 clear: left;
126 /* If you change this height, also change it in WebInstaller_Options::submitCC() */
127 height: 54em;
128 }
129
130 .config-plainlink a {
131 background: none !important;
132 padding: 0 !important;
133 }
134
135 .config-download-link {
136 font-size: 1.8em;
137 margin-left: 2em;
138 }
139
140 #config-live-log {
141 margin-right: 18em;
142 }