Fix inputs height when there is a multiline label.
parent
f086906f46
commit
d3b6d5f3ba
|
|
@ -29,6 +29,17 @@
|
||||||
}
|
}
|
||||||
/* end-fix */
|
/* end-fix */
|
||||||
|
|
||||||
|
/* fix flex container input fields height inheritance */
|
||||||
|
.admin-interface .flex-container label + input[type="text"],
|
||||||
|
.admin-interface .flex-container label + input[type="password"],
|
||||||
|
.admin-interface .flex-container label + input[type="email"],
|
||||||
|
.admin-interface .flex-container label + input[type="url"],
|
||||||
|
.admin-interface .flex-container label + input[type="number"],
|
||||||
|
.admin-interface .flex-container label + input[type="tel"] {
|
||||||
|
height: 1.375em;
|
||||||
|
}
|
||||||
|
/* end-fix */
|
||||||
|
|
||||||
/* fixed time widget header border radius */
|
/* fixed time widget header border radius */
|
||||||
.admin-interface .clockbox.module h2 {
|
.admin-interface .clockbox.module h2 {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue