changeset 4063:3dba79ad5036

fixed zindex issues on side-by-side diffs
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 28 Jun 2013 23:02:56 +0200
parents 368589dfbe98
children afe7c5e63aaf
files rhodecode/public/css/style.css rhodecode/templates/email_templates/changeset_comment.html
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Fri Jun 28 22:43:32 2013 +0200
+++ b/rhodecode/public/css/style.css	Fri Jun 28 23:02:56 2013 +0200
@@ -3111,6 +3111,7 @@
     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 {
--- a/rhodecode/templates/email_templates/changeset_comment.html	Fri Jun 28 22:43:32 2013 +0200
+++ b/rhodecode/templates/email_templates/changeset_comment.html	Fri Jun 28 23:02:56 2013 +0200
@@ -16,4 +16,3 @@
 <p>${_('Description')}:<br/>
 ${h.shorter(message, 256)}
 </p>
-