changeset 4533:cadbabcc6b0e

Switch ellipses to right-arrow in header of compare page. We use a right-arrow at the top of the file-diff sections. This makes the header do the same thing for consistency.
author Na'Tosha Bard <natosha@unity3d.com>
date Fri, 19 Sep 2014 15:05:09 +0200
parents 63c6386cf488
children 3fba6c56ecee
files kallithea/templates/compare/compare_diff.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/compare/compare_diff.html	Fri Sep 19 14:52:02 2014 +0200
+++ b/kallithea/templates/compare/compare_diff.html	Fri Sep 19 15:05:09 2014 +0200
@@ -31,7 +31,7 @@
         <div id="body" class="diffblock">
             <div class="code-header">
                 <div>
-                    ${h.hidden('compare_org')} <i class="icon-ellipsis-horizontal" style="color: #999; vertical-align: -12px; padding: 0px 0px 0px 2px"></i> ${h.hidden('compare_other')}
+                    ${h.hidden('compare_org')} <i class="icon-arrow-right"></i> ${h.hidden('compare_other')}
                     %if not c.compare_home:
                         <a class="btn btn-small" href="${c.swap_url}"><i class="icon-refresh"></i> ${_('Swap')}</a>
                     %endif