diff interfaces/AB.css @ 1356:386415d2a5c1

Added master volume. Ensured playhead, page-count and volume <interfaceoption> show options are enabled on all test pages.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 25 Jan 2016 17:29:34 +0000
parents bbb6462cf446
children e3ff10a1ebc5 c0022a09c4f6
line wrap: on
line diff
--- a/interfaces/AB.css	Fri Jan 22 17:03:18 2016 +0000
+++ b/interfaces/AB.css	Mon Jan 25 17:29:34 2016 +0000
@@ -72,3 +72,18 @@
 	position: relative;
 	margin-top: 5px;
 }
+
+div.playhead {
+    margin: 5px;
+}
+
+div#page-count {
+    float: left;
+    margin: 0px 5px;
+}
+
+div#master-volume-holder {
+    position: absolute;
+    top: 10px;
+    left: 120px;
+}
\ No newline at end of file