From 3c24b63dc2dd4431922d5c2fe895026cae328d1d Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Thu, 25 Oct 2012 01:13:39 +0000 Subject: [PATCH] * add icon for todo-create and todo-batchCreate. --- www/theme/default/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 158bd8c4cb..bb7ade679b 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -528,3 +528,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table /* Effort icons. */ .icon-green-effort-createForObject {padding:2px 8px; background:url(images/main/zt-icons.png) -80px -2px;} + +/* Todo icons. */ +#featurebar .f-right .icon-green-todo-create {padding:2px 8px; background:url(images/main/zt-icons.png) 0px -202px;} +#featurebar .f-right .icon-green-todo-batchCreate {padding:2px 8px; background:url(images/main/zt-icons.png) -20px -202px;}