From c145e4267c1d14d9c7f8b3f2f5542619c5ac977d Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sun, 22 Jul 2012 00:18:07 +0000 Subject: [PATCH] Fixes to light/console_ar.css --- .../themes/console/light/console_ar.css | 73 +++++++++++++++---- 1 file changed, 58 insertions(+), 15 deletions(-) diff --git a/installer/resources/themes/console/light/console_ar.css b/installer/resources/themes/console/light/console_ar.css index 8b69997def..22a8829f03 100644 --- a/installer/resources/themes/console/light/console_ar.css +++ b/installer/resources/themes/console/light/console_ar.css @@ -2,18 +2,52 @@ /* Description: RTL Light blue highlights for Arabic locale. */ /* Author: dr|z3d */ +body { + direction: rtl; +} + pre { text-align: right; } -div.logo { - float:right; +table { + direction: rtl; +} + +td { + text-align: right; +} + +h1,h2,h3,h4 { + direction: rtl; + text-align: right; +} + +h1 { + margin: 10px 210px 0px 10px; + padding: 7px 0px 30px 20px; +} + +form { + text-align: right; +} + +div.routersummary form { + text-align: center; } -div.routersummaryouter { - float: right; +div.routersummary h3 { + text-align: center; } +div.routersummary td:last-child { + text-align: left; + margin-left: 3px; +} + +div.logo { + float:right; +} div.tunnels td:first-child { text-align: right; @@ -28,25 +62,29 @@ div.warning { div.main { margin: 10px 210px 0px 10px; padding: 7px 0px 30px 20px; +} + +div.main li { text-align: right; - } +} div.news { margin: 10px 210px 0px 10px; padding: 7px 0px 30px 20px; - text-align: right !important; + direction: ltr; } -div.news h3 { +div.graphspanel form { text-align: right; } -div.graphspanel form { - text-align: right; +.langbox { + float: left; + text-align: left; } -div.main li { - text-align: right; +.formaction { + text-align: left; } .tidylist code { @@ -57,9 +95,14 @@ code { text-align: right; } +div.joblog li, div.newsheadings li { + text-align: left; + direction: ltr; +} -h1 { - text-align: right; - margin: 10px 210px 0px 10px; - padding: 7px 0px 30px 20px; +span.newtab { + text-align: left; + font-size: 8pt; + float: left; + letter-spacing: 0; } -- GitLab