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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-6 / +1 lines)
Lines 1460-1465 div { Link Here
1460
        font-size: 14px;
1460
        font-size: 14px;
1461
        line-height: 20px;
1461
        line-height: 20px;
1462
        text-align: center;
1462
        text-align: center;
1463
        text-decoration: none;
1463
        vertical-align: middle;
1464
        vertical-align: middle;
1464
    }
1465
    }
1465
}
1466
}
Lines 1475-1486 div { Link Here
1475
    font-weight: bold;
1476
    font-weight: bold;
1476
}
1477
}
1477
1478
1478
#Fullhistory,
1479
#Briefhistory {
1480
    background:  transparent none;
1481
    padding-left: 0;
1482
}
1483
1484
/* pagination */
1479
/* pagination */
1485
1480
1486
.pagination {
1481
.pagination {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-4 / +45 lines)
Lines 5-13 Link Here
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo;  Full subscription history for [% bibliotitle | html %]</title>
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo;  Full subscription history for [% bibliotitle | html %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %]
7
[% BLOCK cssinclude %]
8
    [% FILTER collapse %]
8
    <style>
9
    <style>
9
        #search-facets fieldset { border: 0; margin: 0;padding:0;}#search-facets ol{padding:.3em;}#search-facets li {list-style-type:none;padding:4px 4px;}#search-facets label{font-weight:bold;display:block;margin:.2em 0;}#search-facets fieldset.action {padding-left:4px;margin:.3em;}div.tabsub { clear:both;}#subtabs a { display:block;float:left;border:1px solid #CCC;padding:.2em .4em;margin:.3em;text-decoration:none;font-size:115%;}#subtabs strong { display:block; float: left; font-size:115%;padding:.2em .4em; margin: 0.3em 0;}#subtabs { margin-top : 1em; }a.currentsubtab { background-color:#FFC;}
10
        div.tabsub {
11
            clear: both;
12
        }
13
        #filterform label {
14
            font-weight: bold;
15
        }
16
        #filterform select {
17
            width: 100%;
18
        }
19
        #subtabs a {
20
            display: block;
21
            float: left;
22
            border: 1px solid #CCC;
23
            padding: .2em .4em;
24
            margin: .3em;
25
            text-decoration: none;
26
            font-size: 115%;
27
        }
28
29
        #subtabs strong {
30
            display: block;
31
            float: left;
32
            font-size: 115%;
33
            padding: .2em .4em;
34
            margin: 0.3em 0;
35
        }
36
37
        #subtabs {
38
            margin-top: 1em;
39
        }
40
        .action .btn {
41
            font-size: 90%;
42
            width: 100%;
43
        }
44
        .menu-collapse {
45
            padding: .5em;
46
        }
47
        a.currentsubtab {
48
            background-color: #FFC;
49
        }
10
    </style>
50
    </style>
51
    [% END %]
11
[% END %]
52
[% END %]
12
</head>
53
</head>
13
[% INCLUDE 'bodytag.inc' bodyid='opac-full-serial-issues' bodyclass='scrollto' %]
54
[% INCLUDE 'bodytag.inc' bodyid='opac-full-serial-issues' bodyclass='scrollto' %]
Lines 30-41 Link Here
30
                            <ul class="menu-collapse">
71
                            <ul class="menu-collapse">
31
                                <li>
72
                                <li>
32
                                    <label for="libraryfilter">Library: </label>
73
                                    <label for="libraryfilter">Library: </label>
33
                                    <select id="libraryfilter" name="libraryfilter" style="width:10em;"></select>
74
                                    <select id="libraryfilter" name="libraryfilter"></select>
34
                                    <label for="subscriptionidfilter">Subscription: </label>
75
                                    <label for="subscriptionidfilter">Subscription: </label>
35
                                    <select id="subscriptionidfilter" name="subscriptionfilter" style="width:10em;" disabled="disabled"></select>
76
                                    <select id="subscriptionidfilter" name="subscriptionfilter" disabled="disabled"></select>
36
                                </li>
77
                                </li>
37
                                <li class="action">
78
                                <li class="action">
38
                                    <input type="reset" id="reset" class="btn" value="Clear" />
79
                                    <input type="reset" id="reset" class="btn btn-default" value="Clear" />
39
                                </li>
80
                                </li>
40
                            </ul>
81
                            </ul>
41
                            </form>
82
                            </form>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-3 / +7 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo;  Issues for a subscription</title>
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo;  Issues for a subscription</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %][% END %]
5
[% BLOCK cssinclude %]
6
    .subscriptionline {
7
        border-bottom: 1px solid #EEE;
8
        padding: 1em 0;
9
    }
10
[% END %]
6
</head>
11
</head>
7
[% INCLUDE 'bodytag.inc' bodyid='opac-serials-issues' %]
12
[% INCLUDE 'bodytag.inc' bodyid='opac-serials-issues' %]
8
[% INCLUDE 'masthead.inc' %]
13
[% INCLUDE 'masthead.inc' %]
Lines 37-43 Link Here
37
                        </div>
42
                        </div>
38
                        <form method="post" name="f">
43
                        <form method="post" name="f">
39
                            [% FOREACH subscription_LOO IN subscription_LOOP %]
44
                            [% FOREACH subscription_LOO IN subscription_LOOP %]
40
                                <div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" style="border-bottom:1px solid #EEE;">
45
                                <div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline">
41
                                    <h3>Subscription information for [% subscription_LOO.bibliotitle | html %]</h3>
46
                                    <h3>Subscription information for [% subscription_LOO.bibliotitle | html %]</h3>
42
                                    <p>
47
                                    <p>
43
                                        The current subscription began on [% subscription_LOO.startdate | html %] and is issued
48
                                        The current subscription began on [% subscription_LOO.startdate | html %] and is issued
44
- 

Return to bug 25906