changeset 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 07c9d77578a9
children a81dba13e6a2
files rhodecode/templates/branches/branches.html rhodecode/templates/changelog/changelog.html rhodecode/templates/tags/tags.html
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/branches/branches.html	Thu Feb 28 23:05:28 2013 +0100
+++ b/rhodecode/templates/branches/branches.html	Thu Feb 28 23:05:28 2013 +0100
@@ -26,7 +26,7 @@
     </div>
     <!-- end box / title -->
     %if c.repo_branches:
-    <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>
+    <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>
     %endif
     <div class="table">
         <%include file='branches_data.html'/>
--- a/rhodecode/templates/changelog/changelog.html	Thu Feb 28 23:05:28 2013 +0100
+++ b/rhodecode/templates/changelog/changelog.html	Thu Feb 28 23:05:28 2013 +0100
@@ -32,7 +32,7 @@
                     <canvas id="graph_canvas"></canvas>
                 </div>
                 <div id="graph_content">
-                    <div class="info_box" style="clear: both;padding: 10px 6px;vertical-align: right;text-align: right;">
+                    <div class="info_box" style="clear: both;padding: 10px 6px;text-align: right;">
                     <a href="#" class="ui-btn small" id="rev_range_container" style="display:none"></a>
                     <a href="#" class="ui-btn small" id="rev_range_clear" style="display:none">${_('Clear selection')}</a>
 
--- a/rhodecode/templates/tags/tags.html	Thu Feb 28 23:05:28 2013 +0100
+++ b/rhodecode/templates/tags/tags.html	Thu Feb 28 23:05:28 2013 +0100
@@ -26,7 +26,7 @@
     </div>
     <!-- end box / title -->
     %if c.repo_tags:
-    <div class="info_box" id="compare_tags" style="clear: both;padding: 10px 19px;vertical-align: right;text-align: right;"><a href="#" class="ui-btn small">${_('Compare tags')}</a></div>
+    <div class="info_box" id="compare_tags" style="clear: both;padding: 10px 19px;text-align: right;"><a href="#" class="ui-btn small">${_('Compare tags')}</a></div>
     %endif
     <div class="table">
         <%include file='tags_data.html'/>