Merge branch 'master' into filter
authorDaniel Schregenberger <daniel@despite.ch>
Fri, 11 May 2018 14:59:07 +0000 (16:59 +0200)
committerGitHub <noreply@github.com>
Fri, 11 May 2018 14:59:07 +0000 (16:59 +0200)
1  2 
htdocs/css/mpd.css
htdocs/js/mpd.js

@@@ -21,10 -27,13 +27,17 @@@ button 
    margin-top: 2px;
  }
  
+ #breadcrump {
+   display: block;
+   overflow: auto;
+   white-space: nowrap;
+ }
 +#breadcrump > li > a{
 +  cursor: pointer;
 +}
 +
  #counter {
    font-size: 24px;
    margin-top: -6px;
Simple merge