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

Return to bug 11897