nextcloud/apps/calendar/css/import.css

11 lines
602 B
CSS
Raw Normal View History

2012-07-03 15:43:18 +04:00
/**
* Copyright (c) 2012 Georg Ehrke <ownclouddev at georgswebsite dot de>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
#calendar_import_newcalform, #calendar_import_mergewarning, #calendar_import_process, #calendar_import_done{display:none;}
#calendar_import_process_message, #calendar_import_status, #calendar_import_form_message, #calendar_import_mergewarning{text-align:center;}
#calendar_import_form_message{font-weight: bold;}
2012-07-04 00:33:24 +04:00
#calendar_import_newcalendar{width:96%;}
.calendar_import_warning{border-color: #fc3333;}