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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (+9 lines)
Lines 1003-1008 fieldset { Link Here
1003
        }
1003
        }
1004
    }
1004
    }
1005
1005
1006
    &.brief {
1007
        label {
1008
            display: block;
1009
            font-weight: bold;
1010
            padding: .3em 0;
1011
            text-align: left;
1012
        }
1013
    }
1014
1006
    table {
1015
    table {
1007
        font-size: 100%;
1016
        font-size: 100%;
1008
    }
1017
    }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt (-5 / +4 lines)
Lines 31-43 Link Here
31
                                <p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelfid | html %]">Back to lists</a></p>
31
                                <p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelfid | html %]">Back to lists</a></p>
32
                            [% ELSE %]
32
                            [% ELSE %]
33
                                <form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform">
33
                                <form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform">
34
                                    <legend><h1>Sending your list</h1></legend>
34
                                    <fieldset class="brief">
35
                                    <fieldset>
35
                                        <legend><h1>Sending your list</h1></legend>
36
                                        <label for="email">Email address:</label>
36
                                        <label for="email">Email address:</label>
37
                                        <input type="text" id="email" name="email" size="43" class="focus" />
37
                                        <input type="text" id="email" name="email" size="43" class="focus form-control" />
38
38
39
                                        <label for="comment">Comment:</label>
39
                                        <label for="comment">Comment:</label>
40
                                        <textarea id="comment" name="comment" rows="4" cols="40"></textarea>
40
                                        <textarea id="comment" name="comment" rows="4" cols="40" class="form-control"></textarea>
41
41
42
                                        <input type="hidden" name="shelfid" value="[% shelfid | html %]" />
42
                                        <input type="hidden" name="shelfid" value="[% shelfid | html %]" />
43
                                    </fieldset>
43
                                    </fieldset>
44
- 

Return to bug 32946