Merge "Add config for serving main Page from the domain root"
[lhc/web/wiklou.git] / mw-config / config.css
index 8b3b39e..72fe286 100644 (file)
        color: #008000;
 }
 
-.success-box {
-       font-size: 130%;
-}
-
 .config-cc-wrapper {
        clear: left;
        /* If you change this height, also change it in WebInstallerOptions::submitCC() */
        display: none;
 }
 
+.config-help-field-checkbox {
+       display: none;
+}
+
 /* tooltip styles */
 .config-help-field-hint {
-       display: none;
        margin-left: 2px;
-       margin-bottom: -8px;
        padding: 0 0 0 15px;
        /* @embed */
        background-image: url( images/help-question.gif );
        border: 1px solid #5dc9f4;
        margin-left: 20px;
 }
+
+.config-help-field-checkbox:not( :checked ) ~ .config-help-field-data {
+       display: none;
+}
+
+#p-logo a {
+       background-image: url( images/installer-logo.png );
+}