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