MINOR: Remove invalid changes to input.hasDatepicker

This commit is contained in:
Ryan O'Hara 2012-03-09 17:08:26 +13:00
parent a5666d6d98
commit fb17f169d9
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ form.small .field input.text, form.small .field textarea, form.small .field sele
.field .chzn-container-single .chzn-single:hover, .field .chzn-container-single .chzn-single:focus, .field .chzn-container-single .chzn-single:active { text-decoration: none; outline: none; }
.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: 100%; max-width: 96px; }
.field input.hasDatepicker { width: 50%; max-width: 96px; }
/** ---------------------------------------------------- Buttons ---------------------------------------------------- */
.cms .Actions > *, .cms .cms-actions-row > * { display: block; float: left; margin-right: 8px; }

View File

@ -217,7 +217,7 @@ form.small .field, .field.small {
/* Date Fields */
input.hasDatepicker {
width: 100%;
width: 50%;
max-width: ($grid-x * 12);
}
}