X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=mw-config%2Fconfig.css;h=6084c84a9397c385a21a8b33dc0aaa966f13b3ac;hb=43914d3f43a39317b08ce56730d86e37be7431c4;hp=1b2574d58939c71990d32fb622acb77d11ea3d34;hpb=f186496005a47a09aed6d46feea7302fe9d5f0e2;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 ); +}