mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
Api: Adjust typical size & vertical alignment on text & number input
This commit is contained in:
parent
27dc77feb3
commit
ff77675b3e
@ -32,6 +32,11 @@ export class Et2Number extends Et2Textbox
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control-input {
|
||||||
|
min-width: min-content;
|
||||||
|
max-width: 6em;
|
||||||
|
}
|
||||||
|
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,10 @@ export class Et2Textbox extends Et2InputWidget(SlInput)
|
|||||||
:host([type="hidden"]) {
|
:host([type="hidden"]) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form_control {
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
.input__control {
|
.input__control {
|
||||||
border: none;
|
border: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user