X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=mw-config%2Fconfig.css;h=72fe286a21f26e9a9e927d5efa37ed8491a87a60;hb=c555d77d07b7fa50c80dbbdb36c446c7cd9cb276;hp=1b2574d58939c71990d32fb622acb77d11ea3d34;hpb=4905504faded8f85a9b3d68b27da5c9e2f11bd06;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/config.css b/mw-config/config.css index 1b2574d589..72fe286a21 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -1,3 +1,5 @@ +/* stylelint-disable selector-class-pattern */ + .env-check { font-size: 90%; margin: 1em 0 1em 2.5em; @@ -140,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() */ @@ -178,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 ); @@ -206,3 +206,11 @@ 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 ); +}