WEBUI: cosmetic changes

-changed icon for adapters
-scheduled icon changed:
https://www.iconfinder.com/icons/8810/calendar_date_time_icon#size=16
-time schedule icon changed:
https://www.iconfinder.com/icons/9211/calendar_diary_today_icon#size=16
-add icon for Reset All in EPG page
This commit is contained in:
Piotr Kuchciak 2014-11-05 09:10:44 +01:00 committed by Jaroslav Kysela
parent 80563f189b
commit e012bf8cce
7 changed files with 9 additions and 4 deletions

View file

@ -465,7 +465,7 @@ tvheadend.timerec_editor = function(panel, index) {
url: 'api/dvr/timerec',
titleS: 'Time Schedule',
titleP: 'Time Schedules',
iconCls: 'clock',
iconCls: 'time_schedules',
tabIndex: index,
columns: {
enabled: { width: 50 },

View file

@ -745,7 +745,8 @@ tvheadend.epg = function() {
epgFilterDuration, '-',
{
text: 'Reset All',
tooltip: 'Reset all filters to no filters',
iconCls: 'resetIcon',
tooltip: 'Reset all filters (show all)',
handler: epgQueryClear
},
'->',

View file

@ -73,6 +73,10 @@
border-right: 1px solid #d0d0d0;
}
.x-tree-node-leaf .x-tree-node-icon {
background-image:url(../icons/tv_cards.gif);
}
.ux-mselect {
overflow: auto;
background: white;
@ -263,7 +267,7 @@
}
.clock {
background-image: url(../icons/schedule.png) !important;
background-image: url(../icons/clock.png) !important;
}
.exclamation {
@ -291,7 +295,7 @@
}
.scheduled {
background-image: url(../icons/clock.png) !important;
background-image: url(../icons/scheduled.png) !important;
}
.recordingError {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 856 B

After

Width:  |  Height:  |  Size: 689 B