Skip to content

Commit

Permalink
refs #1079
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Feb 5, 2014
1 parent b46f5e3 commit 5e1744b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion root/inc/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<span>&nbsp;/&nbsp;</span>
<div class="release">
<span class="dropdown"><b class="caret"></b></span>
<select onchange="document.location.href=this.value"><% PROCESS version_dropdown %></select>
<select class="<% module ? "" : "extend" %>" onchange="document.location.href=this.value"><% PROCESS version_dropdown %></select>
<% IF module %>
<a itemprop="name" href="/release/<% IF release.status == 'latest'; release.distribution; ELSE; [module.author, module.release].join('/'); END %>"><% release.name %></a>
<% ELSE %>
Expand Down
5 changes: 5 additions & 0 deletions root/static/less/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
opacity: 0;
}

select.extend {
width: 100%;
left: 0;
}

.dropdown .caret {
margin-left: auto;
margin-right: 2px;
Expand Down

0 comments on commit 5e1744b

Please sign in to comment.