1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-09 15:50:45 +02:00

[ticket/12300] Make topic icon links clickable to newest unread posts

PHPBB3-12300
This commit is contained in:
Matt Friedman
2014-03-24 10:42:32 -07:00
parent 449e583fc4
commit f6519414b7
7 changed files with 20 additions and 2 deletions

View File

@@ -378,6 +378,11 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
padding-right: 45px; /* Space for folder icon */
}
.rtl dl a.topic-icon-link { /* topic icon links */
float: right;
margin: 4px 5px;
}
.rtl dd.lastpost span, .rtl ul.topiclist dd.info span, .rtl ul.topiclist dd.time span, .rtl dd.redirect span, .rtl dd.moderation span {
padding-left: 0;
padding-right: 5px;