From bd9775de8ef68c3b2392d7ae2d1db67b06323795 Mon Sep 17 00:00:00 2001 From: eb041592 <35889760+eb041592@users.noreply.github.com> Date: Mon, 5 Feb 2018 00:38:20 +0100 Subject: [PATCH] Align the labels for the trash mode buttons with display:inline-block --- htdocs/css/mpd.css | 6 ++++++ htdocs/index.html | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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 @@