comparison rhodecode/public/css/style.css @ 694:bf62855a10d9 beta

fixed repo switcher icons
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 15 Nov 2010 16:36:43 +0100
parents 23c2a0e6df0b
children 4432eb113b7f
comparison
equal deleted inserted replaced
693:90ac3255c117 694:bf62855a10d9
361 max-height:275px; 361 max-height:275px;
362 overflow-x:hidden; 362 overflow-x:hidden;
363 overflow-y:auto; 363 overflow-y:auto;
364 } 364 }
365 365
366 #header #header-inner #quick .repo_switcher_type{
367 position:absolute;
368 left:0;
369 top:9px;
370
371 }
366 #header #header-inner #quick li ul li { 372 #header #header-inner #quick li ul li {
367 border-bottom:1px solid #ddd; 373 border-bottom:1px solid #ddd;
368 } 374 }
369 375
370 #header #header-inner #quick li ul li a { 376 #header #header-inner #quick li ul li a {
418 } 424 }
419 425
420 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover { 426 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover {
421 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF; 427 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF;
422 min-width:167px; 428 min-width:167px;
423 margin:0; 429 margin:0 0 0 14px;
424 padding:12px 9px 7px 24px; 430 padding:12px 9px 7px 24px;
425 } 431 }
426 432
427 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover { 433 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover {
428 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF; 434 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF;
429 min-width:167px; 435 min-width:167px;
430 margin:0; 436 margin:0 0 0 14px;
431 padding:12px 9px 7px 24px; 437 padding:12px 9px 7px 24px;
432 } 438 }
433 439
434 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover { 440 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover {
435 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF; 441 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF;