changeset 4655:dee6ea53bf27

accept.png: use new icon-ok font
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 21 Jul 2014 08:41:07 -0500
parents eb3ca88af554
children 2ba39763ae7e
files kallithea/public/css/style.css kallithea/public/images/icons/accept.png kallithea/templates/summary/summary.html
diffstat 3 files changed, 1 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Mon Jul 21 08:00:58 2014 -0500
+++ b/kallithea/public/css/style.css	Mon Jul 21 08:41:07 2014 -0500
@@ -3241,28 +3241,11 @@
     margin-top: 2px;
 }
 
-.locking_unlocked {
-    background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
-    height: 16px;
-    width: 20px;
-    cursor: pointer;
-    display: block;
-    float: right;
-    margin-top: 2px;
-}
-
 .currently_following {
     padding-left: 10px;
     padding-bottom: 5px;
 }
 
-.accept_icon {
-    background: url("../images/icons/accept.png") no-repeat scroll 3px;
-    padding-left: 20px;
-    padding-top: 0px;
-    text-align: left;
-}
-
 .pull_icon {
     background: url("../images/icons/connect.png") no-repeat scroll 3px;
     padding-left: 20px;
Binary file kallithea/public/images/icons/accept.png has changed
--- a/kallithea/templates/summary/summary.html	Mon Jul 21 08:00:58 2014 -0500
+++ b/kallithea/templates/summary/summary.html	Mon Jul 21 08:41:07 2014 -0500
@@ -15,7 +15,7 @@
      %if c.db_repo.locked[0]:
        <span class="locking_locked tooltip" title="${_('Repository locked by %s') % h.person_by_id(c.db_repo.locked[0])}"></span>
      %else:
-       <span class="locking_unlocked tooltip" title="${_('Repository unlocked')}"></span>
+       <span class="locking_unlocked tooltip icon-ok" title="${_('Repository unlocked')}"></span>
      %endif
     %endif