Merge "Use WebRequest instead of $_SERVER in ApiMain."
[lhc/web/wiklou.git] / skins / common / config.css
index efb3604..aa982d3 100644 (file)
@@ -9,7 +9,7 @@
 .config-block {
        margin-top: 2em;
        display: block;
-       
+
 }
 .config-block-label {
        display: block;
 
 .config-error-box {
        border: 2px solid #f00;
-       margin: 0.4em;
-       clear: left;
-}
-
-.config-warning-box {
-       border: 2px solid #ff7f00;
-       margin: 0.4em;
-       clear: left;
-}
-
-.config-info-left {
-       margin: 7px;
-       float: left;
-       width: 35px;
-}
-
-.config-info-right {
-       margin: 0.5em 0.5em 0.5em 49px;
 }
 
 .config-page-current {
@@ -95,6 +77,7 @@
 .config-message {
        display: list-item;
        line-height: 1.5em;
+       /* @embed */
        list-style-image: url(images/bullet.gif);
        list-style-type: square;
 }
 .config-cc-wrapper {
        clear: left;
        /* If you change this height, also change it in WebInstaller_Options::submitCC() */
-       height: 54em; 
+       height: 54em;
 }
 
 .config-plainlink a {
        padding: 0 !important;
 }
 
-#config-memcachewrapper {
-       display: none;
+.config-download-link {
+       font-size: 1.8em;
+       margin-left: 2em;
+}
+
+#config-live-log {
+       margin-right: 18em;
 }