From 11e44c68cef403e13c9142d8e347d7aafc8303d8 Mon Sep 17 00:00:00 2001 From: acrefoot Date: Fri, 14 Jun 2013 17:03:41 -0400 Subject: [PATCH] quickfix whitespace on the composebox (imported from commit 431a7bc2ac1192416f3c2bc7cbeaeac802a0ec62) --- zephyr/static/styles/zephyr.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 904873c5fd..3cb38dcd41 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -769,6 +769,9 @@ blockquote p { #compose_close { display: none; + position: absolute; + right: 5px; + top: 10px; } /* Like .nav-tabs > li > a */