Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: update icon schedule recording and tab Time Schedule
  • Loading branch information
pepsonEL authored and perexg committed Oct 31, 2014
1 parent ab731f7 commit 20dd7ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/webui/static/app/ext.css
Expand Up @@ -259,7 +259,7 @@
}

.clock {
background-image: url(../icons/clock.png) !important;
background-image: url(../icons/schedule.png) !important;
}

.exclamation {
Expand Down Expand Up @@ -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;
Expand Down
Binary file added src/webui/static/icons/schedule.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/webui/static/icons/time_schedules.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20dd7ad

Please sign in to comment.