# HG changeset patch # User Marcin Kuzminski # Date 2011-04-16 22:03:19 # Node ID 83714588272ce85114962c95d6c733690dbe329b # Parent 238bea955b5425ab004d890ba6887d2e399283f5 added quick filter into repo switcher list diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -389,6 +389,12 @@ max-height:275px; overflow-x:hidden; overflow-y:auto; } +#header #header-inner #quick ul.repo_switcher li.qfilter_rs { +float:none; +margin:0; +border-bottom:2px solid #003367; +} + #header #header-inner #quick .repo_switcher_type{ position:absolute; diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -121,12 +121,55 @@