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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css (-8 / +2 lines)
Lines 144-156 ul.biglinks-list li a.icon_koha {background-image:url('/intranet-tmpl/prog/img/i Link Here
144
}
144
}
145
#suggestions_pending {
145
#suggestions_pending {
146
    /* Block containing links to pending tags, comments and suggestions */
146
    /* Block containing links to pending tags, comments and suggestions */
147
    width: 50%;
147
148
    width: 200px;
148
149
    height: 30px;
150
    border: solid 2px #b9d8d9;
151
    background-color: #F4F8F9;
152
    border-radius: 6px;
153
    clear: right;
154
    ;
149
    ;
155
}
150
}
156
.pending-info {
151
.pending-info {
157
- 

Return to bug 8593