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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-1 / +1 lines)
Lines 124-130 Link Here
124
                        <h3 id="marcPreviewLabel">MARC preview</h3>
124
                        <h3 id="marcPreviewLabel">MARC preview</h3>
125
                    </div>
125
                    </div>
126
                    <div class="modal-body">
126
                    <div class="modal-body">
127
                        <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div>
127
                        <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div>
128
                    </div>
128
                    </div>
129
                    <div class="modal-footer">
129
                    <div class="modal-footer">
130
                        <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
130
                        <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less (-25 lines)
Lines 657-686 ul.ui-tabs-nav li { Link Here
657
657
658
/* end jQueryUI core */
658
/* end jQueryUI core */
659
659
660
/* jQueryUI autocomplete */
661
662
.ui-autocomplete {
663
    position: absolute;
664
    cursor: default;
665
    .shadowed;
666
}
667
.ui-autocomplete.ui-widget-content .ui-state-hover {
668
    border: 1px solid #AAA;
669
    background: #E6F0F2 none;
670
    font-weight: normal;
671
    color: #212121;
672
}
673
.ui-autocomplete-loading {
674
    background: #FFF url("../../img/loading-small.gif") right center no-repeat;
675
}
676
.ui-menu li {
677
    list-style:none;
678
}
679
680
/* end jQueryUI autocomplete */
681
682
683
684
th {
660
th {
685
    background-color: #ECEDE6;
661
    background-color: #ECEDE6;
686
}
662
}
687
- 

Return to bug 20559