]> git.mxchange.org Git - friendica-addons.git/blob - dav/wdcal.css
Update Changelog, + CalDAV-related bugfix
[friendica-addons.git] / dav / wdcal.css
1
2 div.colorPicker-picker { display: inline-block; }
3 .colorPicker-palette { font-size: 12px; }
4 .animexxcalendar label, .colorPicker-palette label { background: none; border: none; padding: 0; margin: 0; box-shadow: none; display: inline; font-size: 14px; }
5 .animexxcalendar input, .colorPicker-palette input { font-size: 14px; }
6
7
8 .ui-datepicker { width: 200px; }
9 .ui-datepicker * { font-size: 12px; line-height: 12px; }
10 .ui-datepicker th { padding: 10px 2px; }
11 .ui-datepicker select.ui-datepicker-year { min-width: 0; width: 50px !important; }
12 #cal_start_time, #cal_end_time { width: 5em; margin-left: 1em; }
13 #cal_start_date, #cal_end_date { width: 6em;}
14
15
16 label.block {
17         background: none repeat scroll 0 0 #CCCCCC;
18         border: 1px solid #EEEEEC;
19         box-shadow: 3px 3px 5px 0 #111111;
20         color: #111111;
21         display: inline-block;
22         font-size: small;
23         margin: 0 10px 1em 0;
24         padding: 3px 5px;
25         width: 38%;
26         vertical-align: top;
27 }
28
29 label.plain {
30         background: none;
31         border: none;
32         box-shadow: none;
33         color: black;
34         display: inline;
35         margin: 0;
36         padding: 0;
37 }
38
39 .rec_exceptions { display: inline-block; }
40 .rec_exceptions_holder { display: inline-block; }
41 .rec_exceptions .remover { }
42 #rec_until_count { width: 50px; }
43 #rec_until_date { width: 100px; }