10 lines
329 B
CSS
10 lines
329 B
CSS
.w-300px {width: 300px;}
|
|
.w-180px {width: 180px;}
|
|
.half-left {text-align: right;}
|
|
.half-right {text-align: left;}
|
|
|
|
#batchCreateForm .input-group,
|
|
#batchCreateForm .input-group .form-control {position: static;}
|
|
#batchCreateForm .input-group .colorpicker {z-index: 2;}
|
|
#batchCreateForm .input-group .colorpicker.open {z-index: 5;}
|