# HG changeset patch # User Marcin Kuzminski # Date 1283530044 -7200 # Node ID ffbd1808b4c86bf0822761cfd243205b85401bd9 # Parent 2a95d54b19e6c3e90aed3479b2bc58630b4320fa fixed repo switcher, some css fixups for repo switcher and switch to menu diff -r 2a95d54b19e6 -r ffbd1808b4c8 pylons_app/public/css/style.css --- a/pylons_app/public/css/style.css Fri Sep 03 16:18:18 2010 +0200 +++ b/pylons_app/public/css/style.css Fri Sep 03 18:07:24 2010 +0200 @@ -424,6 +424,13 @@ z-index: 100; } +#header #header-inner #quick ul.repo_switcher{ + max-height:275px; + overflow-x:hidden; + overflow-y:auto; + white-space:nowrap; +} + #header #header-inner #quick li ul li { border-bottom: 1px solid #dddddd; @@ -475,6 +482,10 @@ #header #header-inner #quick li ul ul { right: 200px; + max-height: 275px; + overflow: auto; + overflow-x: hidden; + white-space:nowrap; } #header #header-inner #quick li:hover ul ul, @@ -3421,6 +3432,11 @@ height: 25px; z-index: 1; } +#switch_repos select{ + min-width:150px; + max-height: 250px; + z-index: 1; +} /* ----------------------------------------------------------- BREADCRUMBS ----------------------------------------------------------- */ diff -r 2a95d54b19e6 -r ffbd1808b4c8 pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html Fri Sep 03 16:18:18 2010 +0200 +++ b/pylons_app/templates/base/base.html Fri Sep 03 18:07:24 2010 +0200 @@ -85,30 +85,7 @@ if selected == current: return h.literal('class="current"') %> - %if current not in ['home','admin']: - - + %if current not in ['home','admin']: ##REGULAR MENU