From d74283640b1134f8389fe0f4c6cf44f9eb643dc0 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Sun, 15 Sep 2013 11:24:06 +1000 Subject: [PATCH] . --- js/quick-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 6f02b109..c17897aa 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -26,13 +26,13 @@ var do_css = function() { right: 0;\ top: 5%;\ float: right;\ - background: ' + reply_background + ';\ display: block;\ padding: 0 0 0 0;\ width: 350px;\ }\ #quick-reply table {\ border-collapse: collapse;\ + background: ' + reply_background + ';\ margin: 0;\ width: 100%;\ }\