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
 
@@ -3111,6 +3111,7 @@ table.code-browser .submodule-dir {
 
    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 {
rhodecode/templates/email_templates/changeset_comment.html
Show inline comments
 
@@ -16,4 +16,3 @@ ${body}
 
<p>${_('Description')}:<br/>
 
${h.shorter(message, 256)}
 
</p>
 

	
0 comments (0 inline, 0 general)