1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.css
Patrik J. Braun 0d3b8823e4 ui directory refactoring
adding thumbnail loader for faces
2019-03-03 10:30:12 +01:00

59 lines
641 B
CSS

.content {
background-color: #F7F7F7;
height: 100%;
overflow-y: auto;
}
.row {
margin-left: 0;
margin-right: 0;
padding: 10px;
}
.details-icon {
margin-top: 10px;
font-size: x-large;
}
.details-main {
font-size: x-large;
}
.details-sub {
color: #555;
padding: 0;
font-size: 0.875rem;
}
.details-sub div {
padding-left: 5px;
padding-right: 5px;
}
.yaga-map {
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 400px;
}
.close {
margin: 0;
font-size: 1.2rem;
}
.dir-link {
cursor: pointer;
}
.dir-link:hover {
text-decoration: underline;
}
.modal-header {
padding: 0.4rem 1rem;
}