Show full title in wide box.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / picture_box.scss
index a3e4911..69d34a3 100644 (file)
@@ -3,6 +3,9 @@
         .cover-area {
             position: static;
             @include size(margin-right, 15px);
+            @media screen and (min-width: 62.5em) {
+                margin-right: 0;
+            }
 
             img.cover {
                 @include size(width, 535px);
@@ -11,7 +14,7 @@
         }
 
         .book-box-head, .tags, .book-box-tools {
-            margin: 0;
+            margin-left: 0;
         }
 
         
@@ -27,7 +30,7 @@
         }
 
         .book-box-tools, .tags, #theme-list-wrapper {
-            clear: left;
+            clear: both;
             margin-left: 0;
         }
         .book-box-body {
 
         @media screen and (min-width: 50em) {
             .book-box-body {
-                @include size(height, 170px);
+                height: auto;
+                @include size(min-height, 170px);
                 margin-bottom: 0;
             }
             .book-box-tools, .tags {
-                clear: none;
+                clear: right;
             }
 
             #theme-list-wrapper {
-                clear: none;
+                clear: right;
                 @include size(margin-left, 550px);
             }
         }