comparison css/core.css @ 2363:95dc0833eb0a

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Mon, 16 May 2016 16:20:59 +0100
parents c296a817dff8
children 2305ef6779fe
comparison
equal deleted inserted replaced
2350:1ab42e36b6c8 2363:95dc0833eb0a
131 position: fixed; 131 position: fixed;
132 left: 0px; 132 left: 0px;
133 top: 0px; 133 top: 0px;
134 } 134 }
135 135
136 div#lightbox-root {
137 visibility: hidden;
138 z-index: 20;
139 top: 25px;
140 min-height: 50px;
141 max-height: 250px;
142 }
143
144 div.lightbox-error {
145 margin: 25px;
146 margin-bottom: 50px;
147 padding: 5px;
148 border-radius: 5px;
149 background-color: rgb(255,220,220);
150 border: 2px rgb(200,0,0) solid;
151 }
152
153 div.lightbox-warning {
154 margin: 25px;
155 margin-bottom: 50px;
156 padding: 5px;
157 border-radius: 5px;
158 background-color: rgb(255,255,220);
159 border: 2px rgb(255,250,0) solid;
160 }
161
162 div.lightbox-message {
163 margin: 25px;
164 margin-bottom: 50px;
165 padding: 5px;
166 border-radius: 5px;
167 background-color: rgb(200,220,255);
168 border: 2px rgb(50,100,250) solid;
169 }
170
171 div#lightbox-blanker {
172 visibility: hidden;
173 z-index: 19;
174 }
175
136 button.outside-reference { 176 button.outside-reference {
137 width:120px; 177 width:120px;
138 height:20px; 178 height:20px;
139 margin-bottom:5px; 179 margin-bottom:5px;
140 position: absolute; 180 position: absolute;
167 height: 10px; 207 height: 10px;
168 position: relative; 208 position: relative;
169 background-color: #000; 209 background-color: #000;
170 } 210 }
171 211
172 div#master-volume-holder { 212 div.master-volume-holder-inline {
213 width: 100%;
214 padding: 5px;
215 }
216
217 div.master-volume-holder-float {
218 position: absolute;
219 top: 20px;
220 left: 50px;
221 width: 250px%;
222 padding: 5px;
223 }
224
225 div#master-volume-root {
226 margin:auto;
227 border: black 1px solid;
228 border-radius: 5px;
173 width: 250px; 229 width: 250px;
174 float: left; 230 height: 40px;
175 border: black 1px solid;
176 border-radius: 5px;
177 padding: 5px;
178 } 231 }
179 232
180 input#master-volume-control { 233 input#master-volume-control {
181 width: 200px; 234 width: 200px;
182 height: 25px; 235 height: 25px;