do not hide controls button. clearer

This commit is contained in:
Wouter van Wijk 2013-03-15 23:56:57 +01:00
parent 031fc43a8a
commit 7402a9fb0d

View File

@ -47,10 +47,6 @@
.srch-breakpoint.ui-grid-a .ui-block-a, .srch-breakpoint.ui-grid-a .ui-block-b {
width: 49%;
}
/*controls*/
#btcontrols {
display: none;
}
.scroll {
overflow-y: scroll;
overflow-x: hidden;
@ -105,10 +101,6 @@
.srch-breakpoint.ui-grid-a .ui-block-a, .srch-breakpoint.ui-grid-a .ui-block-b {
width: 100%;
}
/*controls*/
#btcontrols {
display: block;
}
#playlistspane, .scroll {
overflow-y: auto;
overflow-x: auto;