Skip to content

Commit 012d81c

Browse files
authored
[5.3] System template offline RTL (#44615)
1 parent 5e235c1 commit 012d81c

File tree

3 files changed

+3
-34
lines changed

3 files changed

+3
-34
lines changed

build/media_source/system/scss/system-site-offline.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ img {
3232
}
3333

3434
#frame form {
35-
text-align: left;
35+
text-align: start;
3636
}
3737

3838
/* -- class styles ---------------------------------- */
@@ -92,15 +92,15 @@ input.button:hover {
9292
}
9393

9494
fieldset.input p {
95-
clear: left;
95+
clear: inline-start;
9696
}
9797

9898
#frmlogin {
9999
margin: 0 10px;
100100
}
101101

102102
#frmlogin fieldset.button {
103-
text-align: right;
103+
text-align: end;
104104
}
105105

106106
/* -- message styles ----------------------------------- */

build/media_source/system/scss/system-site-offline_rtl.scss

Lines changed: 0 additions & 27 deletions
This file was deleted.

templates/system/offline.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
// Styles
2525
$wa->registerAndUseStyle('template.system.offline', 'media/system/css/system-site-offline.css');
2626

27-
if ($this->direction === 'rtl') {
28-
$wa->registerAndUseStyle('template.system.offline_rtl', 'media/system/css/system-site-offline_rtl.css');
29-
}
30-
3127
$wa->registerAndUseStyle('template.system.general', 'media/system/css/system-site-general.css');
3228

3329
?>

0 commit comments

Comments
 (0)