diff --git a/proj/map/asset/css/style.css b/proj/map/asset/css/style.css index c46d0a1..6782238 100644 --- a/proj/map/asset/css/style.css +++ b/proj/map/asset/css/style.css @@ -87,7 +87,7 @@ div#list::-webkit-scrollbar { span.listname { margin-top: 10px; - margin-bottom: 10px; + margin-bottom: 0px; display: inline-block; } @@ -98,14 +98,16 @@ span.listname h3 { span.listname span.listicon { margin: 5px; + margin-left: 10px; float: left; + font-size: 0.8rem; transform: rotate(0deg); transition: transform 0.3s; } span.listname.active span.listicon { float: left; - transform: rotate(-180deg); + transform: rotate(-45deg); transition: transform 0.3s; } @@ -167,8 +169,8 @@ section.lastlistitem aside span.info { div.sep { background-color: var(--b9h-color-fg); - height:5px; - width: 100vw; + height:0px; + width: 110vw; margin-left: -8px; overflow-x: hidden; @@ -323,7 +325,7 @@ section.restomenu h2 { section#resto nav span.resto-tag { margin-top: 0px; - margin-bottom: 20px; + margin-bottom: 0px; width: auto; display: inline-block; cursor: pointer; @@ -332,12 +334,17 @@ section#resto nav span.resto-tag { section#resto nav span.resto-tag h3 { border: 3px; border-style: solid; - border-width: 5px; + border-width: 4px; width: auto; - padding: 10px; - margin: 10px; + padding: 6px; + margin: 5px; + font-size: 0.9rem; } section#resto nav span.resto-tag.active h3 { border-color: var(--b9h-color-accent); } + +nav.restotagcloud { + margin-bottom: 10px; +} \ No newline at end of file diff --git a/proj/map/asset/js/db.js b/proj/map/asset/js/db.js index fa51fb0..8e40d42 100644 --- a/proj/map/asset/js/db.js +++ b/proj/map/asset/js/db.js @@ -27,6 +27,10 @@ var jdb = { card: { tabs: { info: { + tabtype: "info", + site: "https://www.cannes.com/fr/mairie/annuaire-pratique/equipements-municipaux/p10-parking-lamy.html", + addres: "121 rue d'Antibes - 06400 Cannes", + } } diff --git a/proj/map/asset/js/main.js b/proj/map/asset/js/main.js index 14bdb4e..7066f36 100644 --- a/proj/map/asset/js/main.js +++ b/proj/map/asset/js/main.js @@ -1,3 +1,52 @@ +Vue.component('Info',{ + template : ` +