X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=dav%2Fwdcal.css;h=18c25c585f9ea36187d9fe834fe30cbc00887f64;hb=1ff91aaf6553a08067bc9a2298ef4529b3861e1c;hp=c64f0cf45e98d2e7b02ee414f889ae143bcde48c;hpb=d411668799283f951de7b25e98d65c48656af672;p=friendica-addons.git diff --git a/dav/wdcal.css b/dav/wdcal.css index c64f0cf4..18c25c58 100644 --- a/dav/wdcal.css +++ b/dav/wdcal.css @@ -10,4 +10,34 @@ div.colorPicker-picker { display: inline-block; } .ui-datepicker th { padding: 10px 2px; } .ui-datepicker select.ui-datepicker-year { min-width: 0; width: 50px !important; } #cal_start_time, #cal_end_time { width: 5em; margin-left: 1em; } -#cal_start_date, #cal_end_date { width: 6em;} \ No newline at end of file +#cal_start_date, #cal_end_date { width: 6em;} + + +label.block { + background: none repeat scroll 0 0 #CCCCCC; + border: 1px solid #EEEEEC; + box-shadow: 3px 3px 5px 0 #111111; + color: #111111; + display: inline-block; + font-size: small; + margin: 0 10px 1em 0; + padding: 3px 5px; + width: 38%; + vertical-align: top; +} + +label.plain { + background: none; + border: none; + box-shadow: none; + color: black; + display: inline; + margin: 0; + padding: 0; +} + +.rec_exceptions { display: inline-block; } +.rec_exceptions_holder { display: inline-block; } +.rec_exceptions .remover { } +#rec_until_count { width: 50px; } +#rec_until_date { width: 100px; } \ No newline at end of file