Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorNisarg Jhaveri <nisargjhaveri@gmail.com>2015-06-26 23:56:53 +0300
committerNisarg Jhaveri <nisargjhaveri@gmail.com>2015-06-27 14:39:59 +0300
commit9ef59e49e5ab88a19e68c050728b85038e1c98f4 (patch)
tree7fa539c95fd0f15e052fb146f5c71557c10095bd /themes
parent0c9a6fd4e0e065dc57620640379e0839f9db4ddb (diff)
rfe#1603 select structure or data for each table when exporting
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php24
-rw-r--r--themes/pmahomme/css/common.css.php24
2 files changed, 48 insertions, 0 deletions
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;