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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-1 / +117 lines)
Lines 2786-2788 div[class$="_table_controls"] { Link Here
2786
#borrower_message {
2786
#borrower_message {
2787
    margin-top: 10px;
2787
    margin-top: 10px;
2788
}
2788
}
2789
- 
2789
2790
#stockrotation h3 {
2791
    margin: 30px 0 10px 0;
2792
}
2793
2794
#stockrotation .highlight_stage,
2795
#catalog_stockrotation .highlight_stage {
2796
    font-weight: bold;
2797
}
2798
2799
#stockrotation #rota_form textarea {
2800
    width: 300px;
2801
    height: 100px;
2802
}
2803
2804
#stockrotation #rota_form #name {
2805
    width: 300px;
2806
}
2807
2808
#stockrotation #rota_form fieldset,
2809
#stockrotation #stage_form fieldset,
2810
#stockrotation #add_rota_item_form fieldset {
2811
    width: auto;
2812
}
2813
2814
#stockrotation .dialog.alert ul {
2815
    margin: 20px 0;
2816
}
2817
2818
#stockrotation .dialog.alert li {
2819
    list-style-type: none;
2820
}
2821
2822
#catalog_stockrotation .item_select_rota {
2823
    vertical-align: middle;
2824
}
2825
2826
#catalog_stockrotation h1 {
2827
    margin-bottom: 20px;
2828
}
2829
2830
#stockrotation td.actions,
2831
#catalog_stockrotation td.actions {
2832
    vertical-align: middle;
2833
2834
}
2835
2836
#stockrotation .stage,
2837
#catalog_stockrotation .stage {
2838
    display: inline-block;
2839
    padding: 5px 7px;
2840
    margin: 3px 0 3px 0;
2841
    border-radius: 5px;
2842
    background-color: rgba(0,0,0,0.1);
2843
}
2844
2845
#stage_list_headings {
2846
    font-weight: bold;
2847
}
2848
2849
#stage_list_headings span {
2850
    padding: 3px;
2851
}
2852
2853
#manage_stages ul {
2854
    padding-left: 0;
2855
}
2856
2857
#manage_stages li {
2858
    list-style: none;
2859
    margin-bottom: 5px;
2860
}
2861
2862
#manage_stages li span {
2863
    padding: 6px 3px;
2864
}
2865
2866
#manage_stages .stagename {
2867
    width: 15em;
2868
    display: inline-block;
2869
}
2870
2871
#manage_stages .stageduration {
2872
    width: 10em;
2873
    display: inline-block;
2874
}
2875
2876
#manage_stages .stageactions {
2877
    display: inline-block;
2878
}
2879
2880
#manage_stages li:nth-child(odd) {
2881
	background-color : #F3F3F3;
2882
}
2883
2884
#manage_stages .drag_handle {
2885
    margin-right: 6px;
2886
    cursor: move;
2887
}
2888
2889
#manage_stages .drag_placeholder {
2890
    height: 2em;
2891
    border: 1px dotted #aaa;
2892
}
2893
2894
#manage_stages h3 {
2895
    display: inline-block;
2896
}
2897
2898
#manage_stages #ajax_status {
2899
    display: inline-block;
2900
    border: 1px solid #bcbcbc;
2901
    border-radius: 5px;
2902
    padding: 5px;
2903
    margin-left: 10px;
2904
    background: #f3f3f3;
2905
}

Return to bug 11897