# HG changeset patch # User Marcin Kuzminski # Date 2013-06-28 21:02:56 # Node ID 3dba79ad50363b62dce8314a2d8d76ec3c940ea3 # Parent 368589dfbe989dc1d47614c6a7f0689c88b89309 fixed zindex issues on side-by-side diffs diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -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 { diff --git a/rhodecode/templates/email_templates/changeset_comment.html b/rhodecode/templates/email_templates/changeset_comment.html --- a/rhodecode/templates/email_templates/changeset_comment.html +++ b/rhodecode/templates/email_templates/changeset_comment.html @@ -16,4 +16,3 @@

${_('Description')}:
${h.shorter(message, 256)}

-