From 833b0b98f01dde4f4e35db3f1f97f35ce5da08ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 3 Feb 2011 13:52:53 +0100 Subject: [PATCH] Better look of More menu in table structure --- css/theme_right.css.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index b410795c2..1aef0db73 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; } +