diff --git a/css/theme_right.css.php b/css/theme_right.css.php index b410795c2a..1aef0db737 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -1397,15 +1397,23 @@ a.close_enum_editor { */ .structure_actions_dropdown { position: absolute; - padding: 3px; + padding: 0; display: none; z-index: 100; + border-collapse:collapse; + border: 1px solid #000; + padding: 0.2em; } .structure_actions_dropdown a { display: block; } +.structure_actions_dropdown div { + margin: 0; + padding: 0; +} + td.more_opts { display: none; white-space: nowrap; @@ -1634,3 +1642,4 @@ fieldset .disabled-field td { #prefs_autoload { margin-bottom: 0.5em; } +