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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-1 / +9 lines)
Lines 2690-2695 a.close:hover { Link Here
2690
    margin-left: 0;
2690
    margin-left: 0;
2691
}
2691
}
2692
2692
2693
.modal-body {
2694
    background-color: #FFF;
2695
    overflow-y: auto;
2696
}
2697
2698
.modal-content {
2699
    background-color : #EDF4F6;
2700
}
2701
2693
/* Redefine a new style for Bootstrap's class "close" since we use that already */
2702
/* Redefine a new style for Bootstrap's class "close" since we use that already */
2694
/* Use <a class="closebtn" href="#">&times;</a> */
2703
/* Use <a class="closebtn" href="#">&times;</a> */
2695
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2704
.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2696
- 

Return to bug 20622