Bug 10901: (follow-up) make the withdrawn column sortable
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / quotes.css
1 #quotes_editor_wrapper {
2     position    : relative;
3     top         : 15px;
4 }
5
6 #footer {
7     position    : relative;
8     top         : 10px;
9     height      : 25px;
10 }
11
12 #instructions li {
13     list-style-type : disc;
14 }
15
16 #instructions div {
17     margin-left : 10px;
18 }
19
20 #file_editor_inst {
21     visibility  : hidden;
22     position    : absolute;
23 }
24
25 #file_uploader {
26     visibility  :visible;
27     position    :relative;
28 }
29
30 #file_upload {
31     position    : relative;
32     top         : -1px;
33     margin-left : 10px;
34 }
35
36 #quotes_editor {
37     float       : left;
38     width       : 100%;
39 }