X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=mw-config%2Fconfig.css;h=0e0b304cbbe57709d2cd676cd095f768e5d66c4a;hb=42fe11a2e6b40a6e2e8cfe4b58b31d5ed91821d5;hp=17b20392157011f7fdbe73838f75e1c65638de99;hpb=e0615b688d8e1caaec1992fa467ebf7b4e5f486f;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/config.css b/mw-config/config.css index 17b2039215..0e0b304cbb 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -172,3 +172,32 @@ overflow: hidden; min-width: 20em; } + +/* 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); + background-position: left center; + background-repeat: no-repeat; + cursor: pointer; + font-size: .8em; + text-decoration: underline; + color: #0645ad; +} + +.config-help-field-hint:hover { + /* @embed */ + background-image: url(images/help-question-hover.gif); +} + +.config-help-field-data { + display: block; + background-color: #d6f3ff; + padding: 5px 8px 4px 8px; + border: 1px solid #5dc9f4; + margin-left: 20px; +}