-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew-books.css
109 lines (86 loc) · 1.85 KB
/
new-books.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.int-wrap.school-wrap .bulk-wrap>main .showsidenav {
padding-bottom:20px;
}
#pagecontent #months .btn.btn-default, #pagecontent #months .btn {
width:auto;
}
#months {
padding:10px 15px 15px;g
background-color:#eee;
}
#months span.btn-maroon {
margin-right:20px;a
margin-bottom:10px;
}
#months span.highlight-issue {
background-color:#BC9B6B;
}
#months span.highlight-issue a:hover {
color:#8A100B;
}
#listData ul.mylist {
-webkit-column-count: 4; /* Chrome, Safari, Opera */
-moz-column-count: 4; /* Firefox */
column-count: 4;
list-style:none;
padding-left:0px;
margin-bottom:0px;
background-color: #fff;
border-top: 3px solid #B70000;
padding: 2px;
padding-bottom:10px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
font-size:13px;
}
#listData li {
padding: 0px 5px;
position: relative;
}
.highlight-li {
background-color:#eee;
}
.highlight-li:after {
content: "\e603";
font-family: icomoon;
color: #ce0303;
padding-left: 10px;
position:absolute;
right:5px;
}
a.subjectLink:focus, a.subjectLink:hover, a.all:focus, a.all:hover {
}
.dataTables_filter input {
margin-left:5px;
}
#newacq table.dataTable th {
display:none;
}
#newacq table.dataTable, #newacq table.dataTable td {
border:0px solid black;
background-color:transparent;
}
#newacq tr {
min-height:116px;
}
td.image {
width:150px;
}
#newacq tr.group {
background-color:#899387;
color:#ffffff;
min-height:0px;
}
@media (max-width: 700px) {
#listData ul.mylist {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
}
}
@media (max-width: 400px) {
#listData ul.mylist {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}
}