Skip to content

Commit

Permalink
Wider TimeField styling
Browse files Browse the repository at this point in the history
Account for HTML5 time fields which have a “clear” button rendered in the field by the browser
  • Loading branch information
chillu committed Mar 31, 2017
1 parent 7c6e6e5 commit 0b31b48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions client/dist/js/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -8872,7 +8872,7 @@ fieldset{
}

.field input.time{
width:88px;
width:112px;
}

.field.remove-splitter{
Expand Down
2 changes: 1 addition & 1 deletion client/src/styles/legacy/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ form.small .field, .field.small {
}

input.time {
width: ($grid-x * 11); // smaller time field, since input is restricted
width: ($grid-x * 14); // smaller time field, since input is restricted
}

/* Hides borders in settings/access. Activated from JS */
Expand Down

0 comments on commit 0b31b48

Please sign in to comment.