From dc2214646e8da62a0beee5236bfc81bd52dd73a8 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 27 Jul 2014 13:54:18 +0200 Subject: [PATCH] Added clock icon. --- app/assets/images/sprite.svg | 18 +++++++++++++----- app/assets/stylesheets/zzz.css.erb | 10 ++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/app/assets/images/sprite.svg b/app/assets/images/sprite.svg index 0ccfc23b1..30a3d6fa8 100644 --- a/app/assets/images/sprite.svg +++ b/app/assets/images/sprite.svg @@ -173,14 +173,14 @@ - + - - - - + + + + @@ -192,6 +192,14 @@ + + + + + + + + diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 6dce89823..2da12603b 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -991,6 +991,16 @@ ol.tabs li { background-position: -70px -128px; } + .clock.icon { + height: 13px; + width: 14px; + background-position: -84px -115px; + } + .icon-switch:hover .clock.icon, + .task.active .clock.icon { + background-position: -84px -128px; + } + .channel.icon { width: 17px; height: 16px;