mirror of https://github.com/wekan/wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
474 B
23 lines
474 B
|
4 years ago
|
.datepicker-container .fields .left {
|
||
|
|
width: 56%;
|
||
|
|
}
|
||
|
|
.datepicker-container .fields .right {
|
||
|
|
width: 38%;
|
||
|
|
}
|
||
|
|
.datepicker-container .datepicker {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.datepicker-container .datepicker table {
|
||
|
|
width: 100%;
|
||
|
|
border: none;
|
||
|
|
border-spacing: 0;
|
||
|
|
border-collapse: collapse;
|
||
|
|
}
|
||
|
|
.datepicker-container .datepicker table thead {
|
||
|
|
background: none;
|
||
|
|
}
|
||
|
|
.datepicker-container .datepicker table td,
|
||
|
|
.datepicker-container .datepicker table th {
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|