diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-07-03 22:33:24 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-07-03 22:33:24 +0200 |
commit | c036700c5451351a580f9c244b1bf6ad5eb9a3a7 (patch) | |
tree | a20335cc7179515dfd4db17d1d3144a58fa96294 /apps/calendar/css | |
parent | 641e77327e0ab21b2c6dbaa981c0e3d97364b358 (diff) | |
download | nextcloud-server-c036700c5451351a580f9c244b1bf6ad5eb9a3a7.tar.gz nextcloud-server-c036700c5451351a580f9c244b1bf6ad5eb9a3a7.zip |
some more work on calendar import
Diffstat (limited to 'apps/calendar/css')
-rw-r--r-- | apps/calendar/css/import.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/calendar/css/import.css b/apps/calendar/css/import.css index d60d54253ad..46bab2b7cf3 100644 --- a/apps/calendar/css/import.css +++ b/apps/calendar/css/import.css @@ -7,6 +7,5 @@ #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;} -#calendar_import_newcalendar{width:480px;} -.calendar_import_warning{background-color: rgba(216,22,22,0.7);} -.calendar_import_revertwarning{background-color: #ffffff;}
\ No newline at end of file +#calendar_import_newcalendar{width:96%;} +.calendar_import_warning{border-color: #fc3333;}
\ No newline at end of file |