mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 09:18:52 +00:00
Merge pull request #4 from prototech/ticket/12431
[ticket/12431] Add topic poll icon.
This commit is contained in:
commit
d6c1ca7d94
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