From 8561d0418de2e5d5958c964c3597404bc25b1e1c Mon Sep 17 00:00:00 2001 From: gv1222 Date: Wed, 25 Feb 2015 14:19:26 -0500 Subject: [PATCH] Add a small padding to entire #messagebuffer --- www/css/cytube.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/www/css/cytube.css b/www/css/cytube.css index 153f26d8..8ef0cc1a 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -24,6 +24,8 @@ #messagebuffer { width: auto; + padding-left: 5px; + padding-right: 5px; } #userlist { @@ -239,8 +241,9 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { .server-msg-disconnect { border: 1px solid #ff0000; padding-top: 5px; - padding-bottom: 5px; - margin: 5px; + margin-top: 5px; + margin-bottom: 5px; + height: 30px; color: #ff0000; text-align: center; background-color: rgba(129, 20, 21, 0.1); @@ -249,8 +252,9 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { .server-msg-reconnect { border: 1px solid #009900; padding-top: 5px; - padding-bottom: 5px; - margin: 5px; + margin-top: 5px; + margin-bottom: 5px; + height: 30px; color: #009900; text-align: center; background-color: rgba(18, 100, 18, 0.1);