1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +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;

View File

@@ -162,6 +162,14 @@ dl.icon dt, dl.icon dd {
min-height: 35px;
}
dl a.topic-icon-link { /* topic icon links */
display: block;
float: left;
width: 29px;
height: 27px;
margin: 4px 0 4px 9px;
}
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
width: 80px;
text-align: center;