From cab37a1b75eb3fead646518e5b48b9d28f96b5f9 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sat, 13 Aug 2011 01:07:51 +0800 Subject: [PATCH] Added icons for Mingle issue tracker. --- public/images/mingle_create.png | Bin 0 -> 2469 bytes public/images/mingle_goto.png | Bin 0 -> 2469 bytes public/stylesheets/application.css | 8 ++++++++ 3 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 public/images/mingle_create.png create mode 100644 public/images/mingle_goto.png diff --git a/public/images/mingle_create.png b/public/images/mingle_create.png new file mode 100644 index 0000000..af3d90d Binary files /dev/null and b/public/images/mingle_create.png differ diff --git a/public/images/mingle_goto.png b/public/images/mingle_goto.png new file mode 100644 index 0000000..af3d90d Binary files /dev/null and b/public/images/mingle_goto.png differ diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index b8ac588..d3fde46 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -638,6 +638,10 @@ table.tally th.value { background: transparent url(/images/fogbugz_create.png) 6px 5px no-repeat; } +#action-bar a.mingle_create { + background: transparent url(/images/mingle_create.png) 6px 5px no-repeat; +} + #action-bar a.lighthouseapp_goto { background: transparent url(/images/lighthouseapp_goto.png) 6px 5px no-repeat; } @@ -654,6 +658,10 @@ table.tally th.value { background: transparent url(/images/fogbugz_goto.png) 6px 5px no-repeat; } +#action-bar a.mingle_goto { + background: transparent url(/images/mingle_goto.png) 6px 5px no-repeat; +} + /* Notices Pagination */ .notice-pagination { float: left; -- libgit2 0.21.2