From c5937ead52cf09ef4fb48d426cd5ee58af890ed8 Mon Sep 17 00:00:00 2001 From: emeric Date: Tue, 9 Dec 2014 13:00:10 +0100 Subject: [PATCH] [UI] Added left padding in the setings menu --- src/ui/docroot/css/lms.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/docroot/css/lms.css b/src/ui/docroot/css/lms.css index 791cd461..605eaac6 100644 --- a/src/ui/docroot/css/lms.css +++ b/src/ui/docroot/css/lms.css @@ -2,6 +2,10 @@ margin-bottom: 0px; } +div.contents { + padding: 0px 12px 6px; +} + .playqueue-playing { font-weight: bold; }