From: Mikael Nordfeldth <mmn@hethane.se>
Date: Sat, 7 Mar 2015 22:38:03 +0000 (+0100)
Subject: Don't put submit button in reply field edge-to-edge
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=75d45dace9b32f1209da7fe00b596b7c5a2af45b;p=quix0rs-gnu-social.git

Don't put submit button in reply field edge-to-edge
---

diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 9e0bfac3fe..59c0078be4 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -951,7 +951,8 @@ content: ":";
 }
 
 .threaded-replies .form_notice input.submit {
-    bottom: 0;
+    bottom: 1ex;
+    right: 1ex;
 }
 
 .threaded-replies .form_notice .error,