deform: updated style
This commit is contained in:
parent
385a7dcd6e
commit
4ad01cbbc8
1 changed files with 11 additions and 5 deletions
|
|
@ -11,18 +11,20 @@
|
|||
}
|
||||
|
||||
.control-label {
|
||||
width: 200px;
|
||||
width: 220px;
|
||||
padding: 10px 0px;
|
||||
float: left;
|
||||
}
|
||||
.control-inputs {
|
||||
width: 400px;
|
||||
min-width: 400px;
|
||||
float: left;
|
||||
}
|
||||
.form-group .radio, .form-group .checkbox {
|
||||
.form-group .radio,
|
||||
.form-group .checkbox {
|
||||
position: relative;
|
||||
display: block;
|
||||
/* margin-bottom: 10px; */
|
||||
padding: 10px 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
@ -51,6 +53,10 @@
|
|||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.alert {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.error-block {
|
||||
color: red;
|
||||
margin: 0;
|
||||
|
|
@ -87,7 +93,7 @@
|
|||
}
|
||||
|
||||
.form-control.select2-container {
|
||||
height: 40px;
|
||||
|
||||
}
|
||||
|
||||
.deform-full-field-sequence.control-inputs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue