Browse Source

Fix styling in 'pt' category

master
parent
commit
f250db3aaa
  1. 11
      style.css

11
style.css

@ -383,18 +383,18 @@ a:active {
border-top: 1px solid #afafaf; border-top: 1px solid #afafaf;
margin-top: 0.5em; margin-top: 0.5em;
} }
.leaflet-popup-content .description {
.leaflet-popup-content .header .description {
display: block; display: block;
font-style: italic; font-style: italic;
color: #7f7f7f; color: #7f7f7f;
font-size: 1.5em; font-size: 1.5em;
font-weight: normal; font-weight: normal;
} }
.leaflet-popup-content .title {
.leaflet-popup-content .header .title {
font-size: 1.5em; font-size: 1.5em;
font-weight: normal; font-weight: normal;
} }
.leaflet-popup-content .details {
.leaflet-popup-content .header .details {
float: right; float: right;
max-width: 50%; max-width: 50%;
text-align: right; text-align: right;
@ -525,6 +525,7 @@ a:active {
display: table; display: table;
} }
#contentDetails ul.overpass-layer-list,
ul.overpass-layer-list { ul.overpass-layer-list {
padding-left: 0; padding-left: 0;
} }
@ -542,6 +543,10 @@ ul.overpass-layer-list > li:hover,
ul.overpass-layer-list > li.selected { ul.overpass-layer-list > li.selected {
background: #cfcfcf !important; background: #cfcfcf !important;
} }
#contentDetails ul.overpass-layer-list > li a,
ul.overpass-layer-list > li a {
color: #000000;
}
ul.overpass-layer-list > li > a { ul.overpass-layer-list > li > a {
display: block; display: block;
width: 100%; width: 100%;

Loading…
Cancel
Save