1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/12300] Rename new class for row icon links

PHPBB3-12300
This commit is contained in:
Matt Friedman
2014-03-27 17:25:37 -07:00
parent f6519414b7
commit c897ac5d70
7 changed files with 7 additions and 7 deletions

View File

@@ -378,9 +378,9 @@ 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 dl a.icon-link { /* topic row icon links */
}
.rtl dd.lastpost span, .rtl ul.topiclist dd.info span, .rtl ul.topiclist dd.time span, .rtl dd.redirect span, .rtl dd.moderation span {

View File

@@ -162,7 +162,7 @@ dl.icon dt, dl.icon dd {
min-height: 35px;
}
dl a.topic-icon-link { /* topic icon links */
dl a.icon-link { /* topic row icon links */
display: block;
float: left;
width: 29px;