Merge "Supress native "invalid email" warning on Special:ChangeEmail"
[lhc/web/wiklou.git] / skins / common / config.css
index 2452c01..39206c3 100644 (file)
@@ -9,7 +9,7 @@
 .config-block {
        margin-top: 2em;
        display: block;
-       
+
 }
 .config-block-label {
        display: block;
@@ -23,6 +23,9 @@
 .config-block-elements {
        margin-left: 2em;
 }
+.config-block-elements li {
+       list-style: none;
+}
 .config-input {
        clear: left;
        zoom: 100%; /* IE hack */
        float: right;
        width: 12em;
        border: 1px solid #aaa;
+       background: #fff;
        padding: 0.5em;
-       margin: 0.5em;
+       /* 3em left margin to leave space between the list and the page-content */
+       margin: 0.5em 0.5em 0.5em 3.5em;
 }
 
 .config-page {
-       padding: 0.5em 2em 0.5em 2em;
-       /* 15em right margin to leave space for 12em page list */
-       margin: 0.5em 15em 0.5em 0.5em;
+       padding: 0.5em 0.5em 0.5em 2em;
+       margin: 0.5em 0.5em 0.5em 0.5em;
        background: #eee;
 }
 
 
 .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 {
        font-weight: bold;
 }
 
-.config-help-wrapper {
-       clear: left;
-       margin: 0 0 2em 12em;
-       padding-top: 1em;
-}
-.config-show-help, .config-hide-help {
-       margin-left: 14em;
-}
-.config-hide-help { display: none; }
-.config-show-help a, .config-hide-help a {
-       background-image: url(images/help-22.png);
-       background-position: 0 0;
-       background-repeat: no-repeat;
-       display: inline-block;
-       height: 26px;
-       padding-left: 26px;
-}
-
-.config-help-message {
-       font-size: 85%;
-       display: none;
-}
-
 .config-message {
        display: list-item;
        line-height: 1.5em;
-       list-style-image: url(../skins/common/images/bullet.gif);
+       /* @embed */
+       list-style-image: url(images/bullet.gif);
        list-style-type: square;
 }
 
 .config-settings-block {
        list-style-type: none;
        list-style-image: none;
-       float: left;
        margin: 0;
        padding: 0;
 }
 .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;
 }