# HG changeset patch # User Marcin Kuzminski # Date 1302984199 -7200 # Node ID 83714588272ce85114962c95d6c733690dbe329b # Parent 238bea955b5425ab004d890ba6887d2e399283f5 added quick filter into repo switcher list diff -r 238bea955b54 -r 83714588272c rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Sat Apr 16 21:11:49 2011 +0200 +++ b/rhodecode/public/css/style.css Sat Apr 16 22:03:19 2011 +0200 @@ -389,6 +389,12 @@ 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 -r 238bea955b54 -r 83714588272c rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html Sat Apr 16 21:11:49 2011 +0200 +++ b/rhodecode/templates/base/base.html Sat Apr 16 22:03:19 2011 +0200 @@ -121,12 +121,55 @@