WEBUI: cosmetic Add icon for channels and channel tags

This commit is contained in:
Piotr Kuchciak 2014-10-10 13:04:28 +02:00 committed by Jaroslav Kysela
parent da9b9b5f5f
commit 0d1f128e3a
5 changed files with 10 additions and 0 deletions

View file

@ -200,6 +200,7 @@ tvheadend.channel_tab = function(panel, index)
comet: 'channel',
titleS: 'Channel',
titleP: 'Channels',
iconCls: 'channels',
tabIndex: index,
help: function() {
new tvheadend.help('Channels', 'config_channels.html');

View file

@ -9,6 +9,7 @@ tvheadend.cteditor = function(panel, index)
comet: 'channeltag',
titleS: 'Channel Tag',
titleP: 'Channel Tags',
iconCls: 'channelTags',
tabIndex: index,
add: {
url: 'api/channeltag',

View file

@ -382,6 +382,14 @@
background-image: url(../icons/other_filters.png) !important;
}
.channels {
background-image: url(../icons/channels.png) !important;
}
.channelTags{
background-image: url(../icons/channel_tags.png) !important;
}
.x-linked {
display: inline-block;
background-image: url(../icons/linked.gif) !important;

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB