From b4dd5771c47303b0c5213885cf028e18718d3519 Mon Sep 17 00:00:00 2001 From: lorilee Date: Mon, 19 Jul 2010 17:35:32 -0700 Subject: [PATCH] Prevents wrapping in the 'more' cell; reduced horizontal space needed for more actions dropdown --- themes/darkblue_orange/css/theme_right.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 6187f2cad..6c97a0705 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1470,9 +1470,11 @@ a.close_enum_editor { position: absolute; padding: 3px; display: none; - margin-left: 30px; + margin-left: 10px; + width: 150px; } td.more_opts { display: none; + white-space: wrap; } \ No newline at end of file