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 @@ -1594,6 +1594,7 @@ div.browserblock .browser-header { background:#FFF; padding:10px 0; float:left; +width: 100%; } div.browserblock .browser-branch { diff --git a/rhodecode/templates/files/files_browser.html b/rhodecode/templates/files/files_browser.html --- a/rhodecode/templates/files/files_browser.html +++ b/rhodecode/templates/files/files_browser.html @@ -17,6 +17,9 @@ </div> ${h.end_form()} </div> + <div class="browser-branch"> + </div> + <div style="clear:both"></div> <div class="browser-body"> <table class="code-browser"> <thead> @@ -44,7 +47,7 @@ %endif %for cnt,node in enumerate(c.files_list): - <tr class="parity${cnt+1%2}"> + <tr class="parity${cnt%2}"> <td> ${h.link_to(node.name,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=node.path),class_=file_class(node))} </td> @@ -60,12 +63,14 @@ </td> <td> %if node.is_file(): - <span class="tooltip" tooltip_title="${node.last_changeset.raw_id}">${node.last_changeset.revision}</span> + <span class="tooltip" tooltip_title="${node.last_changeset.raw_id}"> + ${node.last_changeset.revision}</span> %endif </td> <td> %if node.is_file(): - ${node.last_changeset.date} - ${h.age(node.last_changeset.date)} + <span class="tooltip" tooltip_title="${node.last_changeset.date}"> + ${h.age(node.last_changeset.date)}</span> %endif </td> <td>