Bug 31559: Staff results page doesn't always use up full available screen width
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / src / holds.scss
1 .hold_title {
2     border: 1px solid #b9d8d9;
3     border-bottom-color: darken( #b9d8d9, 15% );
4     border-top-color: lighten( #b9d8d9, 10% );
5     border-radius: 5px;
6     margin: .5em 0;
7     padding-bottom: 1em;
8     padding: 1em;
9 }
10
11 .holds_table {
12     margin-bottom: 1em;
13     width: 100%;
14 }
15
16 .holds_by_library,
17 .holds_by_itemtype {
18     margin-bottom: 1em;
19     margin-left: 1em;
20
21     &:last-child {
22         .holds_table {
23             margin-bottom: 0;
24         }
25     }
26 }
27
28 .holds_by_library {
29     .itemtype_holds {
30         color: #5D6A8A;
31     }
32
33     &:last-child {
34         margin-bottom: 0;
35     }
36 }