Bug 20600: Add filtering of ILL requests in list
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / reports.css
1 #sql {
2     height: 9em;
3     width: 90%;
4 }
5
6 #update_sql .modal-dialog {
7     width: 80%;
8 }
9
10 ins {
11     background-color: #e6ffe6;
12 }
13
14 del {
15     background-color: #ffe6e6;
16 }
17
18 #col1,
19 #col2 {
20     float: left;
21     width: 45%;
22 }
23
24 #col1 ins,
25 #col2 del {
26     display: none;
27 }
28
29 .show_sql {
30     font-family: monospace;
31 }
32
33 .send_to_item_mod {
34     background-color: #EBF3FF;
35     border: 1px solid #88b0e8;
36     border-radius: 5px;
37     display: inline-block;
38     font-size: 75%;
39     margin: 3px 5px;
40     padding: 3px 5px;
41     white-space: nowrap;
42 }
43
44 .filter {
45     background-color: #EBF3FF;
46     border-radius: 5px;
47     display: inline-block;
48     font-size: 85%;
49     margin: 3px;
50     padding: 0 1em;
51     white-space: nowrap;
52 }
53
54 .filter span,
55 .filter a {
56     padding: .5em 0;
57 }
58
59 .filter span {
60     border-right: 1px solid #A4BEDD;
61     display: inline-block;
62     margin-right: .5em;
63     padding-right: .5em;
64 }
65
66 .clear_filter {
67     display: inline-block;
68     font-weight: bold;
69     margin-left: .5em;
70     padding-left: 1em;
71 }
72
73 .clear_filter i {
74     color: #C00;
75 }
76
77 fieldset.rows label,
78 fieldset.rows span.label {
79     width: 12em;
80 }
81
82 fieldset.rows .column_config_row {
83     display: flex;
84     flex-wrap: wrap;
85     justify-content: flex-start;
86 }
87
88 fieldset.rows .chart-column-conf {
89     padding: .7em;
90     width: auto;
91 }
92
93 fieldset.rows .chart-column-conf label {
94     display: block;
95     float: none;
96     margin: .4em 0;
97     text-align: left;
98     width: auto;
99 }
100
101 #makechart select {
102     max-width: 12em;
103 }