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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss (+8 lines)
Lines 160-165 a.navbar-toggle { Link Here
160
        z-index: 1;
160
        z-index: 1;
161
        display: none;
161
        display: none;
162
162
163
        a {
164
            color: $green-text-color;
165
        }
166
167
        div {
168
            margin-bottom: .5em;
169
        }
170
163
        .form-control {
171
        .form-control {
164
            display: block;
172
            display: block;
165
            width: 100%;
173
            width: 100%;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc (-1 / +3 lines)
Lines 37-42 Link Here
37
                    <label for="booksellerinvoicenumber" class="control-label">Invoice number</label>
37
                    <label for="booksellerinvoicenumber" class="control-label">Invoice number</label>
38
                    <input type="text" class="form-control" placeholder="Invoice number" name="booksellerinvoicenumber" id="booksellerinvoicenumber" />
38
                    <input type="text" class="form-control" placeholder="Invoice number" name="booksellerinvoicenumber" id="booksellerinvoicenumber" />
39
                </div>
39
                </div>
40
                <div>
41
                    <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced search</a>
42
                </div>
40
            </div>
43
            </div>
41
        </form>
44
        </form>
42
    </div>
45
    </div>
43
- 

Return to bug 31936