Changeset - 2ba39763ae7e
[Not reviewed]
default
1 2 0
Sean Farley - 11 years ago 2014-07-21 15:46:31
sean.michael.farley@gmail.com
block_16.png: use new icon-block font
3 files changed with 1 insertions and 11 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -3231,16 +3231,6 @@ table.code-browser i[class^='icon-'] {
 
    float: right;
 
}
 

	
 
.locking_locked {
 
    background: #FFF url("../images/icons/block_16.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;
kallithea/public/images/icons/block_16.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
kallithea/templates/summary/summary.html
Show inline comments
 
@@ -13,7 +13,7 @@
 
    ## locking icon
 
    %if c.db_repo.enable_locking:
 
     %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>
 
       <span class="locking_locked tooltip icon-block" title="${_('Repository locked by %s') % h.person_by_id(c.db_repo.locked[0])}"></span>
 
     %else:
 
       <span class="locking_unlocked tooltip icon-ok" title="${_('Repository unlocked')}"></span>
 
     %endif
0 comments (0 inline, 0 general)