From 9ef59e49e5ab88a19e68c050728b85038e1c98f4 Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Sat, 27 Jun 2015 02:26:53 +0530 Subject: rfe#1603 select structure or data for each table when exporting Signed-off-by: Nisarg Jhaveri --- themes/original/css/common.css.php | 24 ++++++++++++++++++++++++ themes/pmahomme/css/common.css.php | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) (limited to 'themes') diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index aa91a0e9a2..4f1300f188 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -1508,6 +1508,30 @@ select.invalid_value, * Export and Import styles */ +.export_table_list_container { + display: inline-block; + max-height: 20em; + overflow-y: scroll; +} + +.export_table_select th { + text-align: center; + vertical-align: middle; +} + +.export_table_select .all { + font-weight: bold; + border-bottom: 1px solid black; +} + +.export_structure, .export_data { + text-align: center; +} + +.export_table_name { + vertical-align: middle; +} + .exportoptions h3, .importoptions h3 { border-bottom: 1px #999999 solid; font-size: 110%; diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 2c07b72768..815ffbfb40 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1994,6 +1994,30 @@ select.invalid_value, * Export and Import styles */ +.export_table_list_container { + display: inline-block; + max-height: 20em; + overflow-y: scroll; +} + +.export_table_select th { + text-align: center; + vertical-align: middle; +} + +.export_table_select .all { + font-weight: bold; + border-bottom: 1px solid black; +} + +.export_structure, .export_data { + text-align: center; +} + +.export_table_name { + vertical-align: middle; +} + .exportoptions h3, .importoptions h3 { border-bottom: 1px #999 solid; -- cgit v1.2.3