Dates need more space for seconds

This commit is contained in:
Nathan Gray 2012-07-16 14:35:36 +00:00
parent 6699e26062
commit c510b5f15f
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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;}