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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-4 / +4 lines)
Lines 34-45 Link Here
34
                            <form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
34
                            <form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
35
                                <fieldset class="rows">
35
                                <fieldset class="rows">
36
                                    <ol>
36
                                    <ol>
37
                                        <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title"  maxlength="255" /></li>
37
                                        <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" class="span6" maxlength="255" /></li>
38
                                        <li><label for="author">Author:</label><input type="text" id="author" name="author"  maxlength="80" /></li>
38
                                        <li><label for="author">Author:</label><input type="text" id="author" name="author" class="span6" maxlength="80" /></li>
39
                                        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li>
39
                                        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li>
40
                                        <li><label for="isbn">Standard number (ISBN, ISSN or other):</label><input type="text" id="isbn" name="isbn"  maxlength="80" /></li>
40
                                        <li><label for="isbn">Standard number (ISBN, ISSN or other):</label><input type="text" id="isbn" name="isbn"  maxlength="80" /></li>
41
                                        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode"  maxlength="80" /></li>
41
                                        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" /></li>
42
                                        <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle"  maxlength="80" /></li>
42
                                        <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" /></li>
43
                                        <li><label for="place">Publication place:</label><input type="text" id="place" name="place"  maxlength="80" /></li>
43
                                        <li><label for="place">Publication place:</label><input type="text" id="place" name="place"  maxlength="80" /></li>
44
                                        <li><label for="itemtype">Item type:</label>
44
                                        <li><label for="itemtype">Item type:</label>
45
                                            <select name="itemtype" id="itemtype">
45
                                            <select name="itemtype" id="itemtype">
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/responsive.less (-1 / +3 lines)
Lines 298-303 Link Here
298
        margin-left : -20px;
298
        margin-left : -20px;
299
        margin-right : -20px;
299
        margin-right : -20px;
300
    }
300
    }
301
    .row-fluid input.span6 {
302
        width: 48.9362%;
303
    }
301
}
304
}
302
305
303
@media only screen and (max-width: 767px) {
306
@media only screen and (max-width: 767px) {
304
- 

Return to bug 11703