# HG changeset patch # User Marcin Kuzminski # Date 1272308584 -7200 # Node ID 7b778f90a8711ad8d64d970174189c2faef64375 # Parent 68e5749058601fec747abd6ad2b1de33f170119d html updates diff -r 68e574905860 -r 7b778f90a871 pylons_app/public/css/monoblue_custom.css --- a/pylons_app/public/css/monoblue_custom.css Mon Apr 26 00:46:28 2010 +0200 +++ b/pylons_app/public/css/monoblue_custom.css Mon Apr 26 21:03:04 2010 +0200 @@ -537,4 +537,9 @@ .current_submenu{ border-bottom: 2px solid; +} +#repos_list{ +border:1px solid #556CB5; +background: #FFFFFF; + } \ No newline at end of file diff -r 68e574905860 -r 7b778f90a871 pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html Mon Apr 26 00:46:28 2010 +0200 +++ b/pylons_app/templates/base/base.html Mon Apr 26 21:03:04 2010 +0200 @@ -56,10 +56,12 @@ YAHOO.util.Event.addListener('repo_switcher','click',function(){ if(YAHOO.util.Dom.hasClass('repo_switcher','selected')){ YAHOO.util.Dom.setStyle('switch_repos','display','none'); + YAHOO.util.Dom.setStyle('repo_switcher','background',''); YAHOO.util.Dom.removeClass('repo_switcher','selected'); } else{ YAHOO.util.Dom.setStyle('switch_repos','display',''); + YAHOO.util.Dom.setStyle('repo_switcher','background','#FFFFFF'); YAHOO.util.Dom.addClass('repo_switcher','selected'); } }); @@ -73,7 +75,7 @@
  • -