Show More
@@ -11,18 +11,20 b'' | |||
|
11 | 11 | } |
|
12 | 12 | |
|
13 | 13 | .control-label { |
|
14 |
width: 2 |
|
|
14 | width: 220px; | |
|
15 | 15 | padding: 10px 0px; |
|
16 | 16 | float: left; |
|
17 | 17 | } |
|
18 | 18 | .control-inputs { |
|
19 | width: 400px; | |
|
19 | min-width: 400px; | |
|
20 | 20 | float: left; |
|
21 | 21 | } |
|
22 |
.form-group .radio, |
|
|
22 | .form-group .radio, | |
|
23 | .form-group .checkbox { | |
|
23 | 24 | position: relative; |
|
24 | 25 | display: block; |
|
25 | /* margin-bottom: 10px; */ | |
|
26 | padding: 10px 0; | |
|
27 | margin-bottom: 0; | |
|
26 | 28 | } |
|
27 | 29 | |
|
28 | 30 | .form-group { |
@@ -51,6 +53,10 b'' | |||
|
51 | 53 | cursor: not-allowed; |
|
52 | 54 | } |
|
53 | 55 | |
|
56 | .alert { | |
|
57 | margin: 10px 0; | |
|
58 | } | |
|
59 | ||
|
54 | 60 | .error-block { |
|
55 | 61 | color: red; |
|
56 | 62 | margin: 0; |
@@ -87,7 +93,7 b'' | |||
|
87 | 93 | } |
|
88 | 94 | |
|
89 | 95 | .form-control.select2-container { |
|
90 | height: 40px; | |
|
96 | ||
|
91 | 97 | } |
|
92 | 98 | |
|
93 | 99 | .deform-full-field-sequence.control-inputs { |
General Comments 0
You need to be logged in to leave comments.
Login now