From e12131f7694cd73e9eda629bd096a3ce775525cb Mon Sep 17 00:00:00 2001 From: Chanaka Dharmarathna Date: Sat, 13 Sep 2014 10:45:01 +0530 Subject: [PATCH] CSS imprvements - added more space between top menu and page content in structure and insert pages Signed-off-by: Chanaka Dharmarathna --- libraries/display_structure.inc.php | 2 +- libraries/insert_edit.lib.php | 2 +- themes/original/css/common.css.php | 4 ++++ themes/pmahomme/css/common.css.php | 4 ++++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libraries/display_structure.inc.php b/libraries/display_structure.inc.php index b796d115c8..dbd7533f06 100644 --- a/libraries/display_structure.inc.php +++ b/libraries/display_structure.inc.php @@ -41,7 +41,7 @@ if ($db_is_system_schema) { } $response->addHTML($tabletype); -$tablestructure = ''; +$tablestructure = '
'; $response->addHTML($tablestructure); diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php index fa2244b8e1..901d9ed725 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -1608,7 +1608,7 @@ function PMA_getSumbitAndResetButtonForActionsPanel($tabindex, $tabindex_for_val */ function PMA_getHeadAndFootOfInsertRowTable($url_params) { - $html_output = '
' + $html_output = '
' . '' . '' . ''; diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index e7a1b94b0d..73c36c6ca7 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -3086,3 +3086,7 @@ span.drag_icon { height: 3em; cursor: move; } + +.topmargin { + margin-top: 1em; +} diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 900558455e..a4a3ad9c62 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3406,4 +3406,8 @@ span.drag_icon { width: 1em; height: 3em; cursor: move; +} + +.topmargin { + margin-top: 1em; } \ No newline at end of file
' . __('Column') . '