mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 05:34:01 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-6632 [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10408 [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10485 Conflicts: phpBB/styles/prosilver/template/forumlist_body.html phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/viewforum_body.html
This commit is contained in:
@@ -35,16 +35,6 @@ ul.topiclist dt {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
ul.topiclist .widescreen-optimised dt {
|
||||
width: 100%;
|
||||
margin-right: -465px;
|
||||
}
|
||||
|
||||
ul.topiclist .widescreen-optimised dt .wrap-content {
|
||||
display: block;
|
||||
padding-right: 465px;
|
||||
}
|
||||
|
||||
ul.topiclist dd {
|
||||
display: block;
|
||||
float: left;
|
||||
@@ -108,10 +98,6 @@ li.header dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
li.header .widescreen-optimised dt {
|
||||
margin-right: -465px;
|
||||
}
|
||||
|
||||
li.header dd {
|
||||
margin-left: 1px;
|
||||
}
|
||||
@@ -140,7 +126,7 @@ dl.icon dt {
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views {
|
||||
width: 90px;
|
||||
width: 8%;
|
||||
text-align: center;
|
||||
line-height: 2.2em;
|
||||
font-size: 1.2em;
|
||||
@@ -159,7 +145,7 @@ dl.icon dt li {
|
||||
}
|
||||
|
||||
dd.lastpost {
|
||||
width: 230px;
|
||||
width: 25%;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
@@ -192,7 +178,7 @@ dd.extra {
|
||||
|
||||
dd.mark {
|
||||
float: right !important;
|
||||
width: 90px;
|
||||
width: 9%;
|
||||
text-align: center;
|
||||
line-height: 200%;
|
||||
font-size: 1.2em;
|
||||
|
Reference in New Issue
Block a user