mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Dates need more space for seconds
This commit is contained in:
parent
6699e26062
commit
c510b5f15f
@ -265,7 +265,7 @@ span.et2_date {
|
||||
min-width: 130px;
|
||||
}
|
||||
span.et2_date input.et2_date {
|
||||
min-width: 15ex;
|
||||
min-width: 16.5ex;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
background-size: contain;
|
||||
|
File diff suppressed because one or more lines are too long
@ -310,7 +310,7 @@
|
||||
td.searchParent input[type=search] { width: 90%; }
|
||||
|
||||
/* Some nice alignment */
|
||||
select.et2_selectbox, #info_contact > select { width: 107px; }
|
||||
select.et2_selectbox, #info_contact > select { width: 117px; }
|
||||
#info_contact > input {width: 144px;}
|
||||
#info_from {width: 253px;}
|
||||
#info_cat {width: 255px;}
|
||||
|
Loading…
Reference in New Issue
Block a user