From 57b1f3b818c9ba43db9b0febdc260b47f8c7d6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 21 Jan 2019 17:30:54 +0100 Subject: [PATCH] Better styling and a header --- server/public/assets/css/style.css | 15 +++++++++++---- server/public/partials/channel/players.handlebars | 1 + 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 15fd3f42..5a8405c0 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -2866,7 +2866,7 @@ nav ul li:hover, nav ul li.active { } #addToListInput { - top: -105px; + top: -125px; right: 10px; z-index: 999999; pointer-events: all; @@ -2874,8 +2874,14 @@ nav ul li:hover, nav ul li.active { #addToListInput .input-field { margin-right: 25px; - margin-top: 0px; - margin-bottom: 0px; + margin-bottom: 15px !important; + margin-top: 10px; + display: flex; + flex-direction: column; +} + +#addToListInput span { + color: white; } #addToListInput .input-field input { @@ -3698,7 +3704,8 @@ nav ul li:hover, nav ul li.active { } #addToListInput { - top: -60px; + top: -85px; + right: 35px; } #addToOtherList { diff --git a/server/public/partials/channel/players.handlebars b/server/public/partials/channel/players.handlebars index d8a140ef..ec8bba47 100644 --- a/server/public/partials/channel/players.handlebars +++ b/server/public/partials/channel/players.handlebars @@ -73,6 +73,7 @@
+ Add to other list