diff core.css @ 1182:b7bf91ac6d01

Bug #1562: Checkbox and radios will be center aligned, left justified. Also solves issue #1571. Only tested in OSX Chrome!
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 12 Feb 2016 09:02:41 +0000
parents c2e19bc54c3c
children eef2d4ea18fb
line wrap: on
line diff
--- a/core.css	Fri Feb 12 08:42:15 2016 +0000
+++ b/core.css	Fri Feb 12 09:02:41 2016 +0000
@@ -63,6 +63,7 @@
     min-height: 50px;
     max-height: 320px;
     overflow: auto;
+    position: relative;
 }
 
 button.popupButton {