diff core.css @ 483:a275f9689af6 Dev_main

Adding volume control interface object. Minor discrete layout format change.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 22 Jan 2016 11:10:33 +0000
parents f46398fdf56c
children 44d20bccf36b
line wrap: on
line diff
--- a/core.css	Sat Jan 16 14:51:02 2016 +0000
+++ b/core.css	Fri Jan 22 11:10:33 2016 +0000
@@ -98,3 +98,24 @@
 	position: relative;
 	background-color: #000;
 }
+
+div#master-volume-holder {
+    width: 250px;
+    height: 25px;
+    float: left;
+}
+
+input#master-volume-control {
+    width: 200px;
+    height: 25px;
+    float: left;
+    margin: 0px;
+    padding: 0px;
+}
+
+span#master-volume-feedback {
+    width: 45px;
+    height: 25px;
+    margin-left: 5px;
+    float: left;
+}
\ No newline at end of file