Show More
@@ -537,4 +537,9 b' table.code-browser tbody td {' | |||||
537 | .current_submenu{ |
|
537 | .current_submenu{ | |
538 | border-bottom: 2px solid; |
|
538 | border-bottom: 2px solid; | |
539 |
|
539 | |||
|
540 | } | |||
|
541 | #repos_list{ | |||
|
542 | border:1px solid #556CB5; | |||
|
543 | background: #FFFFFF; | |||
|
544 | ||||
540 | } No newline at end of file |
|
545 | } |
@@ -56,10 +56,12 b'' | |||||
56 | YAHOO.util.Event.addListener('repo_switcher','click',function(){ |
|
56 | YAHOO.util.Event.addListener('repo_switcher','click',function(){ | |
57 | if(YAHOO.util.Dom.hasClass('repo_switcher','selected')){ |
|
57 | if(YAHOO.util.Dom.hasClass('repo_switcher','selected')){ | |
58 | YAHOO.util.Dom.setStyle('switch_repos','display','none'); |
|
58 | YAHOO.util.Dom.setStyle('switch_repos','display','none'); | |
|
59 | YAHOO.util.Dom.setStyle('repo_switcher','background',''); | |||
59 | YAHOO.util.Dom.removeClass('repo_switcher','selected'); |
|
60 | YAHOO.util.Dom.removeClass('repo_switcher','selected'); | |
60 | } |
|
61 | } | |
61 | else{ |
|
62 | else{ | |
62 | YAHOO.util.Dom.setStyle('switch_repos','display',''); |
|
63 | YAHOO.util.Dom.setStyle('switch_repos','display',''); | |
|
64 | YAHOO.util.Dom.setStyle('repo_switcher','background','#FFFFFF'); | |||
63 | YAHOO.util.Dom.addClass('repo_switcher','selected'); |
|
65 | YAHOO.util.Dom.addClass('repo_switcher','selected'); | |
64 | } |
|
66 | } | |
65 | }); |
|
67 | }); | |
@@ -73,7 +75,7 b'' | |||||
73 | </script> |
|
75 | </script> | |
74 | <li> |
|
76 | <li> | |
75 | <a id="repo_switcher" title="${_('Switch repository')}" href="#">↓</a> |
|
77 | <a id="repo_switcher" title="${_('Switch repository')}" href="#">↓</a> | |
76 |
<div id="switch_repos" style="display:none;position: absolute;width: 150px;height: 25px |
|
78 | <div id="switch_repos" style="display:none;position: absolute;width: 150px;height: 25px"> | |
77 | <select id="repos_list"> |
|
79 | <select id="repos_list"> | |
78 | %for repo in c.repo_list: |
|
80 | %for repo in c.repo_list: | |
79 | <option value="${repo}">${repo}</option> |
|
81 | <option value="${repo}">${repo}</option> |
General Comments 0
You need to be logged in to leave comments.
Login now