Changeset - 3dba79ad5036
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 12 years ago 2013-06-28 23:02:56
marcin@python-works.com
fixed zindex issues on side-by-side diffs
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -3108,12 +3108,13 @@ table.code-browser .submodule-dir {
 
    white-space: pre-wrap;
 
    -webkit-border-radius: 8px 8px 8px 8px;
 
    -khtml-border-radius: 8px 8px 8px 8px;
 
    border-radius: 8px 8px 8px 8px;
 
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
    z-index: 100000;
 
}
 

	
 
.hl-tip-box {
 
    visibility: hidden;
 
    position: absolute;
 
    color: #666;
rhodecode/templates/email_templates/changeset_comment.html
Show inline comments
 
@@ -13,7 +13,6 @@ ${body}
 
</p>
 

	
 
<p>${_('Changeset')}: ${h.short_id(raw_id)}</p>
 
<p>${_('Description')}:<br/>
 
${h.shorter(message, 256)}
 
</p>
 

	
0 comments (0 inline, 0 general)