comparison rhodecode/public/css/style.css @ 2163:e77fbd3b069c beta

IE ui fixes ref #349
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Mar 2012 13:12:16 +0200
parents f8e66d942dcb
children dc2584ba5fbc b61e540122f2
comparison
equal deleted inserted replaced
2162:04d3fae0e4c0 2163:e77fbd3b069c
320 -webkit-border-radius: 0px 0px 0px 0px; 320 -webkit-border-radius: 0px 0px 0px 0px;
321 -khtml-border-radius: 0px 0px 0px 0px; 321 -khtml-border-radius: 0px 0px 0px 0px;
322 -moz-border-radius: 0px 0px 0px 0px; 322 -moz-border-radius: 0px 0px 0px 0px;
323 border-radius: 0px 0px 0px 0px; 323 border-radius: 0px 0px 0px 0px;
324 } 324 }
325
326 .ie7 #header #header-inner.hover,
327 .ie8 #header #header-inner.hover,
328 .ie9 #header #header-inner.hover
329 {
330 z-index: auto !important;
331 }
332
325 #header #header-inner #home a { 333 #header #header-inner #home a {
326 height: 40px; 334 height: 40px;
327 width: 46px; 335 width: 46px;
328 display: block; 336 display: block;
329 background: url("../images/button_home.png"); 337 background: url("../images/button_home.png");