View | Details | Raw Unified | Return to bug 29961
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-2 / +27 lines)
Lines 9-15 Link Here
9
[% USE Koha %]
9
[% USE Koha %]
10
10
11
<style>
11
<style>
12
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent !important; } #dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }
12
tr.selected {
13
    background-color : #FFFFCC;
14
}
15
16
tr.selected td {
17
    background-color : transparent !important;
18
}
19
20
#dataPreview {
21
    width : 90%;
22
    top: 5%;
23
}
24
25
#dataPreview pre {
26
    overflow: unset;
27
}
28
29
.modal-body {
30
    max-height: 380px;
31
}
32
33
@media (max-width: 767px) {
34
    #dataPreview {
35
        margin: 0;
36
        width : auto;
37
    }
38
}
13
</style>
39
</style>
14
</head>
40
</head>
15
41
16
- 

Return to bug 29961