when published date is NaN, set to 0
[wolnelektury.git] / wolnelektury / static / css / header.css
index e16a1bd..cdb74f8 100755 (executable)
@@ -97,6 +97,8 @@
     font-family: Georgia;
     background-color: #fff;
     color: #000;
     font-family: Georgia;
     background-color: #fff;
     color: #000;
+    z-index: 200;
+    position: relative;
 }
 
 /* styling search placeholder */
 }
 
 /* styling search placeholder */
@@ -229,3 +231,16 @@ a.menu span {
 #lang-menu .active {
     color: #000;
 }
 #lang-menu .active {
     color: #000;
 }
+
+.search-hint-label {
+    display: inline-block;
+    width: 25em;
+    font-size: 1.1em;
+    line-height: 1.636em;
+}
+
+.search-hint-category {
+    font-size: 1.1em;
+    line-height: 1.636em;
+    
+}
\ No newline at end of file