Added getRootStoragePath() convenience function to get the root path.
[mediawiki.git] / skins / common / config.css
blobaa982d3237e7733ebb986f28351ee9ae41a059ce
1 .env-check {
2 font-size: 90%;
3 margin: 1em 0 1em 2.5em;
6 .config-section {
7 margin-top: 2em;
9 .config-block {
10 margin-top: 2em;
11 display: block;
14 .config-block-label {
15 display: block;
16 margin-bottom: .2em;
18 .config-block-label label, .config-label {
19 font-weight: bold;
20 padding-right: .5em;
21 padding-top: .2em;
23 .config-block-elements {
24 margin-left: 2em;
26 .config-block-elements li {
27 list-style: none;
29 .config-input {
30 clear: left;
31 zoom: 100%; /* IE hack */
34 .config-page-wrapper {
35 padding: 0.5em;
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;
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;
54 .config-submit {
55 clear: left;
56 text-align: center;
57 padding: 1em;
60 .config-submit input {
61 margin-left: 0.5em;
62 margin-right: 0.5em;
65 .config-page-disabled {
66 color: #aaa;
69 .config-error-box {
70 border: 2px solid #f00;
73 .config-page-current {
74 font-weight: bold;
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;
85 .config-input-text {
86 width: 20em;
87 margin-right: 1em;
90 .config-input-check {
91 margin-left: 10em;
94 .error {
95 color: red;
96 background-color: #fff;
97 font-weight: bold;
98 left: 1em;
99 font-size: 100%;
102 .config-settings-block {
103 list-style-type: none;
104 list-style-image: none;
105 float: left;
106 margin: 0;
107 padding: 0;
110 .btn-install {
111 font-weight: bold;
112 font-size: 110%;
113 padding: .2em .3em;
116 .success-message {
117 font-weight: bold;
118 font-size: 110%;
119 color: green;
121 .success-box {
122 font-size: 130%;
125 .config-cc-wrapper {
126 clear: left;
127 /* If you change this height, also change it in WebInstaller_Options::submitCC() */
128 height: 54em;
131 .config-plainlink a {
132 background: none !important;
133 padding: 0 !important;
136 .config-download-link {
137 font-size: 1.8em;
138 margin-left: 2em;
141 #config-live-log {
142 margin-right: 18em;