From: eb041592 <35889760+eb041592@users.noreply.github.com> Date: Sun, 4 Feb 2018 23:38:20 +0000 (+0100) Subject: Align the labels for the trash mode buttons with display:inline-block X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=bd9775de8ef68c3b2392d7ae2d1db67b06323795;p=ympd.git Align the labels for the trash mode buttons with display:inline-block --- diff --git a/htdocs/css/mpd.css b/htdocs/css/mpd.css index 647bfc7..21fb4a8 100644 --- a/htdocs/css/mpd.css +++ b/htdocs/css/mpd.css @@ -88,3 +88,9 @@ td:last-child, td:first-child { button { overflow: hidden; } + +#trashmode span:last-child { + display:inline-block; + text-align:left; + width:2.8em; +} diff --git a/htdocs/index.html b/htdocs/index.html index 6e6fccb..47fde5f 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -177,15 +177,15 @@