comparison core.css @ 1155:5352a2adc6d1

More volume control styling
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 22 Jan 2016 17:03:18 +0000
parents 3ba07a441364
children c0022a09c4f6
comparison
equal deleted inserted replaced
1154:3ba07a441364 1155:5352a2adc6d1
99 background-color: #000; 99 background-color: #000;
100 } 100 }
101 101
102 div#master-volume-holder { 102 div#master-volume-holder {
103 width: 250px; 103 width: 250px;
104 height: 25px;
105 float: left; 104 float: left;
105 border: black 1px solid;
106 border-radius: 5px;
107 padding: 5px;
106 } 108 }
107 109
108 input#master-volume-control { 110 input#master-volume-control {
109 width: 200px; 111 width: 200px;
110 height: 25px; 112 height: 25px;