From ed20d1ebd1afce0e132940f52e35319cf3974dbb Mon Sep 17 00:00:00 2001 From: lorilee Date: Mon, 19 Jul 2010 16:56:38 -0700 Subject: [PATCH] Prevents wrapping in the 'more' cell; reduced horizontal space needed for more actions dropdown --- themes/original/css/theme_right.css.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 6ae95705b..a62fbb615 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1404,13 +1404,11 @@ a.close_enum_editor { position: absolute; padding: 3px; display: none; - margin-left: 30px; + margin-left: 10px; + width: 150px; } td.more_opts { display: none; -} - -table#tablestructure { - margin-right: 50px; + white-space: nowrap; } \ No newline at end of file