X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c44816fb6561b51cb9fcbdf1bf272ffad8571dca..c742d70c5285e01898721fc1a5ffe236781c7828:/src/wolnelektury/static/css/annoy.css?ds=inline

diff --git a/src/wolnelektury/static/css/annoy.css b/src/wolnelektury/static/css/annoy.css
index 5ee80da35..1bbf5b32c 100755
--- a/src/wolnelektury/static/css/annoy.css
+++ b/src/wolnelektury/static/css/annoy.css
@@ -3,11 +3,10 @@
     line-height: 1.15em;
 
     background: orange;
-    z-index: 200;
+    z-index: 99;
     font-family: Arial, sans-serif;
     display: block;
-    padding: 2.6px 13px;
-    /*width: 1em;*/
+    padding: .1em 1em;
     text-align:center;
     border-radius: 0 0 0 1em;
     position: absolute;
@@ -19,12 +18,12 @@
 #annoy {
     font-size: 13px;
     line-height: 1.15em;
-    /*padding: 1em 5em 1em 0;*/
+    padding: 1em 5em 1em 0;
     display: none;
-    /*background: orange;*/
+    background: orange;
     font-family: Arial, sans-serif;
     position: relative;
-    z-index: 200;
+    z-index: 99;
 }
 #annoy p {
     margin: 0 0 0 10em;;
@@ -60,3 +59,10 @@
 #annoy a#annoy-off:hover {
     cursor: pointer;
 }
+
+@media screen and (min-width: 1024px) {
+    #annoy-content {
+        width: 975px;
+        margin: auto;
+    }
+}