aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2010-10-17 12:25:20 +0100
committerChris Smith <toonarmy@phpbb.com>2010-10-17 12:25:20 +0100
commite2d57fb4daa43ddaf4114cec7a3133750e07fea8 (patch)
tree84fec7038646a2b591f0d1642f1e79f58b2a057c /phpBB/styles
parentb7a1add009ec36ca1143fa75ebda828d0fdead80 (diff)
downloadforums-e2d57fb4daa43ddaf4114cec7a3133750e07fea8.tar
forums-e2d57fb4daa43ddaf4114cec7a3133750e07fea8.tar.gz
forums-e2d57fb4daa43ddaf4114cec7a3133750e07fea8.tar.bz2
forums-e2d57fb4daa43ddaf4114cec7a3133750e07fea8.tar.xz
forums-e2d57fb4daa43ddaf4114cec7a3133750e07fea8.zip
[ticket/7332] Fix post details expand link rendering on Webkit.
PHPBB3-7332
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html2
-rw-r--r--phpBB/styles/prosilver/theme/content.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index dab2d572a9..04e24cd1f9 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -54,7 +54,7 @@
</ul>
<!-- ENDIF -->
- <span class="right-box clear" id="expand"><a href="#post_details" onclick="viewableArea(getElementById('post_details'), true); var rev_text = getElementById('expand').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'}; return false;">{L_EXPAND_VIEW}</a></span>
+ <span class="right-box" id="expand"><a href="#post_details" onclick="viewableArea(getElementById('post_details'), true); var rev_text = getElementById('expand').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'}; return false;">{L_EXPAND_VIEW}</a></span>
<h3><a href="{U_VIEW_POST}">{POST_SUBJECT}</a></h3>
<!-- IF S_PM -->
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index dfe00371e4..64beb97a37 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -307,6 +307,11 @@ div[class].topic-actions {
max-height: 300px;
}
+#expand
+{
+ clear: both;
+}
+
/* Content container styles
----------------------------------------*/
.content {