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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-2 / +129 lines)
Lines 3207-3210 table#ill-requests { Link Here
3207
    .loggedin-menu-label {
3207
    .loggedin-menu-label {
3208
        display: none;
3208
        display: none;
3209
    }
3209
    }
3210
}
3210
}
3211
3212
#stockrotation h3 {
3213
    margin: 30px 0 10px 0;
3214
}
3215
3216
#stockrotation .dialog h3 {
3217
    margin: 10px 0;
3218
}
3219
3220
#stockrotation .dialog {
3221
    margin-bottom: 20px;
3222
}
3223
3224
#stockrotation .highlight_stage,
3225
#catalog_stockrotation .highlight_stage {
3226
    font-weight: bold;
3227
}
3228
3229
#stockrotation #rota_form textarea {
3230
    width: 300px;
3231
    height: 100px;
3232
}
3233
3234
#stockrotation #rota_form #name {
3235
    width: 300px;
3236
}
3237
3238
#stockrotation #rota_form fieldset,
3239
#stockrotation #stage_form fieldset,
3240
#stockrotation #add_rota_item_form fieldset {
3241
    width: auto;
3242
}
3243
3244
#stockrotation .dialog.alert ul {
3245
    margin: 20px 0;
3246
}
3247
3248
#stockrotation .dialog.alert li {
3249
    list-style-type: none;
3250
}
3251
3252
#catalog_stockrotation .item_select_rota {
3253
    vertical-align: middle;
3254
}
3255
3256
#catalog_stockrotation h1 {
3257
    margin-bottom: 20px;
3258
}
3259
3260
#stockrotation td.actions,
3261
#catalog_stockrotation td.actions {
3262
    vertical-align: middle;
3263
}
3264
3265
#stockrotation .stage,
3266
#catalog_stockrotation .stage {
3267
    display: inline-block;
3268
    padding: 5px 7px;
3269
    margin: 3px 0 3px 0;
3270
    border-radius: 5px;
3271
    background-color: rgba(0,0,0,0.1);
3272
}
3273
3274
#stage_list_headings {
3275
    font-weight: bold;
3276
}
3277
3278
#stage_list_headings span {
3279
    padding: 3px;
3280
}
3281
3282
#manage_stages ul {
3283
    padding-left: 0;
3284
}
3285
3286
#manage_stages li {
3287
    list-style: none;
3288
    margin-bottom: 5px;
3289
}
3290
3291
#manage_stages li span {
3292
    padding: 6px 3px;
3293
}
3294
3295
#manage_stages .stagename {
3296
    width: 15em;
3297
    display: inline-block;
3298
}
3299
3300
#manage_stages .stageduration {
3301
    width: 10em;
3302
    display: inline-block;
3303
}
3304
3305
#manage_stages .stageactions {
3306
    display: inline-block;
3307
}
3308
3309
#manage_stages li:nth-child(odd) {
3310
    background-color : #F3F3F3;
3311
}
3312
3313
#manage_stages .drag_handle {
3314
    margin-right: 6px;
3315
    cursor: move;
3316
}
3317
3318
#manage_stages .drag_placeholder {
3319
    height: 2em;
3320
    border: 1px dotted #aaa;
3321
}
3322
3323
#manage_stages h3 {
3324
    display: inline-block;
3325
}
3326
3327
#manage_stages #ajax_status {
3328
    display: inline-block;
3329
    border: 1px solid #bcbcbc;
3330
    border-radius: 5px;
3331
    padding: 5px;
3332
    margin-left: 10px;
3333
    background: #f3f3f3;
3334
}
3335
3336
#manage_stages #manage_stages_help {
3337
    margin: 20px 0;
3338
}
3211
- 

Return to bug 11897