diff core.css @ 654:37f3359709bd

Merge
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 31 Mar 2016 15:48:57 +0100
parents d1c58546814c
children
line wrap: on
line diff
--- a/core.css	Thu Mar 10 17:07:46 2016 +0000
+++ b/core.css	Thu Mar 31 15:48:57 2016 +0100
@@ -47,7 +47,7 @@
 
 div#popupContent {
     margin-top: 20px;
-    margin-bottom: 5px;
+    margin-bottom: 35px;
 }
 
 div#popupTitle {
@@ -79,6 +79,19 @@
 	background-color: #fff;
 }
 
+div.popup-option-checbox {
+    /* Popup window checkbox */
+    padding: 5px;
+    width: fit-content;
+    width: -moz-fit-content;
+    width: -webkit-fit-content;
+}
+
+div.popup-option-checbox input{
+    /* Popup window checkbox */
+    margin-right: 15px;
+}
+
 button#popup-proceed {
     bottom: 10px;
     right: 10px;
@@ -101,6 +114,13 @@
 	top: 0px;
 }
 
+button.outside-reference {
+	width:120px;
+	height:20px;
+	margin-bottom:5px;
+	position: absolute;
+}
+
 textarea.trackComment {
 	max-width: 594px;
 	min-width: 350px;
@@ -159,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;
+    height: 290px;
 }
\ No newline at end of file