Merge branch 'master' into rwd
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / picture_box.scss
1 .picture {
2     &.book-wide-box {
3         img.cover {
4             width: 53.5em;
5             height: auto;
6         }
7
8         .book-box-tools {
9             margin-left:  50em; // 535px image + 15px margin @ 11pt
10         }
11
12         .other-tools {
13             margin: 5em 0 0 0;
14         }
15         #theme-list-wrapper {
16             margin-left: 55em;
17         }
18     }
19
20     li.book-box-download {
21         width: 15em;
22     }
23 }
24
25
26 .work-list {
27     .Picture-item {
28         @include min-screen($S_BOOK_SHORT_FULL) {
29             display: inline-block;
30         }
31         vertical-align: top;
32     }
33 }