comparison pylons_app/public/css/style.css @ 454:ffbd1808b4c8

fixed repo switcher, some css fixups for repo switcher and switch to menu
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Sep 2010 18:07:24 +0200
parents 2a95d54b19e6
children 37fb1e6d0e58
comparison
equal deleted inserted replaced
453:2a95d54b19e6 454:ffbd1808b4c8
422 border: 1px solid #666; 422 border: 1px solid #666;
423 border-top: 1px solid #003367; 423 border-top: 1px solid #003367;
424 z-index: 100; 424 z-index: 100;
425 } 425 }
426 426
427 #header #header-inner #quick ul.repo_switcher{
428 max-height:275px;
429 overflow-x:hidden;
430 overflow-y:auto;
431 white-space:nowrap;
432 }
433
427 #header #header-inner #quick li ul li 434 #header #header-inner #quick li ul li
428 { 435 {
429 border-bottom: 1px solid #dddddd; 436 border-bottom: 1px solid #dddddd;
430 } 437 }
431 438
473 } 480 }
474 481
475 #header #header-inner #quick li ul ul 482 #header #header-inner #quick li ul ul
476 { 483 {
477 right: 200px; 484 right: 200px;
485 max-height: 275px;
486 overflow: auto;
487 overflow-x: hidden;
488 white-space:nowrap;
478 } 489 }
479 490
480 #header #header-inner #quick li:hover ul ul, 491 #header #header-inner #quick li:hover ul ul,
481 #header #header-inner #quick li:hover ul ul ul, 492 #header #header-inner #quick li:hover ul ul ul,
482 #header #header-inner #quick li:hover ul ul ul ul 493 #header #header-inner #quick li:hover ul ul ul ul
3419 #switch_repos{ 3430 #switch_repos{
3420 position: absolute; 3431 position: absolute;
3421 height: 25px; 3432 height: 25px;
3422 z-index: 1; 3433 z-index: 1;
3423 } 3434 }
3435 #switch_repos select{
3436 min-width:150px;
3437 max-height: 250px;
3438 z-index: 1;
3439 }
3424 /* ----------------------------------------------------------- 3440 /* -----------------------------------------------------------
3425 BREADCRUMBS 3441 BREADCRUMBS
3426 ----------------------------------------------------------- */ 3442 ----------------------------------------------------------- */
3427 3443
3428 .breadcrumbs{ 3444 .breadcrumbs{