changeset 4578:a1ea7183c165

note.png: replace icon-file-2 with icon-clippy (clipboard) for gists
author Sean Farley <sean.michael.farley@gmail.com>
date Thu, 30 Oct 2014 16:19:34 -0700
parents 23ca3c74abf1
children 93ca0376f30a
files kallithea/public/css/contextbar.css kallithea/public/images/icons/note.png kallithea/templates/base/base.html
diffstat 3 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Mon Jul 14 23:11:16 2014 -0500
+++ b/kallithea/public/css/contextbar.css	Thu Oct 30 16:19:34 2014 -0700
@@ -10,7 +10,6 @@
 i.icon-cogs { background-image: url("../images/icons/table_gear.png"); }
 i.icon-ellipsis-horizontal:after { content: ' ...';}
 i.icon-eye-open { background-image: url("../images/icons/eye.png"); }
-i.icon-file-2 { background-image: url("../images/icons/note.png"); }
 i.icon-file-alt { background-image: url("../images/icons/note_add.png"); }
 i.icon-file { background-image: url("../images/icons/file.png"); }
 i.icon-file-text { background-image: url("../images/icons/clipboard_16.png"); }
Binary file kallithea/public/images/icons/note.png has changed
--- a/kallithea/templates/base/base.html	Mon Jul 14 23:11:16 2014 -0500
+++ b/kallithea/templates/base/base.html	Thu Oct 30 16:19:34 2014 -0700
@@ -249,7 +249,7 @@
     %endif
       <li ${is_current('gists')}>
         <a class="menu_link childs" title="${_('Show public gists')}"  href="${h.url('gists')}">
-          <i class="icon-file-2"></i> ${_('Gists')}
+          <i class="icon-clippy"></i> ${_('Gists')}
         </a>
           <ul class="admin_menu">
             <li><a href="${h.url('new_gist', public=1)}"><i class="icon-file-alt"></i> ${_('Create New Gist')}</a></li>