Changeset - f60a07dbe2f0
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-03-02 21:31:02
marcin@python-works.com
notification inbox show subject
2 files changed with 8 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4652,7 +4652,7 @@ PULL REQUESTS
 
	font-size: 16px;
 
}
 
.diff-container {
 
	
 

	
 
}
 

	
 
.diff-container.hidden{
 
@@ -4756,7 +4756,7 @@ table.code-difftable td {
 
    background: none !important;
 
    border:0 !important;
 
    vertical-align: none !important;
 
    
 

	
 
}
 
table.code-difftable .context {
 
    background:none repeat scroll 0 0 #DDE7EF;
rhodecode/templates/admin/notifications/show_notification.html
Show inline comments
 
@@ -39,7 +39,12 @@
 
            <span id="${c.notification.notification_id}" class="delete-notification delete_icon action"></span>
 
          </div>
 
        </div>
 
        <div class="notification-body">${h.rst_w_mentions(c.notification.body)}</div>
 
        <div class="notification-body">
 
        <div class="notification-subject">${h.literal(c.notification.subject)}</div>
 
        %if c.notification.body:
 
            ${h.rst_w_mentions(c.notification.body)}
 
        %endif
 
        </div>
 
      </div>
 
    </div>
 
</div>
0 comments (0 inline, 0 general)