X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Funivbristopo%2Fstatic%2Fcss%2Fslice.css;fp=plugins%2Funivbristopo%2Fstatic%2Fcss%2Fslice.css;h=6b63ad50609b1be8b8385775ba860a36be287c57;hb=e45ccc4c4c327a81cc6a001ceff0655358ea09c5;hp=0000000000000000000000000000000000000000;hpb=e494918d8e6d9dab21b9ff30c3c2db2157dc0a20;p=myslice.git diff --git a/plugins/univbristopo/static/css/slice.css b/plugins/univbristopo/static/css/slice.css new file mode 100644 index 00000000..6b63ad50 --- /dev/null +++ b/plugins/univbristopo/static/css/slice.css @@ -0,0 +1,49 @@ +#resources_table { + width: 100%; +} +#resource_list { + width: 100%; +} +.table_div td,th { + text-align: center; +} + +/* Buttons for management options: start/update/stop slice */ +.slice_action_button { + /*text-shadow: #ccc 1px 1px 0px !important;*/ + text-align: right !important; + /*text-shadow: none !important;*/ + width: 100px; +} + +.start_slice_button { + /*background: #4d4 !important;*/ + /*border: 1px solid #282 !important; + box-shadow: inset 0px 1px 0px 0px #5e5 !important; + moz-box-shadow: inset 0px 1px 0px 0px #5e5 !important; + -webkit-box-shadow: inset 0px 1px 0px 0px #5e5 !important;*/ +} +.start_slice_button:hover { + background-color: #daf6dc !important; +} +.update_slice_button { + /*background: #ac0 !important;*/ + /*border: 1px solid #8a0 !important; + box-shadow: inset 0px 1px 0px 0px #bd1 !important; + moz-box-shadow: inset 0px 1px 0px 0px #bd1 !important; + -webkit-box-shadow: inset 0px 1px 0px 0px #bd1 !important;*/ +} +.update_slice_button:hover { + background-color: #cde1c0 !important; +} +.stop_slice_button { + /*background: #d44 !important;*/ + /*border: 1px solid #822 !important; + box-shadow: inset 0px 1px 0px 0px #e55 !important; + moz-box-shadow: inset 0px 1px 0px 0px #e55 !important; + -webkit-box-shadow: inset 0px 1px 0px 0px #e55 !important;*/ +} +.stop_slice_button:hover { + background-color: #efbfbf !important; +} +