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

(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css (-1 / +31 lines)
Lines 2731-2733 a.reviewlink,a.reviewlink:visited { Link Here
2731
.idbresult img {
2731
.idbresult img {
2732
    padding-right: 6px;
2732
    padding-right: 6px;
2733
}
2733
}
2734
- 
2734
2735
.authorSearch {
2736
    position: absolute;
2737
    display: none;
2738
    z-index: 2;
2739
    background-color: white;
2740
    border: 1px solid black;
2741
    padding: 4px;
2742
}
2743
.authorSearch li {
2744
    list-style-type: none;
2745
}
2746
.authorSearch ul {
2747
    padding-left: 0px;
2748
}
2749
.subjectSearch {
2750
    position: absolute;
2751
    display: none;
2752
    z-index: 2;
2753
    background-color: white;
2754
    border: 1px solid black;
2755
    padding: 4px;
2756
}
2757
.subjectSearch li {
2758
    list-style-type: none;
2759
}
2760
.subjectSearch ul {
2761
    padding-left: 0px;
2762
}
2763
2764

Return to bug 9711