From cc4d8514faf2a73e22c9db2d72bfa3c2b18d55a4 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 14 Feb 2015 16:09:19 -0600 Subject: [PATCH] Fix connect message margin --- www/css/cytube.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/css/cytube.css b/www/css/cytube.css index 40216611..153f26d8 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -240,8 +240,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { border: 1px solid #ff0000; padding-top: 5px; padding-bottom: 5px; - margin-top: 5px; - margin-right: 5px; + margin: 5px; color: #ff0000; text-align: center; background-color: rgba(129, 20, 21, 0.1); @@ -251,8 +250,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { border: 1px solid #009900; padding-top: 5px; padding-bottom: 5px; - margin-top: 5px; - margin-right: 5px; + margin: 5px; color: #009900; text-align: center; background-color: rgba(18, 100, 18, 0.1);