From 5c577272f29e345111f4b2bdebcfa4b829902c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 30 Nov 2016 14:19:20 +0100 Subject: [PATCH] Fixed placing of border on delete button --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 78d08817..6dfa0ea1 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1305,16 +1305,20 @@ nav ul li:hover, nav ul li.active { padding-left: 10px; } +.list-song .card-action{ + border-top:none !important; +} + #del, #del_suggested, #del_user_suggested{ position: absolute; text-align: right; right: 0%; - /* height: 100%; */ bottom: -31%; line-height: normal; padding: 2px 12px; color: white; width: initial; + border-top: 1px solid rgba(160,160,160,0.2); } .result {