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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +23 lines)
Lines 7-13 Link Here
7
<title>Z39.50/SRU search results &rsaquo; Koha</title>
7
<title>Z39.50/SRU search results &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<style>
9
<style>
10
    #dataPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }
10
    #dataPreview {
11
        width : 90%;
12
        top: 5%;
13
    }
14
15
    #dataPreview pre {
16
        overflow: unset;
17
    }
18
19
    .modal-body {
20
        max-height: 380px;
21
    }
22
23
    .modal-header {
24
        padding: 0 14px;
25
    }
26
27
    @media (max-width: 767px) {
28
        #dataPreview {
29
            margin: 0;
30
            width : auto;
31
        }
32
    }
11
</style>
33
</style>
12
</head>
34
</head>
13
35
14
- 

Return to bug 19865