1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 20:54:13 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/6632] Better viewing of topics for wide screen displays

Conflicts:
	phpBB/styles/prosilver/template/forumlist_body.html
	phpBB/styles/prosilver/template/viewforum_body.html
This commit is contained in:
Nils Adermann
2011-07-16 23:16:23 -04:00
3 changed files with 16 additions and 9 deletions

View File

@@ -29,10 +29,15 @@ ul.topiclist li.row dl {
ul.topiclist dt {
display: block;
float: left;
width: 50%;
width: 100%;
font-size: 1.1em;
padding-left: 5px;
padding-right: 5px;
margin-right: -465px;
}
ul.topiclist dt .wrap-content {
padding-right: 465px;
}
ul.topiclist dd {
@@ -96,6 +101,7 @@ li.header dt, li.header dd {
li.header dt {
font-weight: bold;
margin-right: -465px;
}
li.header dd {
@@ -126,7 +132,7 @@ dl.icon dt {
}
dd.posts, dd.topics, dd.views {
width: 8%;
width: 90px;
text-align: center;
line-height: 2.2em;
font-size: 1.2em;
@@ -145,7 +151,7 @@ dl.icon dt li {
}
dd.lastpost {
width: 25%;
width: 230px;
font-size: 1.1em;
}