From 30beea31b311b8fc541e07aaaff29d45665c04ec Mon Sep 17 00:00:00 2001 From: "vincent.tisseyre" Date: Tue, 12 Nov 2024 12:35:23 +0100 Subject: [PATCH] fix : delete unused folder --- .../com_leaflet/assets/css/global.css | 137 ------------------ 1 file changed, 137 deletions(-) delete mode 100644 com_leaflet/components/com_leaflet/assets/css/global.css diff --git a/com_leaflet/components/com_leaflet/assets/css/global.css b/com_leaflet/components/com_leaflet/assets/css/global.css deleted file mode 100644 index 9915c57..0000000 --- a/com_leaflet/components/com_leaflet/assets/css/global.css +++ /dev/null @@ -1,137 +0,0 @@ -#refreshButton{ - display: flex; - align-items: center; - position: absolute; - top: 20px; - right: 20px; - width: 50px; - height: 50px; - background-color: white; - border-radius: 5px; - border-color: gray; - border-style: solid; - border-width: 1px 1px 1px 1px; - opacity: 0.6; - text-align: center; - z-index: 500; -} - - -#refreshButton:hover{ - opacity: 1; - background-color: blueviolet; - cursor: pointer; -} -.leaflet-tile-container { - background-color: red!important; -} - -#mapid { - height:800px; -} - -/* MAKE FILTERS INLINE */ -.leaflet-panel-layer, .leaflet-panel-layers { - background : white!important; -} -.leaflet-panel-layers-grouplabel { - font-size: 16px; - font-weight: bold; -} - -.leaflet-panel-layers-group { - width: 170px!important; - border:none!important; - background: white!important; -} -.leaflet-panel-layers-item { - max-width: 40px; - margin: 5px!important; - display: inline-block!important; - -} -.leaflet-panel-layers-item, .leaflet-panel-layers-overlays .leaflet-panel-layers-item:hover { - border:none!important; -} -.leaflet-panel-layers-selector { - visibility: hidden; -} -.leaflet-panel-layers-selector:checked~img { - transform: scale(1.1); - border-radius: 50px; - border: 3px solid #004f90; -} - -.departements, .categorie , .activite { - background-color: white; - padding: 10px; - width: 150px; - border-radius: 5px; -} -.leaflet-control h6{ - cursor: pointer; - margin:0; -} -.listeProjets { - font: 16px Roboto; - background: white; - box-shadow: 0 0 15px rgba(0,0,0,0.2); - border-radius: 5px; - overflow: auto; -} - -/*Margin négatif pour contrer le padding de leaflet-control */ -.listeProjetsDT { - font: 16px Roboto; - margin: -8px -24px; -} - -.listeArticles h3{ -margin : 0; -font-size: 18px Ubuntu; -padding:10px; -} - -.active { -transform: scale(1.1); -border-radius: 50px; -border: 3px solid #004f90; -} - -.listeArticles:hover, .leaflet-control > img { - cursor: pointer; -} - -.view , .unview{ - font-size: 22px; - font-weight: bold; -} -.view, .listeProjets p{ - display:none; -} - -.listeProjets > :nth-child(even), .listeProjetsDT > :nth-child(even) { - background: whitesmoke; - border-left: 6px solid whitesmoke; -} -.listeProjets > :nth-child(odd), .listeProjetsDT > :nth-child(odd){ - border-left: 6px solid white; -} -.listeProjets > p, .listeProjetsDT > p{ - margin:0; - padding: 20px 30px 20px 20px; -} -.listeProjets > div{ - padding: 5px 10px; - margin:0; -} -.listeProjets > p:hover, .listeProjetsDT > p:hover{ - border-left: 6px solid #96cd32!important; -} - -.leaflet-container a{ - color :#35276c!important; -} -.leaflet-container a:hover{ - color:#ea5153!important; -}