diff core.css @ 513:d7b1b270c13a Dev_main

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 ea97b12c1f1e
children df2d916fd9cf
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 {