mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12155] Combine the post and topic/PM button icons into a single sprite
PHPBB3-12155
This commit is contained in:
parent
70f9d4a54a
commit
7c3af55918
5 changed files with 16 additions and 17 deletions
|
@ -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 {
|
||||||
|
|
|
@ -725,9 +725,8 @@ Colours and backgrounds for buttons.css
|
||||||
.icon-print { background-image: url("./images/icon_print.gif"); }
|
.icon-print { background-image: url("./images/icon_print.gif"); }
|
||||||
|
|
||||||
/* 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 |
BIN
phpBB/styles/prosilver/theme/images/icons_button.png
Normal file
BIN
phpBB/styles/prosilver/theme/images/icons_button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
Loading…
Add table
Reference in a new issue