]> git.mxchange.org Git - friendica.git/commitdiff
fix the comment box being too wide and looking off-kilter
authorSimon L'nu <simon.lnu@gmail.com>
Sun, 18 Mar 2012 22:33:38 +0000 (18:33 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sun, 18 Mar 2012 22:33:38 +0000 (18:33 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/style.css
view/theme/dispy/style.css

index b4aefbbf23068db8ff09c63f110ce64a1ba9eb73..eaaa0acbd0ca76b252bf7fcbf2404ad89d37de79 100644 (file)
@@ -1258,7 +1258,7 @@ section {
 }
 [class^="comment-edit-text"] {
     margin: 5px 0 10px 20px;
-    width: 86.5%;
+    width: 84.5%;
 }
 .comment-edit-text-empty {
        height: 20px;
index 26ac08c8c5bb4d835e9306313394c954abd6f097..812c5ee2e6a87fcffec4b3bce8a8546b955f042c 100644 (file)
@@ -1256,7 +1256,7 @@ section {
 }
 [class^="comment-edit-text"] {
     margin: 5px 0 10px 20px;
-    width: 86.5%;
+    width: 84.5%;
 }
 .comment-edit-text-empty {
        height: 20px;