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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-8 / +9 lines)
Lines 212-218 a { Link Here
212
212
213
    &.new {
213
    &.new {
214
        @extend %initial_icon;
214
        @extend %initial_icon;
215
        background-image: url( "../images/sprite.png" ); /* New */
216
        background-position: -4px -922px;
215
        background-position: -4px -922px;
217
        padding-left: 23px;
216
        padding-left: 23px;
218
    }
217
    }
Lines 1428-1440 div { Link Here
1428
        background-image: url( "../images/sprite.png" );
1427
        background-image: url( "../images/sprite.png" );
1429
        background-repeat: no-repeat;
1428
        background-repeat: no-repeat;
1430
        font-size: 87%;
1429
        font-size: 87%;
1430
        font-weight: normal;
1431
        padding-left: 15px;
1431
        padding-left: 15px;
1432
        text-decoration: none;
1432
        text-decoration: none;
1433
    }
1433
    }
1434
1435
    a {
1436
        font-weight: normal;
1437
    }
1438
}
1434
}
1439
1435
1440
#bibliodescriptions,
1436
#bibliodescriptions,
Lines 1449-1455 div { Link Here
1449
}
1445
}
1450
1446
1451
#MARCview {
1447
#MARCview {
1452
    background-position: -9px -27px;
1448
    background-position: -9px -28px;
1453
}
1449
}
1454
1450
1455
#ISBDview {
1451
#ISBDview {
Lines 1457-1463 div { Link Here
1457
}
1453
}
1458
1454
1459
#Normalview {
1455
#Normalview {
1460
    background-position: -8px 3px;
1456
    background-position: -8px 1px;
1457
}
1458
1459
#Fullhistory,
1460
#Briefhistory {
1461
    background:  transparent none;
1462
    padding-left: 0;
1461
}
1463
}
1462
1464
1463
/* pagination */
1465
/* pagination */
1464
- 

Return to bug 21493