changeset 4858:5dbc4e4a7d01

font: rename icon-folder-close to icon-folder
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 22 Feb 2015 22:04:08 -0800
parents 0a2bed540afb
children e2e0166b1643
files kallithea/templates/admin/repo_groups/repo_group_edit.html kallithea/templates/data_table/_dt_elements.html kallithea/templates/index_base.html
diffstat 3 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/repo_groups/repo_group_edit.html	Sun Feb 22 21:54:07 2015 -0800
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit.html	Sun Feb 22 22:04:08 2015 -0800
@@ -39,11 +39,9 @@
         <ul class="nav nav-pills nav-stacked">
           <li>
            <div class="gravatar_box" style="height: 26px">
-             <div class="gravatar" style="float: left">
-                <i class="icon-folder-close" style="font-size: 26px"></i>
-             </div>
                <div class="truncate" style="margin:10px 0px 10px 0px; color:#5f5f5f; float:left; width: 100px">
-                <strong>${c.repo_group.name}</strong>
+                 <i class="icon-folder"></i>
+                 <strong>${c.repo_group.name}</strong>
                </div>
            </div>
           </li>
--- a/kallithea/templates/data_table/_dt_elements.html	Sun Feb 22 21:54:07 2015 -0800
+++ b/kallithea/templates/data_table/_dt_elements.html	Sun Feb 22 22:04:08 2015 -0800
@@ -205,7 +205,7 @@
 <%def name="repo_group_name(repo_group_name, children_groups)">
   <div style="white-space: nowrap">
   <a href="${h.url('repos_group_home',group_name=repo_group_name)}">
-    <i class="icon-folder-close" title="${_('Repository group')}"></i> ${h.literal(' &raquo; '.join(children_groups))}</a>
+    <i class="icon-folder" title="${_('Repository group')}"></i> ${h.literal(' &raquo; '.join(children_groups))}</a>
   </div>
 </%def>
 
--- a/kallithea/templates/index_base.html	Sun Feb 22 21:54:07 2015 -0800
+++ b/kallithea/templates/index_base.html	Sun Feb 22 22:04:08 2015 -0800
@@ -53,7 +53,7 @@
                     <tr>
                         <td>
                             <div style="white-space: nowrap">
-                                <a href="${url('repos_group_home',group_name=gr.group_name)}"><i class="icon-folder-close"></i> ${gr.name}</a>
+                                <a href="${url('repos_group_home',group_name=gr.group_name)}"><i class="icon-folder"></i> ${gr.name}</a>
                             </div>
                         </td>
                         %if c.visual.stylify_metatags: