comparison rhodecode/public/css/style.css @ 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 6eaee7e2829e
children ec7e44bf9f31
comparison
equal deleted inserted replaced
4062:368589dfbe98 4063:3dba79ad5036
3109 -webkit-border-radius: 8px 8px 8px 8px; 3109 -webkit-border-radius: 8px 8px 8px 8px;
3110 -khtml-border-radius: 8px 8px 8px 8px; 3110 -khtml-border-radius: 8px 8px 8px 8px;
3111 border-radius: 8px 8px 8px 8px; 3111 border-radius: 8px 8px 8px 8px;
3112 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 3112 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3113 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 3113 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3114 z-index: 100000;
3114 } 3115 }
3115 3116
3116 .hl-tip-box { 3117 .hl-tip-box {
3117 visibility: hidden; 3118 visibility: hidden;
3118 position: absolute; 3119 position: absolute;