From 1a8b5f9568a17bdc1980ab55ca124696ded8058f Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 23 Jan 2007 09:06:10 +0000 Subject: [PATCH] Set some sizes on the selects for group management (make it look better) --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 9459a78085..68a3fce12d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -328,6 +328,10 @@ form.popupform { vertical-align: top; } +.groupmanagementtable select { + width:200px; +} + img.icon { vertical-align:middle; margin-right:4px; -- 2.39.5