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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss (+1 lines)
Lines 41-46 fieldset.rows ol { Link Here
41
            font-weight: bold;
41
            font-weight: bold;
42
42
43
            &:first-child {
43
            &:first-child {
44
                align-self: start;
44
                flex-basis: $label-width;
45
                flex-basis: $label-width;
45
                flex-shrink: 0;
46
                flex-shrink: 0;
46
                flex-grow: 0;
47
                flex-grow: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +1 lines)
Lines 685-691 label, Link Here
685
    font-weight: normal;
685
    font-weight: normal;
686
    max-width: inherit;
686
    max-width: inherit;
687
    padding: 0;
687
    padding: 0;
688
    vertical-align: middle;
688
    vertical-align: top;
689
    white-space: normal;
689
    white-space: normal;
690
690
691
    input {
691
    input {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 250-256 Link Here
250
                <li id="managedby">
250
                <li id="managedby">
251
                    <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
251
                    <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
252
                        <span class="label">Managed by:</span>
252
                        <span class="label">Managed by:</span>
253
                        <div style="float:left">
253
                        <div style="display:inline-block">
254
                            <ul id="users_names" style="padding-left:0">
254
                            <ul id="users_names" style="padding-left:0">
255
                                [% FOREACH user IN users %]
255
                                [% FOREACH user IN users %]
256
                                    <li id="user_[% user.borrowernumber | html %]">
256
                                    <li id="user_[% user.borrowernumber | html %]">
257
- 

Return to bug 31906