[ticket/12155] Combine the post and topic/PM button icons into a single sprite

PHPBB3-12155
This commit is contained in:
Cesar G 2014-05-25 04:39:32 -07:00
parent 70f9d4a54a
commit 7c3af55918
5 changed files with 16 additions and 17 deletions

View file

@ -197,20 +197,20 @@ ul.linklist.bulletin li.small-icon:before {
margin-right: 0; margin-right: 0;
} }
.quote-icon span:after { background-position: 0 0; } .quote-icon span:after { background-position: -122px 0; }
.quote-icon:hover span:after { background-position: 0 -21px; } .quote-icon:hover span:after { background-position: -122px -21px; }
.edit-icon span:after { background-position: -15px 0; } .edit-icon span:after { background-position: -137px 0; }
.edit-icon:hover span:after { background-position: -15px -21px; } .edit-icon:hover span:after { background-position: -137px -21px; }
.warn-icon span:after { background-position: -86px 0; } .warn-icon span:after { background-position: -208px 0; }
.warn-icon:hover span:after { background-position: -86px -21px; } .warn-icon:hover span:after { background-position: -208px -21px; }
.delete-icon span:after { background-position: -30px 0; } .delete-icon span:after { background-position: -152px 0; }
.delete-icon:hover span:after { background-position: -30px -21px; } .delete-icon:hover span:after { background-position: -152px -21px; }
.report-icon span:after { background-position: -43px 0; } .report-icon span:after { background-position: -165px 0; }
.report-icon:hover span:after { background-position: -43px -21px; } .report-icon:hover span:after { background-position: -165px -21px; }
.info-icon span:after { background-position: -54px 0; } .info-icon span:after { background-position: -175px 0; }
.info-icon:hover span:after { background-position: -54px -21px; } .info-icon:hover span:after { background-position: -175px -21px; }
.button.responsive-menu-link span:after { background-position: -68px 0; } .button.responsive-menu-link span:after { background-position: -191px 0; }
.button.responsive-menu-link:hover span:after { background-position: -68px -21px; } .button.responsive-menu-link:hover span:after { background-position: -191px -21px; }
/* Responsive buttons in post body */ /* Responsive buttons in post body */
.post-buttons .dropdown { .post-buttons .dropdown {

View file

@ -726,8 +726,7 @@ Colours and backgrounds for buttons.css
/* Profile & navigation icons */ /* Profile & navigation icons */
.contact-icon { background-image: url("./images/icons_contact.png"); } .contact-icon { background-image: url("./images/icons_contact.png"); }
.icon-button span:after, .dropdown-select:after { background-image: url("./images/buttons.png"); } .icon-button span:after, .dropdown-select:after { background-image: url("./images/icons_button.png"); }
.post-buttons .icon-button span:after { background-image: url("./images/post_buttons.png"); }
/* Forum icons & Topic icons */ /* Forum icons & Topic icons */
.global_read { background-image: url("./images/announce_read.gif"); } .global_read { background-image: url("./images/announce_read.gif"); }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB