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 = '
| ' . __('Column') . ' | '; 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
|---|