From d27e4a0178b334512b8c90a89953e0f22cfbda80 Mon Sep 17 00:00:00 2001 From: Andreas Kotowicz Date: Thu, 24 Nov 2011 15:25:48 +0100 Subject: [PATCH] change search box padding, otherwise the bottom of the searchbox will not be aligned with the buttons on the left. --- helpdesk/static/helpdesk/helpdesk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk/static/helpdesk/helpdesk.css b/helpdesk/static/helpdesk/helpdesk.css index 48b434d2..85034e9d 100644 --- a/helpdesk/static/helpdesk/helpdesk.css +++ b/helpdesk/static/helpdesk/helpdesk.css @@ -43,7 +43,7 @@ table { border: solid #444 1px; background-color: #fff; color: #ccc; - padding: 2px 3px; + padding: 0px 3px; margin: 0px 2px; font-size: 10pt; line-height: 12pt;