ajaxable dialogs fixes,
[wolnelektury.git] / wolnelektury / static / css / catalogue.css
1 #books-list ol {
2     margin: 0;
3     padding: 0;
4     list-style: none;
5 }
6
7 #books-list li {
8     display: inline-block;
9     margin: 0;
10     padding: 0;
11 }
12
13
14 /* listing of all books */
15 #book-list {
16    padding-left: 50px;
17 }
18 #book-list-nav {
19     position: absolute;
20     right: 50px;
21     width: 200px;
22     border-left: 1px #cfcfcf solid;
23     padding: 10px;
24     font-size: 1.2em;
25 }
26
27 #book-list-nav ul {
28     list-style-type: none;
29     margin: 5px;
30     padding: 0;
31 }
32
33 .book-list-show-index {
34     display: none;
35     margin: 0;
36     padding: 0;
37 }
38
39
40 #book-a-list #book-list ol {
41     padding-left: 1em;
42     margin: 0.3em 0 1.2em 0;
43     list-style: none;
44 }
45
46 #book-a-list #book-list h2 a {
47     color: black;
48 }
49
50 #book-list-up {
51     position: fixed;
52     bottom: 50px;
53     right: 50px;
54     border-left: 1px #cfcfcf solid;
55     padding: 10px;
56     background-color: white;    
57 }