From c0d16a05b9a5598d178a2882b13a63eac3bd4a37 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 26 Sep 2017 11:21:16 +0200 Subject: [PATCH] reposicion menu --- css/css/home.css | 2 +- css/css/home.css.map | 2 +- css/home.less | 8 ++++---- templates/page1.html | 6 +++--- templates/page2.html | 1 + templates/page3.html | 1 + templates/page4.html | 1 + 7 files changed, 12 insertions(+), 9 deletions(-) diff --git a/css/css/home.css b/css/css/home.css index ce32686..57b419f 100644 --- a/css/css/home.css +++ b/css/css/home.css @@ -1 +1 @@ -p{font-size:12px}.cd-horizontal-timeline .events-content{position:relative}.cd-horizontal-timeline .events-content li{position:absolute;z-index:1;width:100%;left:0;top:0;transform:translateX(-100%);opacity:0;animation-duration:.4s;animation-timing-function:ease-in-out}.cd-horizontal-timeline .events-content li.selected{position:relative;z-index:2;opacity:1;transform:translateX(0)}div.section-container{background-color:white}#timeline{z-index:10;position:absolute;bottom:100px;left:100vh;height:50px;width:400px}#timeline li{display:inline-block}#timeline a{background-color:white}#timeline a.active{background-color:orange}div.menu-content{height:100vh;background-color:white}div.extra-btn-container{position:absolute;left:700px;bottom:200px}a.btn-circle{border-radius:40px}.map-popover{display:none} \ No newline at end of file +p{font-size:12px}.cd-horizontal-timeline .events-content{position:relative}.cd-horizontal-timeline .events-content li{position:absolute;z-index:1;width:100%;left:0;top:0;transform:translateX(-100%);opacity:0;animation-duration:.4s;animation-timing-function:ease-in-out}.cd-horizontal-timeline .events-content li.selected{position:relative;z-index:2;opacity:1;transform:translateX(0)}div.section-container{background-color:white}#timeline{z-index:10;position:absolute;bottom:0;left:0;height:100px;width:100%}#timeline li{display:inline-block}#timeline a{background-color:white}#timeline a.active{background-color:orange}div.menu-content{height:100vh;background-color:white}div.extra-btn-container{position:absolute;left:700px;bottom:200px}a.btn-circle{border-radius:40px}.map-popover{display:none} \ No newline at end of file diff --git a/css/css/home.css.map b/css/css/home.css.map index 1493127..dad9126 100644 --- a/css/css/home.css.map +++ b/css/css/home.css.map @@ -1 +1 @@ -{"version":3,"sources":["home.less"],"names":[],"mappings":"AAAA,EACI,eAIJ,uBAAwB,iBACtB,kBAEF,uBAAwB,gBAAgB,IACtC,iBAAA,CACA,SAAA,CACA,UAAA,CACA,MAAA,CACA,KAAA,CACA,UAAW,iBAAX,CACA,SAAA,CACA,sBAAA,CACA,sCAEF,uBAAwB,gBAAgB,GAAE,UAExC,iBAAA,CACA,SAAA,CACA,SAAA,CACA,UAAW,cAEb,GAAG,mBAEC,uBAGJ,UACI,UAAA,CACA,iBAAA,CACA,YAAA,CACA,UAAA,CACA,WAAA,CACA,YANJ,SAOI,IACI,qBARR,SAUI,GACI,uBAXR,SAaI,EAAC,QACG,wBAIR,GAAG,cACC,YAAA,CACA,uBAGJ,GAAG,qBACC,iBAAA,CACA,UAAA,CACA,aAGJ,CAAC,YACG,mBAGJ,aACI"} \ No newline at end of file +{"version":3,"sources":["home.less"],"names":[],"mappings":"AAAA,EACI,eAIJ,uBAAwB,iBACtB,kBAEF,uBAAwB,gBAAgB,IACtC,iBAAA,CACA,SAAA,CACA,UAAA,CACA,MAAA,CACA,KAAA,CACA,UAAW,iBAAX,CACA,SAAA,CACA,sBAAA,CACA,sCAEF,uBAAwB,gBAAgB,GAAE,UAExC,iBAAA,CACA,SAAA,CACA,SAAA,CACA,UAAW,cAEb,GAAG,mBAEC,uBAGJ,UACI,UAAA,CACA,iBAAA,CACA,QAAA,CACA,MAAA,CACA,YAAA,CACA,WANJ,SAOI,IACI,qBARR,SAUI,GACI,uBAXR,SAaI,EAAC,QACG,wBAIR,GAAG,cACC,YAAA,CACA,uBAGJ,GAAG,qBACC,iBAAA,CACA,UAAA,CACA,aAGJ,CAAC,YACG,mBAGJ,aACI"} \ No newline at end of file diff --git a/css/home.less b/css/home.less index 840a045..110f62c 100644 --- a/css/home.less +++ b/css/home.less @@ -33,10 +33,10 @@ div.section-container{ #timeline{ z-index: 10; position: absolute; - bottom:100px; - left:100vh; - height: 50px; - width:400px; + bottom:0px; + left:0; + height: 100px; + width:100%; li{ display: inline-block; } diff --git a/templates/page1.html b/templates/page1.html index 68c8dcc..5ae46b3 100644 --- a/templates/page1.html +++ b/templates/page1.html @@ -3,10 +3,10 @@
- +
@@ -14,7 +14,7 @@ diff --git a/templates/page2.html b/templates/page2.html index 04c47f9..7852ffb 100644 --- a/templates/page2.html +++ b/templates/page2.html @@ -13,6 +13,7 @@
diff --git a/templates/page3.html b/templates/page3.html index 53dbf5f..346fbce 100644 --- a/templates/page3.html +++ b/templates/page3.html @@ -12,6 +12,7 @@
diff --git a/templates/page4.html b/templates/page4.html index 81ea699..622c0d8 100644 --- a/templates/page4.html +++ b/templates/page4.html @@ -13,6 +13,7 @@