diff AB.css @ 1130:c75d2ac7f45e

Added AB test interface
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 11 Jan 2016 16:32:26 +0000
parents c1c696ccd6f9
children 0db687b660f1
line wrap: on
line diff
--- a/AB.css	Mon Jan 11 13:56:30 2016 +0000
+++ b/AB.css	Mon Jan 11 16:32:26 2016 +0000
@@ -31,23 +31,39 @@
 	background-color: #ddd
 }
 
+button.big-button {
+	width: 250px;
+	height: 40px;
+	font-size: 1.2em;
+}
+
 div.comparitor-holder {
 	width: 260px;
 	height: 300px;
 	border:  black 1px solid;
 	position: absolute;
+	padding-top: 5px;
 }
 
 div.comparitor-selector {
-	width: 250px;
+	width: 248px;
 	height: 250px;
 	border: black 1px solid;
 	position: relative;
+	background-color: #FF0000;
 }
 
-div.comparitor-button {
+div.selected {
+	background-color: #008000;
+}
+
+div.comparitor-selector span {
+	font-size: 4em;
+}
+
+button.comparitor-button {
 	width: 250px;
-	height: 50px;
+	height: 38px;
 	position: relative;
-	background-color: #FF0000;
+	margin-top: 5px;
 }