css: undo flexible sized controls
This commit is contained in:
parent
f9298d1174
commit
af13eb83f4
1 changed files with 1 additions and 18 deletions
|
@ -1402,24 +1402,12 @@ fieldset > .form-group {
|
||||||
.form-control {
|
.form-control {
|
||||||
min-width: initial;
|
min-width: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.controls--button {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.formGroup--standalone .form-control {
|
.formGroup--standalone .form-control {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
|
||||||
display: table;
|
|
||||||
}
|
|
||||||
|
|
||||||
.controls--select {
|
.controls--select {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -1445,7 +1433,6 @@ textarea,
|
||||||
display: block;
|
display: block;
|
||||||
padding: 7px 12px;
|
padding: 7px 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 200px;
|
|
||||||
height: 41px;
|
height: 41px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -1658,7 +1645,7 @@ input.has-error {
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls--button {
|
.controls--button {
|
||||||
display: inline-flex;
|
display: flex;
|
||||||
|
|
||||||
input,
|
input,
|
||||||
.form-control {
|
.form-control {
|
||||||
|
@ -3431,10 +3418,6 @@ footer {
|
||||||
text-transform: initial;
|
text-transform: initial;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-block {
|
.sidebar-block {
|
||||||
|
|
Loading…
Reference in a new issue