Skip to content

Commit

Permalink
Fixed width of DateField with dmyfields=true
Browse files Browse the repository at this point in the history
  • Loading branch information
ARNHOE authored and chillu committed Jun 27, 2012
1 parent 993fc90 commit 81c085f
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.month, input.day, input.year {
width: ($grid-x * 7);
}

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

0 comments on commit 81c085f

Please sign in to comment.