aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/content.css
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-09-11 02:03:32 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-09-11 02:03:32 +0200
commit51483584293ea11928097aa326979c3b23570a8e (patch)
treecebdb01c8ca42d70eccd42202e4a52e08f9d3cee /phpBB/styles/prosilver/theme/content.css
parent5797de767e1a87dfe421420db2d39e4df2f74fe6 (diff)
downloadforums-51483584293ea11928097aa326979c3b23570a8e.tar
forums-51483584293ea11928097aa326979c3b23570a8e.tar.gz
forums-51483584293ea11928097aa326979c3b23570a8e.tar.bz2
forums-51483584293ea11928097aa326979c3b23570a8e.tar.xz
forums-51483584293ea11928097aa326979c3b23570a8e.zip
[ticket/10360] Fix invalid HTML5 markup introduced in PHPBB3-6632
I removed the fix of the original ticket and rebuild it with its own css class. This also fixes the problem with the screwed up UCP Attachments page. PHPBB3-6632 PHPBB3-10360
Diffstat (limited to 'phpBB/styles/prosilver/theme/content.css')
-rw-r--r--phpBB/styles/prosilver/theme/content.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index c7ff57efb5..97bb2277fe 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -29,14 +29,19 @@ ul.topiclist li.row dl {
ul.topiclist dt {
display: block;
float: left;
- width: 100%;
+ width: 50%;
font-size: 1.1em;
padding-left: 5px;
padding-right: 5px;
+}
+
+ul.topiclist .widescreen-optimised dt {
+ width: 100%;
margin-right: -465px;
}
-ul.topiclist dt .wrap-content {
+ul.topiclist .widescreen-optimised dt .wrap-content {
+ display: block;
padding-right: 465px;
}
@@ -101,6 +106,9 @@ li.header dt, li.header dd {
li.header dt {
font-weight: bold;
+}
+
+li.header .widescreen-optimised dt {
margin-right: -465px;
}