From d2f4ad7e90a7c7aa5307334f9a3766dfdc0e1370 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 2 Mar 2015 17:50:57 -0500 Subject: [PATCH] Improve connect and disconnect message css --- 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 8ef0cc1a..8441008e 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -240,10 +240,9 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { .server-msg-disconnect { border: 1px solid #ff0000; - padding-top: 5px; + line-height: 2; margin-top: 5px; margin-bottom: 5px; - height: 30px; color: #ff0000; text-align: center; background-color: rgba(129, 20, 21, 0.1); @@ -251,10 +250,9 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { .server-msg-reconnect { border: 1px solid #009900; - padding-top: 5px; + line-height: 2; margin-top: 5px; margin-bottom: 5px; - height: 30px; color: #009900; text-align: center; background-color: rgba(18, 100, 18, 0.1);