aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-19 13:22:47 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-19 13:22:47 +0300
commit68a4c6acbfab0a679839d853ad56b7ae99dd9033 (patch)
treead64a0625a782d113f2eb9a26a84fe605a1b04a8 /phpBB/styles/prosilver/theme
parent1a1d5f7307fdb6f4bbb9b947629a82e544b8c5d4 (diff)
downloadforums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.tar
forums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.tar.gz
forums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.tar.bz2
forums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.tar.xz
forums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.zip
[ticket/11552] Move post subject before buttons
PHPBB3-11552
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/content.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 5c8217fba9..798cf1518f 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -241,6 +241,7 @@ div[class].topic-actions {
.postbody h3 {
/* Postbody requires a different h3 format - so change it here */
+ float: left;
font-size: 1.5em;
padding: 2px 0 0 0;
margin: 0 0 0.3em 0 !important;
@@ -297,21 +298,16 @@ div[class].topic-actions {
/* MCP Post details
----------------------------------------*/
-#post_details
-{
+#post_details {
/* This will only work in IE7+, plus the others */
overflow: auto;
max-height: 300px;
}
-#expand
-{
- clear: both;
-}
-
/* Content container styles
----------------------------------------*/
.content {
+ clear: both;
min-height: 3em;
overflow: hidden;
line-height: 1.4em;
@@ -387,6 +383,7 @@ p.author {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.2em;
+ clear: both;
}
/* Post signature */