Fix overflowing calendar widget in French localization (#1665)

This commit is contained in:
Thomas Bruederli 2013-02-28 15:26:56 +01:00
parent 37c80e696b
commit 392c0d9a84

View file

@ -920,31 +920,21 @@ a.dropdown-link:after {
.ui-dialog-buttonset a.dropdown-link { .ui-dialog-buttonset a.dropdown-link {
margin-right: 1em; margin-right: 1em;
} }
/*
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default { #calendarsidebar .ui-datepicker-calendar {
border-color: #cccccc; table-layout: fixed;
background: #ffffcc;
color: #000;
} }
*/
.ui-datepicker-calendar .ui-datepicker-week-col { .ui-datepicker-calendar .ui-datepicker-week-col {
border: 0; border: 0;
color: #999; color: #999;
font-size: 90%; font-size: 90%;
text-align: right; text-align: right;
padding-right: 6px; padding-right: 6px;
} width: 20px;
/* overflow: hidden;
.ui-datepicker th {
padding: 0.3em 0;
font-size: 10px;
} }
.ui-datepicker td span,
.ui-datepicker td a {
padding-left: 0.1em;
}
*/
.ui-autocomplete { .ui-autocomplete {
max-height: 160px; max-height: 160px;
overflow-y: auto; overflow-y: auto;