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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+5 lines)
Lines 26-31 button { Link Here
26
    & + .page-section {
26
    & + .page-section {
27
        margin-top: 1em;
27
        margin-top: 1em;
28
    }
28
    }
29
30
    &.rows {
31
        margin-bottom: 1rem;
32
        padding: 1rem;
33
    }
29
}
34
}
30
35
31
a {
36
a {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-7 / +2 lines)
Lines 150-159 Link Here
150
    [% t("Koha") | html %]
150
    [% t("Koha") | html %]
151
[% END %]</title>
151
[% END %]</title>
152
[% INCLUDE 'doc-head-close.inc' %]
152
[% INCLUDE 'doc-head-close.inc' %]
153
<style>
154
div.rows p{ margin-left: 1rem; }
155
div.rows { padding: 1rem; }
156
</style>
157
</head>
153
</head>
158
154
159
<body id="acq_supplier" class="acq">
155
<body id="acq_supplier" class="acq">
Lines 454-460 div.rows { padding: 1rem; } Link Here
454
                    [% END %]
450
                    [% END %]
455
                </div> <!-- /#supplier-contact-details -->
451
                </div> <!-- /#supplier-contact-details -->
456
452
457
                <div id="subscription-details" class="page-section rows">
453
                <div id="subscription-details" class="page-section">
458
                    <h2>Subscription details</h2>
454
                    <h2>Subscription details</h2>
459
                    <p><strong>Number of subscriptions: </strong>
455
                    <p><strong>Number of subscriptions: </strong>
460
                        [% IF (  CAN_user_serials ) %]
456
                        [% IF (  CAN_user_serials ) %]
Lines 466-472 div.rows { padding: 1rem; } Link Here
466
                </div> <!-- /#subscription-details -->
462
                </div> <!-- /#subscription-details -->
467
            </div> <!-- /.col-sm-6 -->
463
            </div> <!-- /.col-sm-6 -->
468
464
469
        </div>
465
        </div> <!-- /.row -->
470
466
471
        [% IF ( contracts ) %]
467
        [% IF ( contracts ) %]
472
            <div id="supplier-contracts" class="page-section rows">
468
            <div id="supplier-contracts" class="page-section rows">
473
- 

Return to bug 35272