aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/posting_topic_review.html19
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css6
2 files changed, 8 insertions, 17 deletions
diff --git a/phpBB/styles/subSilver/template/posting_topic_review.html b/phpBB/styles/subSilver/template/posting_topic_review.html
index d4664a1cff..f3efe31c1e 100644
--- a/phpBB/styles/subSilver/template/posting_topic_review.html
+++ b/phpBB/styles/subSilver/template/posting_topic_review.html
@@ -1,17 +1,11 @@
<!-- $Id$ -->
-<!-- IF S_DISPLAY_INLINE -->
<table class="tablebg" width="95%" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<th height="28" align="center">{L_TOPIC_REVIEW}</th>
</tr>
<tr>
- <td class="row1"><iframe width="100%" height="300" name="review_window" src="{U_REVIEW_TOPIC}">
-
-<!-- ELSE -->
-
-<!-- INCLUDE simple_header.html -->
-
+ <td class="row1"><div class="postreview">
<script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script>
@@ -120,14 +114,7 @@ function addquote(post_id, username) {
<!-- END postrow -->
</table>
-<!-- ENDIF -->
-
-<!-- IF S_DISPLAY_INLINE -->
- </iframe></td>
- </tr>
+ </div></td>
+</tr>
</table>
-<!-- ELSE -->
-
-<!-- INCLUDE simple_footer.html -->
-<!-- ENDIF -->
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css
index 90a72a8909..764d7198df 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -34,7 +34,6 @@ h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-heigh
.mainmenu { color: black; font-size: 70%; }
.titles { color: black; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 130%; text-decoration: none; }
-
/*
TABLE
*/
@@ -86,3 +85,8 @@ select { color: black; background-color: white; font-family: Verdana, serif; fon
.syntaxhtml { color: #000000; }
.syntaxkeyword { color: #007700; }
.syntaxstring { color: #DD0000; }
+
+/*
+ DIV
+*/
+div.postreview { overflow: auto; width: 100%; height: 300px; border: 1px; }