Fixed datepicker width issue
This commit is contained in:
parent
8416794d45
commit
084501f53a
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue