Lines 2798-2800
div[class$="_table_controls"] {
Link Here
|
2798 |
.modal-textarea { |
2798 |
.modal-textarea { |
2799 |
width: 98%; |
2799 |
width: 98%; |
2800 |
} |
2800 |
} |
2801 |
- |
2801 |
|
|
|
2802 |
#stockrotation h3 { |
2803 |
margin: 30px 0 10px 0; |
2804 |
} |
2805 |
|
2806 |
#stockrotation .dialog h3 { |
2807 |
margin: 10px 0; |
2808 |
} |
2809 |
|
2810 |
#stockrotation .dialog { |
2811 |
margin-bottom: 20px; |
2812 |
} |
2813 |
|
2814 |
#stockrotation .highlight_stage, |
2815 |
#catalog_stockrotation .highlight_stage { |
2816 |
font-weight: bold; |
2817 |
} |
2818 |
|
2819 |
#stockrotation #rota_form textarea { |
2820 |
width: 300px; |
2821 |
height: 100px; |
2822 |
} |
2823 |
|
2824 |
#stockrotation #rota_form #name { |
2825 |
width: 300px; |
2826 |
} |
2827 |
|
2828 |
#stockrotation #rota_form fieldset, |
2829 |
#stockrotation #stage_form fieldset, |
2830 |
#stockrotation #add_rota_item_form fieldset { |
2831 |
width: auto; |
2832 |
} |
2833 |
|
2834 |
#stockrotation .dialog.alert ul { |
2835 |
margin: 20px 0; |
2836 |
} |
2837 |
|
2838 |
#stockrotation .dialog.alert li { |
2839 |
list-style-type: none; |
2840 |
} |
2841 |
|
2842 |
#catalog_stockrotation .item_select_rota { |
2843 |
vertical-align: middle; |
2844 |
} |
2845 |
|
2846 |
#catalog_stockrotation h1 { |
2847 |
margin-bottom: 20px; |
2848 |
} |
2849 |
|
2850 |
#stockrotation td.actions, |
2851 |
#catalog_stockrotation td.actions { |
2852 |
vertical-align: middle; |
2853 |
} |
2854 |
|
2855 |
#stockrotation .stage, |
2856 |
#catalog_stockrotation .stage { |
2857 |
display: inline-block; |
2858 |
padding: 5px 7px; |
2859 |
margin: 3px 0 3px 0; |
2860 |
border-radius: 5px; |
2861 |
background-color: rgba(0,0,0,0.1); |
2862 |
} |
2863 |
|
2864 |
#stage_list_headings { |
2865 |
font-weight: bold; |
2866 |
} |
2867 |
|
2868 |
#stage_list_headings span { |
2869 |
padding: 3px; |
2870 |
} |
2871 |
|
2872 |
#manage_stages ul { |
2873 |
padding-left: 0; |
2874 |
} |
2875 |
|
2876 |
#manage_stages li { |
2877 |
list-style: none; |
2878 |
margin-bottom: 5px; |
2879 |
} |
2880 |
|
2881 |
#manage_stages li span { |
2882 |
padding: 6px 3px; |
2883 |
} |
2884 |
|
2885 |
#manage_stages .stagename { |
2886 |
width: 15em; |
2887 |
display: inline-block; |
2888 |
} |
2889 |
|
2890 |
#manage_stages .stageduration { |
2891 |
width: 10em; |
2892 |
display: inline-block; |
2893 |
} |
2894 |
|
2895 |
#manage_stages .stageactions { |
2896 |
display: inline-block; |
2897 |
} |
2898 |
|
2899 |
#manage_stages li:nth-child(odd) { |
2900 |
background-color : #F3F3F3; |
2901 |
} |
2902 |
|
2903 |
#manage_stages .drag_handle { |
2904 |
margin-right: 6px; |
2905 |
cursor: move; |
2906 |
} |
2907 |
|
2908 |
#manage_stages .drag_placeholder { |
2909 |
height: 2em; |
2910 |
border: 1px dotted #aaa; |
2911 |
} |
2912 |
|
2913 |
#manage_stages h3 { |
2914 |
display: inline-block; |
2915 |
} |
2916 |
|
2917 |
#manage_stages #ajax_status { |
2918 |
display: inline-block; |
2919 |
border: 1px solid #bcbcbc; |
2920 |
border-radius: 5px; |
2921 |
padding: 5px; |
2922 |
margin-left: 10px; |
2923 |
background: #f3f3f3; |
2924 |
} |
2925 |
|
2926 |
#manage_stages #manage_stages_help { |
2927 |
margin: 20px 0; |
2928 |
} |