f1de90c2880a479aaf0be0899bfff1e640f02eb4
[wolnelektury.git] / apps / wolnelektury_core / static / css / picture_box.css
1 .book-wide-box.picture img.cover {
2     width: 53.5em;
3     height: auto;
4 }
5
6 .picture.book-wide-box .book-box-tools {
7     margin-left:  50em; // 535px image + 15px margin @ 11pt
8 }
9
10 .picture li.book-box-download {
11     width: 15em;
12 }
13
14
15 .Picture-item {
16     display: inline-block;
17     vertical-align: top;
18     width: 48.5em;
19     float: left;
20 }
21
22
23 .picture.book-wide-box .other-tools {
24     margin: 5em 0 0 0;
25 }
26
27
28 .picture.book-wide-box #theme-list-wrapper {
29     margin-left: 55em;
30 }