User tests: Successful: Unsuccessful:
This pr makes the date filter field the same width as the other filters. you can test this with the Banners->tracks filters
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
One of this template limitations.
In 3.x, we display the full format of the date to be entered for any language.
If the placeholder is truncated, which is the case before or after this PR, it is just useless.
Modifying globally the font-size and padding to something like
padding: 0.2rem 0.2rem;
font-size: 0.9rem;
would solve the issue, and this should be done imho in general in this template to get a better UI
I agree that the font size and paddings are a little bit to large in the new template "here and there". Just a little bit more consistency would be great.
Aren't the standard inputs set to 100% width so that the parent will dictate the width?
@C-Lodder you would be correct in thinking so but there is also a min-width set on the input of these filters AND for the calendar field it is an input with an additional button appended.
Don't care how its fixed but it should be fixed and instead of sitting there and moaning I tried to fix it
@brianteeman That's fine. Was just asking as this looks like a very dirty fix.
yes it is a dirty fix - all my css is like that. :(
I have tested this item
Did not change the width of the filter box
i would like add a css in the template.css with min-with, not font-size. eg:
.field-calendar > .input-group .form-control{ min-width: 15rem; }
I have tested this item
apply patch
run npm i
patch work
but I think the input is still too small
I have tested this item
I have tested this and its working correctly
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-12-01 00:00:03 |
Closed_By | ⇒ | brianteeman |
Could it be that the value
2019-08-26
is only 10 characters so don't need to be wider?