Unverified Commit a11a8b63 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

CSS: reduce padding/margin of lightbox text field

parent 3a0f87a4
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -15,21 +15,7 @@ h1 {
	color: #cccccc;
}

.glightbox-clean
.gslide-description {
	color: #eeeeee!important;
	background-color: #333333!important;
}

.glightbox-mobile
.gslide-description {
	padding-top: 0!important;
	padding-bottom: 0!important;
	bottom: 0!important;
}

.glightbox-mobile
.gslide-description
.gdesc-inner {
	padding-top: 0!important;
}
+0 −13
Original line number Diff line number Diff line
@@ -9,16 +9,3 @@ h1 {
.nav a {
	color: #333333;
}

.glightbox-mobile
.gslide-description {
	padding-top: 0!important;
	padding-bottom: 0!important;
	bottom: 0!important;
}

.glightbox-mobile
.gslide-description
.gdesc-inner {
	padding-top: 0!important;
}
+15 −0
Original line number Diff line number Diff line
@@ -80,6 +80,21 @@ div.image-details th {
	text-align: left;
}

.gslide-description {
	padding-top: 0!important;
	padding-bottom: 0.2em!important;
	bottom: 0!important;
}

.gdesc-inner {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.gslide-desc p {
	margin-top: 0.2em;
}

.gslide-desc p span {
	padding-left: 0.2em;
	padding-right: 0.2em;