changeset 6349:72b234ec4ff4

style: introduce well markup - preparing for Bootstrap but so far not used Based on work by Dominik Ruf.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 04 Dec 2016 22:53:36 +0100
parents fb2c6f734ac9
children 880fe0697cd2
files kallithea/templates/admin/notifications/show_notification.html kallithea/templates/changeset/changeset_file_comment.html
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/notifications/show_notification.html	Sun Dec 04 22:53:36 2016 +0100
+++ b/kallithea/templates/admin/notifications/show_notification.html	Sun Dec 04 22:53:36 2016 +0100
@@ -34,9 +34,11 @@
         </div>
         <div class="notification-body">
             <div class="notification-subject">${h.literal(c.notification.subject)}</div>
+            <div class="well">
             %if c.notification.body:
                 ${h.render_w_mentions(c.notification.body)}
             %endif
+            </div>
         </div>
       </div>
     </div>
--- a/kallithea/templates/changeset/changeset_file_comment.html	Sun Dec 04 22:53:36 2016 +0100
+++ b/kallithea/templates/changeset/changeset_file_comment.html	Sun Dec 04 22:53:36 2016 +0100
@@ -53,7 +53,7 @@
   <div class="ac">
   %if c.authuser.username != 'default':
     ${h.form('#', class_='inline-form')}
-      <div class="clearfix">
+      <div class="well well-sm clearfix">
         <div class="comment-help">${_('Commenting on line.')}
           <span class="text-muted">${_('Comments are in plain text. Use @username inside this text to notify another user.')|n}</span>
         </div>