X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=blobdiff_plain;f=mw-config%2Fconfig.css;h=6084c84a9397c385a21a8b33dc0aaa966f13b3ac;hb=c069752a95cda40e65dc7420ca7f65230bf591ef;hp=1b2574d58939c71990d32fb622acb77d11ea3d34;hpb=6228415557b1206dce035c9a2751378d120e34e7;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/config.css b/mw-config/config.css index 1b2574d589..6084c84a93 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; @@ -178,11 +180,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 +210,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 ); +}