]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
More interactive magic for inline replies: placeholder at the end of list
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 74f5bb3e30ee195904a850e68b9fe0bc33ed22d8..22f135abb85fe9b78bddede1408375ee3bd6c6d1 100644 (file)
@@ -1124,11 +1124,17 @@ border-top-style:solid;
 .threaded-notices .notice-reply {
     margin: 8px;
 }
-.threaded-notices .notice-reply textarea {
+.threaded-notices .notice-reply textarea,
+.threaded-notices .notice-reply-placeholder input.placeholder {
     margin-left: 0;
     width: 95%;
 }
-.threaded-notices .notice-reply input.submit {
+.threaded-notices .notice-reply-placeholder input.placeholder {
+    color: gray;
+    margin-left: 8px; /* ?? */
+    margin-bottom: 8px;
+}
+.threaded-notices .notice-reply .controls {
     text-align: right;
 }