From cd37633cde13c9c45c64d648ac66c439e0f1d22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Dr=C3=B6scher?= Date: Wed, 11 Oct 2006 22:54:10 +0000 Subject: [PATCH] Nicer solution for the rtl problem. Thanks Jon! git-svn-id: file:///svn/phpbb/trunk@6484 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/forumlist_body.html | 2 +- phpBB/styles/subSilver/template/overall_header.html | 2 +- phpBB/styles/subSilver/theme/stylesheet.css | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/phpBB/styles/subSilver/template/forumlist_body.html b/phpBB/styles/subSilver/template/forumlist_body.html index acddb62c24..5d0108d1f9 100644 --- a/phpBB/styles/subSilver/template/forumlist_body.html +++ b/phpBB/styles/subSilver/template/forumlist_body.html @@ -12,7 +12,7 @@

{forumrow.FORUM_NAME}

- class="catdiv-rtl"class="catdiv" colspan="3">  +   diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index 10b95c000d..4ba665a838 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -78,7 +78,7 @@ function marklist(id, name, state) //--> - + diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 486c015d7b..975a85e94f 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -293,7 +293,7 @@ td { background-color: #A9B8C2; } -.catdiv, .catdiv-rtl { +.catdiv { height: 28px; margin: 0px; padding: 0px; @@ -302,8 +302,14 @@ td { background-image: url('./images/cellpic2.jpg'); background-repeat: repeat-y; } -.catdiv-rtl { +.rtl .catdiv { + height: 28px; + margin: 0px; + padding: 0px; + border: 0px; + background-color: white; background-image: url('./images/cellpic2_rtl.jpg'); + background-repeat: repeat-y; } .cat {