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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (+27 lines)
Lines 3232-3238 ul.buttons-list li a:hover.circ-button { Link Here
3232
3232
3233
/* ==== MODULE LINKS - End ==== */
3233
/* ==== MODULE LINKS - End ==== */
3234
3234
3235
input.hasDatepicker {
3236
    background-image: url("../img/famfamfam/silk/calendar.png");
3237
    background-repeat: no-repeat;
3238
    background-position-x: right;
3239
    background-position-y: center;
3240
    border-width: 1px;
3241
    border-style: inset outset outset inset;
3242
    padding-right: 18px;
3243
}
3244
3245
span.name {
3246
    font-weight: bold;
3247
    font-style: italic;
3248
}
3235
3249
3250
.result-biblio-itemtype {
3251
    float: right;
3252
    padding: .5em;
3253
    margin: .5em;
3254
    font-size: 85%;
3255
    text-align: center;
3256
}
3257
3258
.result-biblio-itemtype img {
3259
    display: block;
3260
    margin: auto;
3261
    margin-bottom: 2px;
3262
}
3236
3263
3237
@media (min-width: 200px) {
3264
@media (min-width: 200px) {
3238
    .navbar-nav > li {
3265
    .navbar-nav > li {
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc (-4 / +1 lines)
Lines 128-138 jQuery(function($){ Link Here
128
$(document).ready(function(){
128
$(document).ready(function(){
129
129
130
$.datepicker.setDefaults({
130
$.datepicker.setDefaults({
131
        showOn: "both",
131
        showOn: "focus",
132
        changeMonth: true,
132
        changeMonth: true,
133
        changeYear: true,
133
        changeYear: true,
134
        buttonImage: '[% interface %]/[% theme %]/img/famfamfam/silk/calendar.png',
135
        buttonImageOnly: true,
136
        showButtonPanel: true,
134
        showButtonPanel: true,
137
        showOtherMonths: true,
135
        showOtherMonths: true,
138
        selectOtherMonths: true,
136
        selectOtherMonths: true,
139
- 

Return to bug 20729