1@import "fullcalendar-3.10.5/fullcalendar.less";
2@import "datetimepicker-2.4.5/jquery.datetimepicker.less";
3
4
5/* modal windows */
6#dw_davcal__edit,
7#dw_davcal__settings,
8#dw_davcal__confirm {
9    position: absolute;
10    background-color: #fff;
11    color: #000;
12    z-index: 20;
13    overflow: hidden;
14}
15
16#dw_davcal__edit .ui-dialog-content,
17#dw_davcal__confirm .ui-dialog-content,
18#dw_davcal__settings .ui-dialog-content, {
19    padding-left: 0;
20    padding-right: 0;
21}
22
23.dw_davcal__date {
24    width: 90px;
25}
26
27.dw_davcal__time {
28    width: 50px;
29}
30
31.dw_davcal__text {
32    width: 220px;
33}
34
35#dw_davcal__editevent_attachments td {
36    border: 0;
37
38}
39
40#dokuwiki__pagetools {
41    z-index: 10;
42}
43
44