mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Make selectboxes a little wider
This commit is contained in:
parent
5e85a8d3bf
commit
7975aa345b
@ -1,6 +1,9 @@
|
||||
<center style="color: red; font-style: italic">{messages}</center>
|
||||
|
||||
<style>
|
||||
select {
|
||||
min-width: 120px;
|
||||
}
|
||||
select[multiple] {
|
||||
min-width: 50%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user