mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12185] Fix and increase width [ticket/12185] Fixing the width of topic header for translation.
This commit is contained in:
commit
be05c6ab30
1 changed files with 8 additions and 4 deletions
|
@ -32,7 +32,7 @@ ul.topiclist dt, ul.topiclist dd {
|
|||
|
||||
ul.topiclist dt {
|
||||
width: 100%;
|
||||
margin-right: -410px;
|
||||
margin-right: -440px;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
|
@ -49,7 +49,7 @@ ul.topiclist.two-columns dt {
|
|||
}
|
||||
|
||||
ul.topiclist dt .list-inner {
|
||||
margin-right: 410px;
|
||||
margin-right: 440px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
@ -119,11 +119,11 @@ li.header dt, li.header dd {
|
|||
li.header dt {
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
margin-right: -410px;
|
||||
margin-right: -440px;
|
||||
}
|
||||
|
||||
li.header dt .list-inner {
|
||||
margin-right: 410px;
|
||||
margin-right: 440px;
|
||||
}
|
||||
|
||||
li.header dd {
|
||||
|
@ -181,6 +181,10 @@ dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
|
|||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
/* List in forum description */
|
||||
dl.icon dt ol,
|
||||
dl.icon dt ul {
|
||||
|
|
Loading…
Add table
Reference in a new issue