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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-1 / +128 lines)
Lines 3007-3009 fieldset.rows + fieldset.action { Link Here
3007
#patron_search #filters {
3007
#patron_search #filters {
3008
    display: none;
3008
    display: none;
3009
}
3009
}
3010
- 
3010
3011
#stockrotation h3 {
3012
    margin: 30px 0 10px 0;
3013
}
3014
3015
#stockrotation .dialog h3 {
3016
    margin: 10px 0;
3017
}
3018
3019
#stockrotation .dialog {
3020
    margin-bottom: 20px;
3021
}
3022
3023
#stockrotation .highlight_stage,
3024
#catalog_stockrotation .highlight_stage {
3025
    font-weight: bold;
3026
}
3027
3028
#stockrotation #rota_form textarea {
3029
    width: 300px;
3030
    height: 100px;
3031
}
3032
3033
#stockrotation #rota_form #name {
3034
    width: 300px;
3035
}
3036
3037
#stockrotation #rota_form fieldset,
3038
#stockrotation #stage_form fieldset,
3039
#stockrotation #add_rota_item_form fieldset {
3040
    width: auto;
3041
}
3042
3043
#stockrotation .dialog.alert ul {
3044
    margin: 20px 0;
3045
}
3046
3047
#stockrotation .dialog.alert li {
3048
    list-style-type: none;
3049
}
3050
3051
#catalog_stockrotation .item_select_rota {
3052
    vertical-align: middle;
3053
}
3054
3055
#catalog_stockrotation h1 {
3056
    margin-bottom: 20px;
3057
}
3058
3059
#stockrotation td.actions,
3060
#catalog_stockrotation td.actions {
3061
    vertical-align: middle;
3062
}
3063
3064
#stockrotation .stage,
3065
#catalog_stockrotation .stage {
3066
    display: inline-block;
3067
    padding: 5px 7px;
3068
    margin: 3px 0 3px 0;
3069
    border-radius: 5px;
3070
    background-color: rgba(0,0,0,0.1);
3071
}
3072
3073
#stage_list_headings {
3074
    font-weight: bold;
3075
}
3076
3077
#stage_list_headings span {
3078
    padding: 3px;
3079
}
3080
3081
#manage_stages ul {
3082
    padding-left: 0;
3083
}
3084
3085
#manage_stages li {
3086
    list-style: none;
3087
    margin-bottom: 5px;
3088
}
3089
3090
#manage_stages li span {
3091
    padding: 6px 3px;
3092
}
3093
3094
#manage_stages .stagename {
3095
    width: 15em;
3096
    display: inline-block;
3097
}
3098
3099
#manage_stages .stageduration {
3100
    width: 10em;
3101
    display: inline-block;
3102
}
3103
3104
#manage_stages .stageactions {
3105
    display: inline-block;
3106
}
3107
3108
#manage_stages li:nth-child(odd) {
3109
    background-color : #F3F3F3;
3110
}
3111
3112
#manage_stages .drag_handle {
3113
    margin-right: 6px;
3114
    cursor: move;
3115
}
3116
3117
#manage_stages .drag_placeholder {
3118
    height: 2em;
3119
    border: 1px dotted #aaa;
3120
}
3121
3122
#manage_stages h3 {
3123
    display: inline-block;
3124
}
3125
3126
#manage_stages #ajax_status {
3127
    display: inline-block;
3128
    border: 1px solid #bcbcbc;
3129
    border-radius: 5px;
3130
    padding: 5px;
3131
    margin-left: 10px;
3132
    background: #f3f3f3;
3133
}
3134
3135
#manage_stages #manage_stages_help {
3136
    margin: 20px 0;
3137
}

Return to bug 11897