diff --git a/css/style.css b/css/style.css index ebdf9af..21c34b7 100644 --- a/css/style.css +++ b/css/style.css @@ -805,7 +805,7 @@ hr { } #pifofiltres div { - width: auto; + /*width: auto;*/ display: inline-block; } @@ -863,6 +863,24 @@ hr { min-width: 300px; } +#bouton_theme_route_de { + cursor: pointer; + position: relative; + top: 0; + right: 10px; + background: url("../img/ampoule_off.png") no-repeat center; + background-size: 72px; + width: 72px; + height: 90px; + font-weight: bold; + color: #333; +} + +#bouton_theme_route_de.actif { + background: url("../img/ampoule.png") no-repeat center; + background-size: 72px; +} + /*-------------------------------------------------------------*/ /*-------------- Bloc Pifostats --------------*/ /*-------------------------------------------------------------*/ @@ -1467,6 +1485,14 @@ hr { margin:revert; } +/*-------------------------------------*/ +/*-------- Sur Pifodrome --------*/ +/*-------------------------------------*/ +.zone-boutons-filtres { + float: left; + width: 49%; +} + /*-------------------------------------------------------------------*/ /*----------------- PAGE QUALIFICATION DES ADRESSES -----------------*/ /*------ Descriptif de la voie ou du lieu-dit en deux colonnes ------*/ diff --git a/img/ampoule.png b/img/ampoule.png new file mode 100644 index 0000000..df4dd44 Binary files /dev/null and b/img/ampoule.png differ diff --git a/img/ampoule_off.png b/img/ampoule_off.png new file mode 100644 index 0000000..b5712a8 Binary files /dev/null and b/img/ampoule_off.png differ diff --git a/pifodrome.html b/pifodrome.html index ecce20c..06150b3 100644 --- a/pifodrome.html +++ b/pifodrome.html @@ -45,8 +45,8 @@