Bug 16062 - Remove CSS and images related to old "approve" and "deny" button styles

Now that confirmation dialogs have all been udpated to use Font Awesome
icons, the old CSS for styling "approve" and "deny" buttons can be
removed along with the associated images.

To test, apply the patchs for Bugs 16061 and 16064 if necessary.

- Search the templates for instances of the "approve" or "deny" class
  which don't have a Font Awesome icon associated with it. There should
  be none.
- Confirm that there are no other references to the files "approve.gif"
  and "deny.gif"

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Owen Leonard 2016-03-09 07:54:22 -05:00 committed by Brendan A Gallagher
parent 2e82e781f9
commit e19546d09a
3 changed files with 1 additions and 11 deletions

View file

@ -1100,21 +1100,11 @@ div.first fieldset {
.dialog input[type="submit"] {
background : #FFF none;
}
.dialog input.approve, td input.approve {
background : #FFF url(../../img/approve.gif) no-repeat 4px center;
padding : .4em .4em .4em 25px;
}
td input.approve {
background-color : #FFC;
}
.dialog input.deny {
background : #FFF url(../../img/deny.gif) no-repeat 4px center;
padding : .4em .4em .4em 25px;
}
.dialog input.save {
background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
color:black;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B