From: Piotr Kuchciak Date: Fri, 31 Oct 2014 12:35:36 +0000 (+0100) Subject: WEBUI: update icon schedule recording and tab Time Schedule X-Git-Tag: v4.1~866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20dd7ad95882e7c01f51f8cdb294f9ed4e7a9bb3;p=thirdparty%2Ftvheadend.git WEBUI: update icon schedule recording and tab Time Schedule Source icon: http://www.fancyicons.com/free-icon/103/pretty-office-2-icon-set/free-event-calendar-icon-png/ http://www.softicons.com/toolbar-icons/pretty-office-v-icons-by-custom-icon-design/schedule-icon --- diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 3a1bbb862..045e5ad53 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -259,7 +259,7 @@ } .clock { - background-image: url(../icons/clock.png) !important; + background-image: url(../icons/schedule.png) !important; } .exclamation { @@ -466,6 +466,10 @@ background-image: url(../icons/broadcast_details.png) !important; } +.time_schedules{ + background-image: url(../icons/time_schedules.png) !important; +} + .x-linked { display: inline-block; background-image: url(../icons/linked.gif) !important; diff --git a/src/webui/static/icons/schedule.png b/src/webui/static/icons/schedule.png new file mode 100644 index 000000000..96644b117 Binary files /dev/null and b/src/webui/static/icons/schedule.png differ diff --git a/src/webui/static/icons/time_schedules.png b/src/webui/static/icons/time_schedules.png new file mode 100644 index 000000000..037b5e1fe Binary files /dev/null and b/src/webui/static/icons/time_schedules.png differ