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

(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css (-8 / +20 lines)
Lines 725-731 input.deleteshelf:active { Link Here
725
725
726
#tagslist li { display : inline; }
726
#tagslist li { display : inline; }
727
727
728
a.tag_results_add {
728
a.tag_add {
729
    background-image: url(../../images/tag-small.png);
729
    background-image: url(../../images/tag-small.png);
730
    background-position : -1px center;
730
    background-position : -1px center;
731
    background-repeat : no-repeat;
731
    background-repeat : no-repeat;
Lines 744-750 a.tag_results_add { Link Here
744
744
745
.tag_results_input {
745
.tag_results_input {
746
    background-color: #EEE;
746
    background-color: #EEE;
747
    display: none;
748
    margin-left: 1em;
747
    margin-left: 1em;
749
    padding: 0.3em;
748
    padding: 0.3em;
750
}
749
}
Lines 1446-1454 padding-left : .4em; Link Here
1446
    padding-left:20px
1445
    padding-left:20px
1447
}
1446
}
1448
1447
1449
.searchresults .tagstatus {
1448
.tagstatus {
1450
        display: block;
1449
    color: #707070;
1451
        color: #707070;
1450
    padding: 0 4px 0 4px;
1451
    margin-left: 5px;
1452
    border: 1px solid #bcbcbc;
1453
    background-color: #ffffcc;
1454
    -webkit-border-radius: 4px;
1455
    -moz-border-radius: 4px;
1456
    border-radius: 4px;
1457
}
1458
1459
.results_summary.tagstatus {
1460
    display: inline;
1452
}
1461
}
1453
1462
1454
.results_summary .label {
1463
.results_summary .label {
Lines 1459-1466 padding-left : .4em; Link Here
1459
        font-weight: normal;
1468
        font-weight: normal;
1460
}
1469
}
1461
1470
1462
.actions a {
1471
.actions a.hold,
1463
   margin-left : 1em;
1472
.actions a.addtocart,
1473
.actions a.addtoshelf,
1474
.actions a.addtolist,
1475
.actions a.tag_add {
1476
     margin-left : 1em;
1464
     text-decoration : none;
1477
     text-decoration : none;
1465
}
1478
}
1466
1479
1467
- 

Return to bug 8660