]> git.mjollnir.org Git - moodle.git/commitdiff
Set some sizes on the selects for group management (make it look better)
authormoodler <moodler>
Tue, 23 Jan 2007 09:06:10 +0000 (09:06 +0000)
committermoodler <moodler>
Tue, 23 Jan 2007 09:06:10 +0000 (09:06 +0000)
theme/standard/styles_layout.css

index 9459a780856dd8303902b379fd0d262e51248f02..68a3fce12d298aa02202b1c955b554b9bd592998 100644 (file)
@@ -328,6 +328,10 @@ form.popupform {
   vertical-align: top;
 }
 
+.groupmanagementtable select {
+  width:200px;
+}
+
 img.icon {
   vertical-align:middle;
   margin-right:4px;