From d75caac88e8688cb6f6d9e00e0985e75d4c56c09 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Wed, 28 Mar 2012 17:15:34 -0400 Subject: [PATCH] Implemented Jared's feedback --- scp/css/scp.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scp/css/scp.css b/scp/css/scp.css index 4f028c561..5ccdbe543 100644 --- a/scp/css/scp.css +++ b/scp/css/scp.css @@ -933,6 +933,7 @@ h2 .reload { height: 1px; border: 0; padding: 0; + margin: 0.2em 0; width: 100%; } @@ -960,7 +961,7 @@ h2 .reload { .tip_menu { margin:10px 0 0 0; padding:5px 0; - border-top:1px solid #666; + border-top:1px solid #aaa; height:16px; font-size:9pt; } -- GitLab