mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
22 lines
474 B
CSS
22 lines
474 B
CSS
.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;
|
|
}
|