]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't put submit button in reply field edge-to-edge
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 7 Mar 2015 22:38:03 +0000 (23:38 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 7 Mar 2015 22:38:03 +0000 (23:38 +0100)
theme/base/css/display.css

index 9e0bfac3fee56a627075e34a23706cb58520cfb7..59c0078be40b2002964c132ba5c14cbe9bf13e48 100644 (file)
@@ -951,7 +951,8 @@ content: ":";
 }
 
 .threaded-replies .form_notice input.submit {
-    bottom: 0;
+    bottom: 1ex;
+    right: 1ex;
 }
 
 .threaded-replies .form_notice .error,