Fixed datepicker width issue

This commit is contained in:
Aleksander Machniak (Kolab Systems) 2011-07-19 12:48:31 +02:00
parent 8416794d45
commit 084501f53a

View file

@ -160,7 +160,8 @@ pre {
width: 100%;
}
#agendalist td, th {
#agendalist td,
#agendalist th {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
@ -672,6 +673,11 @@ a.alarm-action-snooze:after {
padding-right: 0.5em;
}
.ui-datepicker th {
padding: 0.3em 0;
font-size: 10px;
}
.ui-datepicker td span,
.ui-datepicker td a {
padding-left: 0.1em;