[damned-lies] Fixes for RTL languages (fixes #685160)



commit 24bbb6ca653a1be0687287747642f56c22f26283
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Mon Oct 8 01:50:32 2012 +0200

    Fixes for RTL languages (fixes #685160)

 common/static/css/rtl.css |   52 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/common/static/css/rtl.css b/common/static/css/rtl.css
index dc62c46..82f004c 100644
--- a/common/static/css/rtl.css
+++ b/common/static/css/rtl.css
@@ -2,10 +2,18 @@ body {
     direction: rtl;
 }
 
+.maxwidth{
+	text-align: right;
+}
+
 .float_right {
   float:left;
 }
 
+table.stats thead th {
+	text-align: right;
+}
+
 .stats th {
     text-align: right;
     padding-right: 2px;
@@ -25,6 +33,10 @@ body {
   text-align: right;
 }
 
+.membership{
+  text-align: right;
+}
+
 div.translated {
   right: 0%;
 }
@@ -62,6 +74,7 @@ div#language_menu {
 }
 
 p#show, p#hide {
+  float: left;
   text-align: left;
   font-style: italic;
 }
@@ -83,3 +96,42 @@ img.people {
 .person_detail .txt {
   margin-right: 95px;
 }
+
+.columns .bloc {
+	width: 135px;
+	margin-left: 30px;
+	float: left;
+}
+.columns .bloc.half,
+.columns .bloc.three {
+	width: 365px;
+}
+.columns .bloc.first {
+	margin-left: 0;
+	float:right;
+	clear: left;
+}
+
+.djform 	{
+padding: 0;
+}
+
+/* Keep footer the same.These overwrite .maxwidth*/
+#footer div.links > div > ul > li {
+	text-align: left;
+}
+#footnotes {
+	text-align: left;
+}
+
+/* Vertimus detail */
+/* ========================================================================== */
+div.release_link {
+	float: left;
+}
+div.uploaded_file {
+	float: left;
+}
+div.face_image {
+	float: right;
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]