From: Johan GIRAUD Date: Wed, 4 Feb 2015 09:16:25 +0000 (+0100) Subject: [CSS] + agenda X-Git-Tag: 0.1.0~107 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=fdcece5fc30428e7f6c75b57d8b9368c63219efe [CSS] + agenda --- diff --git a/css/habillage.css b/css/habillage.css index 9fd6f44..ed93398 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -170,7 +170,8 @@ p { background-color: #a1ffff; height: 500px; margin: 0 10px 0px 10px; - padding-right: 10px; } + padding-right: 10px; + overflow-y: scroll; } .agenda p { padding: 0; } @@ -195,6 +196,10 @@ p { margin-bottom: 20px; display: block; } +.nature { + overflow-y: scroll; + height: 70px; } + .leaflet-control-attribution { display: none; } diff --git a/css/habillage.scss b/css/habillage.scss index d9de066..ffba512 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -212,7 +212,8 @@ p{ background-color: #a1ffff; height:500px; margin:0 10px 0px 10px; - padding-right: 10px; + padding-right: 10px; + overflow-y: scroll; } .agenda p{ @@ -229,7 +230,7 @@ p{ .date{ float:left; font-size: 1.7em; - clear: both; + clear: both; } .event{ @@ -241,6 +242,11 @@ p{ margin-bottom: 20px; display: block; } +.nature{ + overflow-y: scroll; + height: 70px; + +} .leaflet-control-attribution{ display: none; }