diff --git a/flatclient/css/jquery.mobile.flatui.css b/flatclient/css/jquery.mobile.flatui.css index fee4bf5..b13fc48 100755 --- a/flatclient/css/jquery.mobile.flatui.css +++ b/flatclient/css/jquery.mobile.flatui.css @@ -2841,9 +2841,9 @@ div.ui-slider-switch.ui-mini { } /* animate class is added to panel, wrapper and fixed toolbars */ .ui-panel-animate { - -webkit-transition: -webkit-transform 350ms ease; - -moz-transition: -moz-transform 350ms ease; - transition: transform 350ms ease; + -webkit-transition: -webkit-transform 200ms ease; + -moz-transition: -moz-transform 200ms ease; + transition: transform 200ms ease; } /* hardware acceleration for smoother transitions on WebKit browsers */ .ui-panel-animate.ui-panel:not(.ui-panel-display-reveal), diff --git a/flatclient/css/webclient.css b/flatclient/css/webclient.css index 9219c0b..aa99c93 100755 --- a/flatclient/css/webclient.css +++ b/flatclient/css/webclient.css @@ -29,7 +29,7 @@ width: 32.95%; } .pl-breakpoint.ui-grid-a .ui-block-b { - width: 65.2%; + width: 65.4%; } .pl-breakpoint.ui-grid-a .ui-block-a { clear: left; @@ -102,10 +102,11 @@ width: 100%; } #playlistspane, .scroll { - overflow-y: auto; +/* overflow-y: auto; overflow-x: hidden; +*/ width: 100%; - heigth: 100%; + heigth: 90%; } } @@ -346,8 +347,8 @@ * Now Playing area *******************/ .nowPlayingControls{ - font-size: 2em; - line-height: 80px; + font-size: 1.2em; + line-height: 50px; } .nowPlayingControls .fa{ vertical-align: -webkit-baseline-middle; @@ -407,6 +408,13 @@ /*************** * common use ***************/ + +#playlistspane { +/* height: 90% !important;*/ + margin: 0px !important; + padding: 2px !important; +} + a { text-decoration: none !important; } @@ -573,4 +581,13 @@ a { font-size: 1.3em; line-height: 50px; } +} + +/* disable text selection for mouse swipe */ +body * { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; } \ No newline at end of file diff --git a/flatclient/index.html b/flatclient/index.html index 4fae49f..5fd239f 100755 --- a/flatclient/index.html +++ b/flatclient/index.html @@ -38,7 +38,7 @@ new FastClick(document.body); }, false); - + @@ -51,7 +51,7 @@
-
+