diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 262b7d74b7..fe64ca9255 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1447,6 +1447,6 @@ a.close_enum_editor { float: bottom; } -#enum_editor output { +#enum_editor_output { margin-top: 50px; } \ No newline at end of file diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 1fa93ee029..3dfeb4bd46 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1379,6 +1379,6 @@ a.close_enum_editor { float: bottom; } -#enum_editor output { +#enum_editor_output { margin-top: 50px; } \ No newline at end of file