Update bootstrap datepicker library and add minViewMode to options

This commit is contained in:
Kevin
2013-02-15 13:40:42 +01:00
parent 64b1dedd09
commit c7f506b6e2
4 changed files with 79 additions and 13 deletions

View File

@@ -282,6 +282,16 @@
.datepicker tfoot tr:first-child th:hover {
background: #eeeeee;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
display: block;