diff options
Diffstat (limited to 'static/saclay/css/saclay.css')
-rw-r--r-- | static/saclay/css/saclay.css | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/static/saclay/css/saclay.css b/static/saclay/css/saclay.css index 75fa5b6..1272ea3 100644 --- a/static/saclay/css/saclay.css +++ b/static/saclay/css/saclay.css @@ -1,5 +1,69 @@ /* Saclay specific */ + +/* remove footer */ +#detail_footer{ + display: none; +} + +.popover-content #detail-content { + background-color: #eee; + border-bottom: 5px solid #9f9f89; +} + +#footer-panel { + border-top: 3px solid #9f9f89; + height: 30px; +} + +div#panel { + margin-top: 0; +} + +div#sidebar-container { + background-image: none; +} + +.main_category label { + line-height: 2.4em; + font-size: 1.4em; +} + +.fa-check { + font-size: 0.8em; +} + +.subcategory label { + line-height: 1.1em; + text-transform: none; +} + +li.main_category li.subcategory > span > label { + font-size: 1.1em; +} + +.ui-dialog.ui-widget { + z-index: 100; + margin-left: auto; + margin-right: auto; +} + +.ui-dialog-content.ui-widget-content h2{ + padding-top: 35px; + padding-bottom: 20px; +} + +#dialog-title{ + margin: 0; +} + +.ui-button-text{ + color: transparent; +} + +/* fin adaptation chimere 3 */ + + a, a:link, a:visited, #footer .map-footer a, #footer .map-footer a:link, #footer .map-footer a:visited, #welcome .footer, caption { color: #6f5d37; } @@ -13,9 +77,11 @@ div#panel{ width: 125px; } +/* #footer-panel{ height: 90px; } +*/ .ol-scale-line, .ol-attribution { |