diff --git a/module/project/css/story.css b/module/project/css/story.css new file mode 100644 index 0000000000..aacd2f1c8d --- /dev/null +++ b/module/project/css/story.css @@ -0,0 +1 @@ +.icon-green-task-create {padding:2px 7px 2px 10px; background:url(/theme/default/images/main/zt-icons.png) -120px -202px;} diff --git a/www/theme/default/images/main/zt-icons.png b/www/theme/default/images/main/zt-icons.png index d0d6a953c6..063c0b07ec 100755 Binary files a/www/theme/default/images/main/zt-icons.png and b/www/theme/default/images/main/zt-icons.png differ diff --git a/www/theme/default/style.css b/www/theme/default/style.css index a17a73f4b8..70c4659005 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -471,7 +471,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table .icon-green-project-unlinkStory {padding:2px 5px 2px 10px; background:url(images/main/zt-icons.png) -180px -201px;} .icon-green-productplan-unlinkStory {padding:2px 5px 2px 10px; background:url(images/main/zt-icons.png) -180px -201px;} -.icon-green-project-linkStory, .icon-green-productplan-linkStory {padding:2px 3px 2px 10px; background:url(images/main/zt-icons.png) -160px -201px;} +.icon-green-project-linkStory, .icon-green-productplan-linkStory {padding:2px 3px 2px 10px; background:url(images/main/zt-icons.png) -161px -201px;} #featurebar .f-right .icon-green-story-create, .icon-green-story-create {padding:2px 7px 2px 10px; background:url(images/main/zt-icons.png) 0px -202px;} #featurebar .f-right .icon-green-story-batchCreate {padding:2px 7px 2px 10px; background:url(images/main/zt-icons.png) -20px -202px;}