diff interfaces/horizontal-sliders.css @ 2396:dc13bd68ea34

Fix for #93 for all interfaces which have outside-reference (all except ABX)
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 26 May 2016 09:35:07 +0100
parents b0b4d264d9a8
children 464c6c6692d6
line wrap: on
line diff
--- a/interfaces/horizontal-sliders.css	Thu May 26 09:07:36 2016 +0100
+++ b/interfaces/horizontal-sliders.css	Thu May 26 09:35:07 2016 +0100
@@ -75,12 +75,16 @@
 	height: 94px;
 }
 
+div#outside-reference-holder {
+    display: flex;
+    align-content: center;
+    justify-content: center;
+    margin-bottom: 5px;
+}
 
 button.outside-reference {
-	width:120px;
-	height:20px;
-	margin-bottom:5px;
-	position: absolute;
+    position: inherit;
+    margin: 0px 5px;
 }
 
 div.track-slider-playing {