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

Return to bug 11897