diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-10-26 03:22:28 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-10-26 03:22:28 +0000 |
| commit | e3291006d8f388f96d47b31589c6ffd9f8271a88 (patch) | |
| tree | ba59159e86dc6d7574cd0ac61d17cb9edc736321 /modules_v3/GEDFact_assistant | |
| parent | 3d400cb03f533704fb65ce3894a933f731597afe (diff) | |
| download | webtrees-e3291006d8f388f96d47b31589c6ffd9f8271a88.tar.gz webtrees-e3291006d8f388f96d47b31589c6ffd9f8271a88.tar.bz2 webtrees-e3291006d8f388f96d47b31589c6ffd9f8271a88.zip | |
Add RTL code to Censuss Assistand css
Diffstat (limited to 'modules_v3/GEDFact_assistant')
| -rw-r--r-- | modules_v3/GEDFact_assistant/css/cens_style.css | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/modules_v3/GEDFact_assistant/css/cens_style.css b/modules_v3/GEDFact_assistant/css/cens_style.css index d5888ca2b7..b75115de24 100644 --- a/modules_v3/GEDFact_assistant/css/cens_style.css +++ b/modules_v3/GEDFact_assistant/css/cens_style.css @@ -30,7 +30,7 @@ .cens_container {float:left; width:575px; margin:5px; padding:0;}
.cens_container span {margin:0 3px;}
.cens_search {position:relative; float:right; margin:5px; width:275px; height:410px; overflow:auto;}
-.cens_sour { font-weight:bold; font-size:10px; text-align:left; margin-bottom :5px; overflow: hidden;}
+.cens_sour {font-weight:bold; font-size:10px; text-align:left; margin-bottom :5px; overflow: hidden;}
.cens_sour_country {float:left; width:60px;}
.cens_sour_year {float: left; width:20px;}
.cens_sour_scs { float:right; width:430px;}
@@ -39,7 +39,7 @@ textarea#NOTE {font-size: 12px;height:250px; width:98.5%; overflow:auto;} .cens_header_left {float:left; font-weight:bold;}
.cens_header_right {float: right;}
.cens_sour_1 {width:100%; margin:0; padding:0;}
-.cens_sour_2 {width:20%; float:left; margin-top:0.25em;}
+.cens_sour_2 {clear:left;width:20%; float:left; margin-top:0.25em;}
.cens_container input {padding:0;}
.cens_sour input {font-weight:normal; font-size:10px; margin-top:1px; width:78%;}
.cens_textinput {clear:both; float:left; margin:5px; width:860px;}
@@ -56,3 +56,23 @@ textarea#NOTE {font-size: 12px;height:250px; width:98.5%; overflow:auto;} .note1 {font-weight: bold;}
.note2 {font-weight: bold;}
.notecell {white-space: nowrap;}
+
+html[dir='rtl'] .cens_header {text-align:right;}
+html[dir='rtl'] .cens_container {float:right;}
+html[dir='rtl'] .cens_search {float:left;}
+html[dir='rtl'] .cens_sour {text-align:right;}
+html[dir='rtl'] .cens_sour_country {float:right;}
+html[dir='rtl'] .cens_sour_year {float: right;}
+html[dir='rtl'] .cens_sour_scs { float:left;}
+html[dir='rtl'] .cens_text {text-align:right;}
+html[dir='rtl'] .cens_header_left {float:right;}
+html[dir='rtl'] .cens_header_right {float: left;}
+html[dir='rtl'] .cens_sour_2 {clear:right; float:right;}
+html[dir='rtl'] .cens_textinput {clear:both; float:right;}
+html[dir='rtl'] .cens_textinput_left {float:right;}
+html[dir='rtl'] .cens_textinput_right {float:left;}
+html[dir='rtl'] .cens_addrows {clear:both; float:right;}
+html[dir='rtl'] .headimg2 {margin-right:0px;}
+
+
+
|
