diff --git a/includes/style.css b/includes/style.css index 0e748ac..a10e759 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,58 +1,59 @@ /* * Italian petrol pumps comparator - Project born (and winner) at hackaton Facile.it 2015 * Copyright (C) 2015 Valerio Bozzolan, Marcelino Franchini, Fabio Mottan, Alexander Bustamente, Cesare de Cal, Edoardo de Cal + * Copyright (C) 2022 Valerio Bozzolan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ html, body { height:100%; } #map { position:absolute; top:0; left:0; width:100%; height:100%; } #overworld { position:absolute; top:0; left:50px; - z-index:100; + z-index:500; margin-right:10px; } #overworld .last-update { font-size:0.8em; } #overworld .card-panel { padding: 2px 20px; } #overworld h1 { font-size:3.2rem; } #overworld-buttons { position:absolute; top:5px; left:50px; - z-index:100; + z-index:1000; } .leaflet-popup-content { font-family: "Roboto"; font-size:15px; } .prices td { padding:4px !important; white-space: nowrap; }