diff core.css @ 1278:b5db605914ab

Implemented Calibration Module for level set testing.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 29 Mar 2016 11:14:50 +0100
parents aebb9754d491
children b24d861c96b3
line wrap: on
line diff
--- a/core.css	Thu Mar 24 15:42:45 2016 +0000
+++ b/core.css	Tue Mar 29 11:14:50 2016 +0100
@@ -179,4 +179,27 @@
 button.error-colour {
     background-color: #FF8F8F;
     color: black;
+}
+
+div.calibration-holder {
+    text-align: center;
+    align-content: center;
+    height: auto;
+}
+
+div.calibration-slider {
+    width: 50px;
+    margin: 2px;
+    text-align: center;
+    align-content: center;
+    float: left;
+}
+
+div.calibration-slider input[type=range][orient=vertical]
+{
+    writing-mode: bt-lr; /* IE */
+    -webkit-appearance: slider-vertical; /* WebKit */
+    width: 8px;
+    padding: 0 5px;
+    color: rgb(255, 144, 144);
 }
\ No newline at end of file