Skip to content

Commit

Permalink
Restricting input.time width
Browse files Browse the repository at this point in the history
  • Loading branch information
ARNHOE authored and chillu committed Jul 4, 2012
1 parent de73db9 commit b6c59f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/css/screen.css

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

4 changes: 4 additions & 0 deletions admin/scss/_forms.scss
Expand Up @@ -240,6 +240,10 @@ form.small .field, .field.small {
width: 50%;
max-width: ($grid-x * 12);
}

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

/* Hides borders in settings/access. Activated from JS */
&.remove-splitter {
Expand Down

0 comments on commit b6c59f2

Please sign in to comment.