mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12185] Fixing the width of topic header for translation.
PHPBB3-12185
This commit is contained in:
parent
9eedd45aac
commit
590e1cacbd
1 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue