Merge branch 'master' into rwd
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / dialogs.scss
index a58d59a..a531677 100755 (executable)
@@ -5,15 +5,14 @@
     display: none;
     background-color: transparent;
     @include size-px(margin-top, -5);
-    @include size-px(margin-left, 0);
-    left: 0 !important;
-    right: 0;
-
-    @media screen and (min-width: 30em) {
-        left: none;
-        right: none;
-        @include size-px(width, 200);
-        @include size-px(margin-left, 10);
+    @include size-px(margin-left, 10);
+    @include size-px(width, 200);
+
+    @media screen and (max-width: 29.999999em) {
+        left: 0 !important;
+        right: 0;
+        @include size-px(margin-left, 0);
+        width: auto;
     }
 
     div.header {