mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Importexport: Some CSS improvements, avoid an error in import iCal
This commit is contained in:
parent
9db38979ef
commit
f1cba99aa9
@ -115,14 +115,14 @@ class calendar_wizard_import_ical
|
||||
{
|
||||
$content['text'] = $this->steps['wizard_step60'];
|
||||
$content['step'] = 'wizard_step60';
|
||||
if(!array_key_exists('cal_owner', $content) && $content['plugin_options']) {
|
||||
if(!array_key_exists('cal_owner', $content) && $content['plugin_options'])
|
||||
{
|
||||
$content['cal_owner'] = $content['plugin_options']['cal_owner'];
|
||||
}
|
||||
|
||||
// Include calendar-owner widget
|
||||
$response = Api\Json\Response::get();
|
||||
$response->includeScript(Api\Egw::link('/calendar/js/et2_widget_owner.js'));
|
||||
Api\Framework::includeJS('','et2_widget_owner');
|
||||
Api\Framework::includeJS('/calendar/js/app.min.js');
|
||||
Api\Framework::includeCSS('calendar', 'calendar');
|
||||
$preserv = $content;
|
||||
unset ($preserv['button']);
|
||||
return $this->step_templates[$content['step']];
|
||||
|
@ -34,3 +34,7 @@ div.preview .content {
|
||||
width: 100%;
|
||||
margin-left: 50%;
|
||||
}
|
||||
|
||||
.wizard_content > div > table {
|
||||
width: 100%;
|
||||
}
|
@ -45,6 +45,9 @@ div.preview .content {
|
||||
width: 100%;
|
||||
margin-left: 50%;
|
||||
}
|
||||
.wizard_content > div > table {
|
||||
width: 100%;
|
||||
}
|
||||
/* Dialog Import Export */
|
||||
#importexport-export_dialog {
|
||||
margin: 1em;
|
||||
@ -60,7 +63,7 @@ div.preview .content {
|
||||
width: 400px;
|
||||
}
|
||||
#importexport-export_dialog_importexport-export_dialog-general_tab_content table.et2_grid tr:nth-child(even) {
|
||||
background: #ffffff;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
#importexport-export_dialog_importexport-export_dialog-general_tab_content table.et2_grid tr:nth-child(odd) {
|
||||
background: #f2f2f2;
|
||||
@ -70,7 +73,7 @@ div.preview .content {
|
||||
}
|
||||
/* Tab Auswahl*/
|
||||
#importexport-export_dialog_importexport-export_dialog-selection_tab table.et2_grid tr:nth-child(even) {
|
||||
background: #ffffff;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
#importexport-export_dialog_importexport-export_dialog-selection_tab table.et2_grid tr:nth-child(odd) {
|
||||
background: #f2f2f2;
|
||||
@ -80,7 +83,7 @@ div.preview .content {
|
||||
}
|
||||
/* Tab Optionen*/
|
||||
#importexport-export_dialog_importexport-export_dialog-options_tab table.et2_grid tr:nth-child(even) {
|
||||
background: #ffffff;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
#importexport-export_dialog_importexport-export_dialog-options_tab table.et2_grid tr:nth-child(odd) {
|
||||
background: #f2f2f2;
|
||||
@ -97,7 +100,7 @@ div.preview .content {
|
||||
.wizard_content #importexport-wizardbox_importexport-wizard_choosename,
|
||||
.wizard_content #importexport-wizardbox_importexport-wizard_basic_import_csv-sample_file,
|
||||
.wizard_content #importexport-wizardbox_addressbook-importexport_wizard_vcard_charset {
|
||||
margin: 15em 0 0 10em;
|
||||
margin: 10em 2em 0 2em;
|
||||
/*#importexport-wizardbox_msg{font-size: 2em;}*/
|
||||
}
|
||||
.wizard_content #importexport-wizardbox_importexport-wizard_chooseapp table.et2_grid,
|
||||
|
@ -82,7 +82,7 @@
|
||||
#importexport-wizardbox_importexport-wizard_basic_import_csv-sample_file,
|
||||
#importexport-wizardbox_addressbook-importexport_wizard_vcard_charset{
|
||||
|
||||
margin: 15em 0 0 10em;
|
||||
margin: 10em 2em 0 2em;
|
||||
|
||||
table.et2_grid{font-size: 15px;}
|
||||
/*#importexport-wizardbox_msg{font-size: 2em;}*/
|
||||
|
Loading…
Reference in New Issue
Block a user