1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12185] Fixing the width of topic header for translation.

PHPBB3-12185
This commit is contained in:
Suhaib Khan
2014-02-15 11:40:06 +05:30
committed by Oliver Schramm
parent 9eedd45aac
commit 590e1cacbd

View File

@@ -32,7 +32,7 @@ ul.topiclist dt, ul.topiclist dd {
ul.topiclist dt {
width: 100%;
margin-right: -410px;
margin-right: -430px;
font-size: 1.1em;
}
@@ -119,7 +119,7 @@ li.header dt, li.header dd {
li.header dt {
font-weight: bold;
width: 100%;
margin-right: -410px;
margin-right: -430px;
}
li.header dt .list-inner {
@@ -181,6 +181,10 @@ dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
font-size: 1.2em;
}
dd.topics {
width: 100px;
}
/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {