[ticket/12185] Fix and increase width

PHPBB3-12185
This commit is contained in:
Oliver Schramm 2014-04-26 17:23:01 +02:00
parent 590e1cacbd
commit 3f0334c107

View file

@ -32,7 +32,7 @@ ul.topiclist dt, ul.topiclist dd {
ul.topiclist dt { ul.topiclist dt {
width: 100%; width: 100%;
margin-right: -430px; margin-right: -440px;
font-size: 1.1em; font-size: 1.1em;
} }
@ -49,7 +49,7 @@ ul.topiclist.two-columns dt {
} }
ul.topiclist dt .list-inner { ul.topiclist dt .list-inner {
margin-right: 410px; margin-right: 440px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
} }
@ -119,11 +119,11 @@ li.header dt, li.header dd {
li.header dt { li.header dt {
font-weight: bold; font-weight: bold;
width: 100%; width: 100%;
margin-right: -430px; margin-right: -440px;
} }
li.header dt .list-inner { li.header dt .list-inner {
margin-right: 410px; margin-right: 440px;
} }
li.header dd { li.header dd {
@ -181,8 +181,8 @@ dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
font-size: 1.2em; font-size: 1.2em;
} }
dd.topics { dd.posts, dd.topics, dd.views {
width: 100px; width: 95px;
} }
/* List in forum description */ /* List in forum description */