You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/07/13 19:30:11 UTC

[14/18] allura git commit: [#8088] Updated edit button style to match new design changes. minor design changes

[#8088] Updated edit button style to match new design changes. minor design changes


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

Branch: refs/heads/master
Commit: 3e8f1466e819e941b58aa36c6a540f0a709590a4
Parents: ee60af2
Author: Rohan Verma <ro...@gmail.com>
Authored: Fri Jun 24 20:40:58 2016 +0530
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 13 15:03:30 2016 -0400

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css      | 20 +++++++++++++++++++-
 .../allura/templates/widgets/post_widget.html   |  4 ++--
 2 files changed, 21 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/3e8f1466/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 ad2ad2c..c838786 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2480,7 +2480,6 @@ div.attachment_thumb .file_type span {
   margin-top: 0 !important;
   background-color: #fff;
   overflow: auto;
-  padding-bottom: 30px;
 }
 
 #comment ul .row {
@@ -3516,6 +3515,25 @@ fieldset.preferences legend {
     border-radius: 10%;
 }
 
+.discussion-post .editor-toolbar {
+    border: 0px;
+    width: 100%;
+}
+
+.discussion-post .CodeMirror {
+    border: 0px;
+    width: 100%;
+}
+
+.discussion-post .editor-statusbar {
+    border: 0px !important;
+    width: 100%;
+}
+
+.discussion-post .editor-preview {
+    width: 100%;
+}
+
 .meta_post .bubble .header{
     background-color: #ffffff;
     font-size: 0.7em;

http://git-wip-us.apache.org/repos/asf/allura/blob/3e8f1466/Allura/allura/templates/widgets/post_widget.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/widgets/post_widget.html b/Allura/allura/templates/widgets/post_widget.html
index fd7ef4d..3418d98 100644
--- a/Allura/allura/templates/widgets/post_widget.html
+++ b/Allura/allura/templates/widgets/post_widget.html
@@ -88,7 +88,7 @@
           {% endif %}
         </div>
         {% if h.has_access(value, 'moderate')() %}
-        <div class="edit_post_form reply" style="display:none">
+        <div class="edit_post_form reply" style="display:none; padding-left: 5px;">
             {{widgets.edit_post.display(value=value, submit_text='Post', action=value.url())}}
         </div>
         {% endif %}
@@ -98,7 +98,7 @@
         </div>
         {% endif %}
         {% if value.attachments and (not pending or moderator) %}
-        <div>
+        <div style="padding-left: 5px;">
           <strong>Attachments</strong>
           <div class="clear"></div>
           {% for att in value.attachments %}