File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1212 link( rel ='apple-touch-icon-precomposed' , href ='favicon.ico' )
1313 style
1414 *{
15- -webkit- user- select: none;
15+ -webkit- user- select: none;
1616 }
1717 body{
1818 background-color:#2F4F4F ;
1919 }
2020 .container {
21- width: 53%;
22- margin: 5%;
21+ width:53%;
22+ margin:5%;
2323 border:2px solid black;
2424 border-radius:25px;
25- padding: 5%;
25+ padding:5%;
2626 background-color:#D3D3D3 ;
2727 }
28- .btn-group {
28+ #controls {
2929 margin-top:25%;
3030 margin-bottom:10%;
3131 }
32+ #playpause , #down{
33+ width:4em;
34+ }
3235 body
3336 div.container
3437 input( type ='text' ) #id .form-control.input-sm
35- div.btn-group #controls
38+ div#controls
3639 button#prev .btn.btn-info
3740 span.glyphicon.glyphicon-backward
3841 button#playpause .btn.btn-primary
3942 span.glyphicon.glyphicon-play
4043 span.glyphicon.glyphicon-pause
4144 button#next .btn.btn-info
4245 span.glyphicon.glyphicon-forward
46+ br
47+ button#mute .btn.btn-primary
48+ span.glyphicon.glyphicon-volume-off
49+ button#down .btn.btn-info
50+ span.glyphicon.glyphicon-volume-down
51+ button#up .btn.btn-primary
52+ span.glyphicon.glyphicon-volume-up
You can’t perform that action at this time.
0 commit comments