Cambio de iconos

This commit is contained in:
Mauricio Baeza 2017-10-11 15:18:32 -05:00
parent 4410326efb
commit 1baf13086d
6 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ callable = app
master = true
processes = 4
threads = 4
thunder-lock = true
#~ stats = 127.0.0.1:9191
logger = file:/srv/log/empresalibre-uwsgi.log

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -18,7 +18,7 @@ var toolbar_invoices_util = [
function get_icon(tipo){
var node = "<img src='/static/img/file-" + tipo + ".png' height='20' width='20' style='margin: 5px 0px'/>"
var node = "<img src='/static/img/file-" + tipo + ".png' height='20' width='17' style='margin: 5px 0px'/>"
return node
}