X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=mw-config%2Fconfig.css;h=ea5835d487a77a6cf48a210a291cbbe225b86e2f;hb=25390162c755eb19077310fc04b8f3d19bf1dc23;hp=0e0b304cbbe57709d2cd676cd095f768e5d66c4a;hpb=3fa15fea69c729ca1fd01fec7bb9663140a1ef70;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/config.css b/mw-config/config.css index 0e0b304cbb..ea5835d487 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -15,13 +15,14 @@ .config-block-label { display: block; - margin-bottom: .2em; + margin-bottom: 0.2em; } -.config-block-label label, .config-label { +.config-block-label label, +.config-label { font-weight: bold; - padding-right: .5em; - padding-top: .2em; + padding-right: 0.5em; + padding-top: 0.2em; } .config-block-elements { @@ -84,7 +85,7 @@ display: list-item; line-height: 1.5em; /* @embed */ - list-style-image: url(images/bullet.gif); + list-style-image: url( images/bullet.gif ); list-style-type: square; } @@ -114,7 +115,7 @@ } .error { - color: red; + color: #f00; background-color: #fff; font-weight: bold; left: 1em; @@ -131,13 +132,13 @@ .btn-install { font-weight: bold; font-size: 110%; - padding: .2em .3em; + padding: 0.2em 0.3em; } .success-message { font-weight: bold; font-size: 110%; - color: green; + color: #008000; } .success-box { @@ -151,8 +152,8 @@ } .config-plainlink a { - background: none !important; - padding: 0 !important; + background: none !important; /* stylelint-disable-line declaration-no-important */ + padding: 0 !important; /* stylelint-disable-line declaration-no-important */ } .config-download-link { @@ -161,7 +162,7 @@ } .config-download-link a { - background: url(images/download-32.png) no-repeat center left; + background: url( images/download-32.png ) no-repeat center left; padding-left: 40px; /* 32 px for the image (above), plus some breathing room */ height: 32px; /* provide enough vertical room for the image */ display: inline-block; /* allow the height property (above) to work */ @@ -180,18 +181,18 @@ margin-bottom: -8px; padding: 0 0 0 15px; /* @embed */ - background-image: url(images/help-question.gif); + background-image: url( images/help-question.gif ); background-position: left center; background-repeat: no-repeat; cursor: pointer; - font-size: .8em; + font-size: 0.8em; text-decoration: underline; color: #0645ad; } .config-help-field-hint:hover { /* @embed */ - background-image: url(images/help-question-hover.gif); + background-image: url( images/help-question-hover.gif ); } .config-help-field-data {