comparison rhodecode/templates/branches/branches.html @ 3434:488bbf5e3f59 beta

css: there is no such thing as vertical-align: right
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Feb 2013 23:05:28 +0100
parents f74be3359044
children 53eafc983b5c
comparison
equal deleted inserted replaced
3433:07c9d77578a9 3434:488bbf5e3f59
24 <div class="title"> 24 <div class="title">
25 ${self.breadcrumbs()} 25 ${self.breadcrumbs()}
26 </div> 26 </div>
27 <!-- end box / title --> 27 <!-- end box / title -->
28 %if c.repo_branches: 28 %if c.repo_branches:
29 <div class="info_box" id="compare_branches" style="clear: both;padding: 10px 19px;vertical-align: right;text-align: right;"><a href="#" class="ui-btn small">${_('Compare branches')}</a></div> 29 <div class="info_box" id="compare_branches" style="clear: both;padding: 10px 19px;text-align: right;"><a href="#" class="ui-btn small">${_('Compare branches')}</a></div>
30 %endif 30 %endif
31 <div class="table"> 31 <div class="table">
32 <%include file='branches_data.html'/> 32 <%include file='branches_data.html'/>
33 </div> 33 </div>
34 </div> 34 </div>