X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2c968d7bbf97b820439c6a997de08cc3411abb07..24b3d8ffb8f352dbc050c12d29fcb0acdfdd26a3:/apps/wolnelektury_core/static/css/header.css

diff --git a/apps/wolnelektury_core/static/css/header.css b/apps/wolnelektury_core/static/css/header.css
index 891c16318..f1bd0df94 100755
--- a/apps/wolnelektury_core/static/css/header.css
+++ b/apps/wolnelektury_core/static/css/header.css
@@ -10,6 +10,7 @@
     padding-bottom: 0;
     color: #989898;
     background: #191919;
+    position: relative;
 }
 #header a {
 	color: #17CFDB;
@@ -24,6 +25,9 @@
     color: #989898;
 }
 
+#logo a, #logo img {
+    display: block;
+}
 
 #tagline {
 	margin-left: 1.5em;
@@ -153,6 +157,10 @@ a.menu {
     padding-top: 1.8em;
     color: #0c7076;
 }
+#menu a.hidden-box-trigger:hover {
+    border-bottom: 3px solid white;
+    margin-bottom: -3px;
+}
 a.menu span {
     font-size: 1.1em;
 }
@@ -163,8 +171,7 @@ a.menu span {
 }
 #lang-button:after {
     padding-left: 1em;
-    content: "↓";
-    font-family: WL-Nav;
+    content: url("/static/img/arrow-gray.png");
     vertical-align: middle;
 }
 #lang-menu {