Files
EasySoft-ZenTaoPMS/module/project/css/manageproducts.css
T
Catouse c58fea7d7e * ajusted style.
* fixed 'setTemplate' method for kindeditor.
 * added some icons deifinitions.
 * ajusted style of tips after create project.
2014-04-15 10:56:16 +08:00

8 lines
543 B
CSS

#productsBox {border-bottom: 1px solid #ddd; padding: 20px; margin-bottom: 20px;}
#productsBox > label {padding: 8px 15px; border:1px solid #ddd; min-width: 33.333333333%}
#productsBox > label > input {margin-left: 0; margin-right: 5px;}
#productsBox > label:hover {background: #f1f1f1}
#productsBox > label.checked, #productsBox > label.checked:hover {background: #E5FFE6; border: 1px solid #229F24;}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {margin-left: 0;}
.checkbox-inline {margin-right: 10px; margin-bottom: 10px;}