X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fcss%2Fsyj.css;h=8e29c424d7b779ed54ae5d73b783f0ec43892a82;hp=a78a52fcca9b0c5cf926cf735c1f7291db1ea2c1;hb=556c960d0d6dc38ad3de6267936a4ab69a322eb0;hpb=a0c085f9492929c7b2bd6ada5cd1186d3133a44e diff --git a/public/css/syj.css b/public/css/syj.css index a78a52f..8e29c42 100644 --- a/public/css/syj.css +++ b/public/css/syj.css @@ -29,6 +29,37 @@ body, html { left: 0.5em; } +.olControlLayerSwitcher { + bottom: 4em; + top: auto; + left: 13px; + opacity: 0.75; + height: 6em; + max-width: intrinsic; + max-width: -moz-max-content; +} + +/* setting opacity to .olControlLayerSwitcher does not work */ +.olControlLayerSwitcher .layersDiv, +.olControlLayerSwitcher .maximizeDiv, +.olControlLayerSwitcher .minimizeDiv +{ + filter:alpha(opacity=75); +} + +.olControlLayerSwitcher .dataLayersDiv, .olControlLayerSwitcher .dataLbl { + display: none; +} +.olControlLayerSwitcher .layersDiv { + padding: 5px 12px 5px 36px; +} +.olControlLayerSwitcher .maximizeDiv { + top: -6em; +} +.olControlLayerSwitcher .minimizeDiv { + left: 4px; +} + /* * main message rules */ @@ -86,17 +117,17 @@ body, html { .info-title { text-decoration: underline; } +.info-content a { + text-decoration: none; +} #path-infos-content { text-align: center; padding: 4px 15px 15px 15px; } -#path-export-title { - margin-top: 1em; -} -#path-export-content a { - text-decoration: none; +.info-content { + margin-bottom: 0.5em; } #path-length {