You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/22 14:31:38 UTC

[42/42] allura git commit: [#7897] ticket:824 Fix text wrapping and list styles in preview/edit mode for replies

[#7897] ticket:824 Fix text wrapping and list styles in preview/edit mode for replies


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/cde086f7
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/cde086f7
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/cde086f7

Branch: refs/heads/ib/7897
Commit: cde086f7e96aa328aebbf704b8925f08741b1c11
Parents: 3cc7ae2
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Jul 22 11:41:45 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Wed Jul 22 11:41:45 2015 +0300

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/cde086f7/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 80081e4..a188133 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2636,10 +2636,18 @@ div.attachment_thumb .file_type span {
   width: 74%;
 }
 
+#comment .edit_post_form ul,
+#comment .reply_post_form ul,
 #comment .display_post ul {
   float: none;
   padding-left: 1em;
   list-style-type: disc;
+  margin-bottom: 20px !important;
+}
+#comment .edit_post_form ul,
+#comment .reply_post_form ul {
+  padding-left: 1.5em;
+  width: 95%
 }
 
 .reply {