Mercurial > hg > webaudioevaluationtool
comparison interfaces/discrete.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 |
comparison
equal
deleted
inserted
replaced
2395:dde1f3254762 | 2396:dc13bd68ea34 |
---|---|
84 input.track-radio { | 84 input.track-radio { |
85 position: absolute; | 85 position: absolute; |
86 margin: 9px 0px; | 86 margin: 9px 0px; |
87 } | 87 } |
88 | 88 |
89 div#outside-reference-holder { | |
90 display: flex; | |
91 align-content: center; | |
92 justify-content: center; | |
93 margin-bottom: 5px; | |
94 } | |
95 | |
89 button.outside-reference { | 96 button.outside-reference { |
90 width:120px; | 97 position: inherit; |
91 height:20px; | 98 margin: 0px 5px; |
92 margin-bottom:5px; | |
93 position: absolute; | |
94 } | 99 } |
95 | 100 |
96 div.track-slider-playing { | 101 div.track-slider-playing { |
97 background-color: #FFDDDD; | 102 background-color: #FFDDDD; |
98 } | 103 } |