Skip to content

Commit

Permalink
Merge branch 'add-icon'
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Dec 3, 2014
2 parents 0defbf6 + 43c9970 commit 49f8124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion daguerre/static/daguerre/css/areawidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}

#grp-container .add-area{
background: url('../../grappelli/images/icons-s96d5c23000.png') no-repeat 33px -2563px;
min-width: 100px;
height: 25px;
padding: 0;
Expand Down
4 changes: 2 additions & 2 deletions daguerre/static/daguerre/js/areawidget.daguerre.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ daguerre.jQuery(function($){
var container = this,
areas = container.areas = [],
img = container.img = $('<img />'),
add_link = container.add_link = $('<a class="add-area" href="javascript://" title="Add Another"><img src="/static/admin/img/icon_addlink.gif" width="10" height="10" alt="Add Area"></a>'),
add_link = container.add_link = $('<a class="add-area icons-add-another" href="javascript://" title="Add Another"><img src="/static/admin/img/icon_addlink.gif" width="10" height="10" alt="Add Area"></a>'),
table = container.table = $(
'<table><thead><tr>' +
'<th>Name</th>' +
Expand Down Expand Up @@ -325,4 +325,4 @@ daguerre.jQuery(function($){
}
}
});
});
});

0 comments on commit 49f8124

Please sign in to comment.