[CSS] + agenda
authorJohan GIRAUD <johangiraud1@gmail.com>
Wed, 4 Feb 2015 09:16:25 +0000 (10:16 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Wed, 4 Feb 2015 09:16:42 +0000 (10:16 +0100)
css/habillage.css
css/habillage.scss

index 9fd6f44..ed93398 100644 (file)
@@ -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; }
 
index d9de066..ffba512 100644 (file)
@@ -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;
 }