Commit cab37a1b75eb3fead646518e5b48b9d28f96b5f9

Authored by Nathan Broadbent
1 parent d1942b79
Exists in master and in 1 other branch production

Added icons for Mingle issue tracker.

public/images/mingle_create.png 0 → 100644

2.41 KB

public/images/mingle_goto.png 0 → 100644

2.41 KB

public/stylesheets/application.css
... ... @@ -638,6 +638,10 @@ table.tally th.value {
638 638 background: transparent url(/images/fogbugz_create.png) 6px 5px no-repeat;
639 639 }
640 640  
  641 +#action-bar a.mingle_create {
  642 + background: transparent url(/images/mingle_create.png) 6px 5px no-repeat;
  643 +}
  644 +
641 645 #action-bar a.lighthouseapp_goto {
642 646 background: transparent url(/images/lighthouseapp_goto.png) 6px 5px no-repeat;
643 647 }
... ... @@ -654,6 +658,10 @@ table.tally th.value {
654 658 background: transparent url(/images/fogbugz_goto.png) 6px 5px no-repeat;
655 659 }
656 660  
  661 +#action-bar a.mingle_goto {
  662 + background: transparent url(/images/mingle_goto.png) 6px 5px no-repeat;
  663 +}
  664 +
657 665 /* Notices Pagination */
658 666 .notice-pagination {
659 667 float: left;
... ...