From 8675e30366dbe0e9baf35a3398019da500198549 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 24 Sep 2003 19:41:14 +0000 Subject: some small fixes got rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;) NOTE: New css element added to theme git-svn-id: file:///svn/phpbb/trunk@4510 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../subSilver/template/posting_topic_review.html | 19 +++---------------- phpBB/styles/subSilver/theme/stylesheet.css | 6 +++++- 2 files changed, 8 insertions(+), 17 deletions(-) (limited to 'phpBB/styles') 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 @@ - - - + +
{L_TOPIC_REVIEW}
- - - - 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; } -- cgit v1.2.1