From 9e007f56624cd579ec88ff9052ec976ea10a141e Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 29 Sep 2014 15:43:41 +0200 Subject: [PATCH] WEBUI JS: Replace the zoom icon with the small blue triangle --- src/webui/static/app/epg.js | 2 +- src/webui/static/app/ext.css | 11 ++++------- src/webui/static/app/status.js | 4 ++-- src/webui/static/icons/linked.gif | Bin 0 -> 76 bytes src/webui/static/icons/zoom.png | 1 - 5 files changed, 7 insertions(+), 11 deletions(-) create mode 100644 src/webui/static/icons/linked.gif delete mode 120000 src/webui/static/icons/zoom.png diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index d362d5f0..95728820 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -223,7 +223,7 @@ tvheadend.epgDetails = function(event) { }; tvheadend.epg = function() { - var lookup = ' '; + var lookup = ' '; var actions = new Ext.ux.grid.RowActions({ id: 'details', diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index f52231b6..3c438d94 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -322,14 +322,11 @@ background-image: url(../icons/film_edit.png) !important; } -.zoom { - background-image: url(../icons/zoom.png) !important; -} - -.x-zoom { +.x-linked { display: inline-block; - background-image: url(../icons/zoom.png) !important; - width: 16px; + background-image: url(../icons/linked.gif) !important; + background-repeat: no-repeat; + width: 4px; } .x-smallhdr { diff --git a/src/webui/static/app/status.js b/src/webui/static/app/status.js index 84628592..b8a11ce2 100644 --- a/src/webui/static/app/status.js +++ b/src/webui/static/app/status.js @@ -63,7 +63,7 @@ tvheadend.status_subs = function(panel, index) function renderBw(value, item, record) { var txt = parseInt(value / 125); - return ' ' + txt; + return ' ' + txt; } var subsCm = new Ext.grid.ColumnModel([ @@ -264,7 +264,7 @@ tvheadend.status_streams = function(panel, index) function renderBw(value, item, record) { var txt = parseInt(value / 1024); - return ' ' + txt; + return ' ' + txt; } function renderBer(value, item, store) { diff --git a/src/webui/static/icons/linked.gif b/src/webui/static/icons/linked.gif new file mode 100644 index 0000000000000000000000000000000000000000..f1eeedf75745d43cf4ae3109b527f555648343b4 GIT binary patch literal 76 zcmZ?wbhEHbfXGMmBAVSc=Q&% literal 0 HcmV?d00001 diff --git a/src/webui/static/icons/zoom.png b/src/webui/static/icons/zoom.png deleted file mode 120000 index 634d4634..00000000 --- a/src/webui/static/icons/zoom.png +++ /dev/null @@ -1 +0,0 @@ -../../../../vendor/famfamsilk/zoom.png \ No newline at end of file