Fixed width of DateField with dmyfields=true

This commit is contained in:
ARNHOE 2012-06-26 19:45:54 +03:00 committed by Ingo Schommer
parent 993fc90ef8
commit 81c085f777
2 changed files with 5 additions and 0 deletions

View File

@ -181,6 +181,7 @@ form.small .field input.text, form.small .field textarea, form.small .field sele
.field .chzn-container-single .chzn-single div { width: 24px; }
.field .chzn-container-single .chzn-single div b { background-position: 4px 0px; }
.field input.hasDatepicker { width: 50%; max-width: 96px; }
.field input.month, .field input.day, .field input.year { width: 56px; }
.field.remove-splitter { border-bottom: none; box-shadow: none; }
/** ---------------------------------------------------- Buttons ---------------------------------------------------- */

View File

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