From: moodler Date: Tue, 23 Jan 2007 09:06:10 +0000 (+0000) Subject: Set some sizes on the selects for group management (make it look better) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1a8b5f9568a17bdc1980ab55ca124696ded8058f;p=moodle.git Set some sizes on the selects for group management (make it look better) --- 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;