X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=mw-config%2Fconfig.css;h=72fe286a21f26e9a9e927d5efa37ed8491a87a60;hp=9647842799e205683847a45288e537e9ee16af0c;hb=9d31e46d0f4dc6d68ad38b09816bea2b447f8b50;hpb=ea170f13e59d525f7daf5d347adca5fda0475947 diff --git a/mw-config/config.css b/mw-config/config.css index 9647842799..72fe286a21 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -142,10 +142,6 @@ color: #008000; } -.success-box { - font-size: 130%; -} - .config-cc-wrapper { clear: left; /* If you change this height, also change it in WebInstallerOptions::submitCC() */ @@ -180,11 +176,13 @@ 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 ); @@ -209,6 +207,10 @@ 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 ); }