1@import "fullcalendar-2.4.0/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__confirm { 24 position: absolute; 25 /*top: 50%; 26 left: 50%; 27 width: 300px; 28 height: 260px; 29 margin:-130px 0 0 -150px; */ 30} 31 32#dw_davcal__edit, 33#dw_davcal__settings { 34 position: absolute; 35 /*top: 50%; 36 left: 50%; 37 width: 370px; 38 height: 300px; 39 margin:-175px 0 0 -150px; */ 40} 41 42.dw_davcal__date { 43 width: 90px; 44} 45 46.dw_davcal__time { 47 width: 50px; 48} 49 50.dw_davcal__text { 51 width: 220px; 52} 53 54#dw_davcal__editevent_attachments td { 55 border: 0; 56 57} 58