Преглед изворни кода

Quick fix for theme slider

Bluelagoon description was overflowed by its screenshot
Marien Fressinaud пре 11 година
родитељ
комит
c1c0011d04
1 измењених фајлова са 7 додато и 2 уклоњено
  1. 7 2
      p/themes/base-theme/template.css

+ 7 - 2
p/themes/base-theme/template.css

@@ -741,10 +741,15 @@ br + br + br {
 	padding: 0;
 	padding: 0;
 }
 }
 .properties {
 .properties {
-	bottom: -35px;
+	display: none;
+	bottom: 0;
 	position: absolute;
 	position: absolute;
 	width: 100%;
 	width: 100%;
-	display: none;
+	padding: 5px;
+	background: rgba(255, 255, 255, 0.7);
+	color: #000;
+	border-top: 1px solid #aaa;
+	z-index: 10;
 }
 }
 .properties .page-number {
 .properties .page-number {
 	right: 0;
 	right: 0;