mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12431] Add topic poll icon.
PHPBB3-12431
This commit is contained in:
parent
d486ff6209
commit
2e6413a522
2 changed files with 3 additions and 3 deletions
BIN
phpBB/styles/prosilver/theme/images/icon_topic_poll.gif
Normal file
BIN
phpBB/styles/prosilver/theme/images/icon_topic_poll.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 B |
|
@ -351,9 +351,9 @@ span.imageset {
|
|||
padding-top: 14px;
|
||||
}
|
||||
.imageset.icon_topic_poll {
|
||||
background-image: url("./images/icon_topic_poll.png");
|
||||
padding-left: 1px;
|
||||
padding-top: 1px;
|
||||
background-image: url("./images/icon_topic_poll.gif");
|
||||
padding-left: 11px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.imageset.icon_user_warn {
|
||||
background-image: url("./images/icon_user_warn.gif");
|
||||
|
|
Loading…
Add table
Reference in a new issue