X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=skins%2Fcommon%2Fconfig.css;h=aedb6a9cc587ec29dce4c47a687e7f7a6298376e;hb=aaeb2033c92a4dc9a675488ee4036da78307d5ac;hp=d64627376e229395ee26f55a5539779f409700f5;hpb=96603cd221051a324c902b6d4debd88ff1418404;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/common/config.css b/skins/common/config.css index d64627376e..aedb6a9cc5 100644 --- a/skins/common/config.css +++ b/skins/common/config.css @@ -6,26 +6,32 @@ .config-section { margin-top: 2em; } + .config-block { margin-top: 2em; display: block; } + .config-block-label { display: block; margin-bottom: .2em; } + .config-block-label label, .config-label { font-weight: bold; padding-right: .5em; padding-top: .2em; } + .config-block-elements { margin-left: 2em; } + .config-block-elements li { list-style: none; } + .config-input { clear: left; zoom: 100%; /* IE hack */ @@ -117,13 +123,14 @@ font-size: 110%; color: green; } + .success-box { font-size: 130%; } .config-cc-wrapper { clear: left; - /* If you change this height, also change it in WebInstaller_Options::submitCC() */ + /* If you change this height, also change it in WebInstallerOptions::submitCC() */ height: 54em; } @@ -137,6 +144,14 @@ margin-left: 2em; } +.config-download-link a { + 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 */ + line-height: 32px; /* center the text vertically */ +} + #config-live-log { overflow: hidden; min-width: 20em;