]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: update icon schedule recording and tab Time Schedule
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Fri, 31 Oct 2014 12:35:36 +0000 (13:35 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 31 Oct 2014 15:18:43 +0000 (16:18 +0100)
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

src/webui/static/app/ext.css
src/webui/static/icons/schedule.png [new file with mode: 0644]
src/webui/static/icons/time_schedules.png [new file with mode: 0644]

index 3a1bbb862b844701d3e52f5ce30bba65c2e6825e..045e5ad534887f1329e91b0e60ba70f561fec822 100644 (file)
 }
 
 .clock {
-    background-image: url(../icons/clock.png) !important;
+    background-image: url(../icons/schedule.png) !important;
 }
 
 .exclamation {
     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 (file)
index 0000000..96644b1
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 (file)
index 0000000..037b5e1
Binary files /dev/null and b/src/webui/static/icons/time_schedules.png differ