From a4af0bc14dccde1b9e5e43b4d1d94b3bde3cbe6a Mon Sep 17 00:00:00 2001 From: lungsangg Date: Thu, 25 Jan 2024 15:41:25 +0530 Subject: [PATCH 01/10] hebrew_page_header_ltr --- static/css/s2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/s2.css b/static/css/s2.css index 6860163559..a569c6521c 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -509,7 +509,7 @@ input.noselect { box-shadow: 0 1px 3px rgba(0,0,0,0.2); } .interface-hebrew .header { - direction: rtl; + direction: ltr; } .headerInner .headerNavSection { display: flex; From 4f3116f1f7da650d5f0cf546a62ffd83f52bc240 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Thu, 25 Jan 2024 15:50:00 +0530 Subject: [PATCH 02/10] hebrew_text_page_ltr --- static/css/s2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/s2.css b/static/css/s2.css index a569c6521c..74429a44d2 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -1694,7 +1694,7 @@ div.interfaceLinks-row a { --hebrew-font: var(--hebrew-sans-serif-font-family); } .interface-hebrew .sidebarLayout { - direction: rtl; + direction: ltr; } .readerPanel.hebrew .followsContentLang { direction: rtl; From 8858ff87cca914fcc687cbac06e483839a357400 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Thu, 25 Jan 2024 15:54:48 +0530 Subject: [PATCH 03/10] community_page_direction_ltr --- static/css/s2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/s2.css b/static/css/s2.css index 74429a44d2..a3c5b4280f 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -1504,7 +1504,7 @@ div.interfaceLinks-row a { .interface-hebrew .readerPanel.bilingual .readerNavMenu .gridBox, .readerPanel.hebrew .readerNavSection, .readerPanel.hebrew .readerNavMenu .gridBox { - direction: rtl; + direction: ltr; } .interface-english .readerPanel.hebrew .readerNavMenu .readerTocResources .gridBox { direction: ltr; From ced093d25f3cce40ba0cb4e9590b3b987b1bea55 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Thu, 25 Jan 2024 16:06:28 +0530 Subject: [PATCH 04/10] profile_dropdown_menu_shift_2_left --- static/css/s2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/s2.css b/static/css/s2.css index a3c5b4280f..04cba554bb 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -825,7 +825,7 @@ div:has(#bannerMessage) + .readerApp.singlePanel .mobileNavMenu { width: max-content; } .interface-hebrew .header .interfaceLinks .interfaceLinks-menu { - left: 0px; + left: -135px; min-width: 150px; width: max-content; } From eec587cba633eb96832f98d2eb52e1021cafc77d Mon Sep 17 00:00:00 2001 From: lungsangg Date: Mon, 29 Jan 2024 16:04:46 +0530 Subject: [PATCH 05/10] text_alignment_changed_to_left --- static/css/s2.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/s2.css b/static/css/s2.css index 04cba554bb..a7eb1517f8 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -1485,8 +1485,8 @@ div.interfaceLinks-row a { direction: ltr; /* Even in Hebrew Interface, we want scroll bars on the right */ } .readerPanel .he { - direction: rtl; - text-align: right; + direction: ltr; + text-align: left; unicode-bidi: initial; } } @@ -1530,7 +1530,7 @@ div.interfaceLinks-row a { } .readerPanel.hebrew .he { display: inline; - text-align: right; + text-align: left; } .readerPanel.hebrew .en { display: none; @@ -5280,7 +5280,7 @@ body .ui-autocomplete.dictionary-toc-autocomplete .ui-menu-item a.ui-state-focus } .bilingual .segment > .he, .bilingual .segment > p > .he { - text-align: right; + text-align: left; } .stacked.bilingual .basetext .segment { margin-bottom: 14px; From ec3ad71eb79f02312ba7adb066e1f7351b791ec5 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Mon, 29 Jan 2024 20:41:26 +0530 Subject: [PATCH 06/10] hebrew_text_ltr --- static/css/s2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/s2.css b/static/css/s2.css index a7eb1517f8..da5acf7183 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -5166,7 +5166,7 @@ body .ui-autocomplete.dictionary-toc-autocomplete .ui-menu-item a.ui-state-focus .interface-english .readerPanel.hebrew .textTableOfContents, .interface-english .readerPanel.hebrew .connectionsPanel .toolsButton.more, .interface-english .readerPanel.hebrew .connectionsPanel .toolsButton.seeLess { - direction: rtl; + direction: ltr; } .basetext .text, .sheetContent .text { padding: 0 44px; From 1f9300ec8514e276f599a928923ae7aadad7a949 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Mon, 29 Jan 2024 20:57:53 +0530 Subject: [PATCH 07/10] hebrew_text_only_align_left --- static/css/s2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/s2.css b/static/css/s2.css index da5acf7183..5324ccc2df 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -1697,7 +1697,7 @@ div.interfaceLinks-row a { direction: ltr; } .readerPanel.hebrew .followsContentLang { - direction: rtl; + direction: ltr; } .navSidebar { width: 420px; @@ -3490,7 +3490,7 @@ display: none; .hebrew .textTableOfContents, .english .noLangToggleInHebrew .textTableOfContents, .bilingual .noLangToggleInHebrew .textTableOfContents{ - text-align: right; + text-align: left; } .english .noLangToggleInHebrew .textTableOfContents, .bilingual .noLangToggleInHebrew .textTableOfContents{ From 267edd5e0a2ba4f47a61a190b51f6f6c4ae00308 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Mon, 29 Jan 2024 21:34:49 +0530 Subject: [PATCH 08/10] source_sheet_guide_video_readmore_ltr --- static/css/sheets.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/sheets.css b/static/css/sheets.css index 91a8211f76..540b01ee51 100755 --- a/static/css/sheets.css +++ b/static/css/sheets.css @@ -18,7 +18,7 @@ body:not(.user-is-tabbing) #sheet .cke_editable:focus { display: none; } .interface-hebrew #sheetsContent, .interface-hebrew #sheetsContent .sheetsEditNavTop, .interface-hebrew #fileControls{ - direction: rtl; + direction: ltr; } .he, .int-he { font-size: 100%; @@ -931,7 +931,7 @@ body:not(.user-is-tabbing) #sheet .cke_editable:focus { margin-top: 20px; } .interface-hebrew #empty #howItWorks{ - text-align: right; + text-align: left; } #empty h1 { font-size: 32px; @@ -1529,7 +1529,7 @@ body.hasBannerMessage .sheetsEditNavTop { display:flex; } .interface-hebrew #addInterface .buttonBar{ - direction: rtl; + direction: ltr; } .contentDiv > div { @@ -1669,7 +1669,7 @@ body.hasBannerMessage .sheetsEditNavTop { width:100%; } .interface-hebrew .blockContainer{ - direction: rtl; + direction: ltr; } #customTextContainer{ margin-bottom: 40px; From af4f808934af06c33783b55e2d49c0cf2d3c2e7b Mon Sep 17 00:00:00 2001 From: lungsangg Date: Tue, 30 Jan 2024 11:21:40 +0530 Subject: [PATCH 09/10] hebrew_footer_direction_change --- static/css/s2.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/s2.css b/static/css/s2.css index 5324ccc2df..4b47a55f09 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -9081,15 +9081,15 @@ body #keyboardInputMaster tbody tr td table tbody tr td.pressed{ color: #666; } .interface-hebrew #footer{ - direction: rtl; - text-align: right; + direction: ltr; + text-align: left; } .interface-english #footer .int-he { display: none; } .interface-hebrew #footer .int-he { display: inline; - text-align: right; + text-align: left; } #footerInner { max-width: 1000px; @@ -9105,7 +9105,7 @@ body #keyboardInputMaster tbody tr td table tbody tr td.pressed{ text-align: left; } .interface-hebrew #footer .section { - text-align: right; + text-align: left; } #footer .section .header { color: #000; From 48375a508960199cf2ee68a0bfb29b653fe1a893 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Tue, 30 Jan 2024 14:03:11 +0530 Subject: [PATCH 10/10] footer_float_right --- static/css/s2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/s2.css b/static/css/s2.css index 4b47a55f09..2fb77499ad 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -9118,7 +9118,7 @@ body #keyboardInputMaster tbody tr td table tbody tr td.pressed{ text-align: right; } .interface-hebrew #footer .section.last { - float: left; + float: right; text-align: left; } #footer .section a {