[ticket/368] Correctly display clock in rtl languages

B3P-368
This commit is contained in:
Marc Alexander
2014-09-20 00:26:22 +02:00
parent d9ea2e4dda
commit 436a2d7255
3 changed files with 14 additions and 3 deletions

View File

@@ -383,6 +383,11 @@ a.portal-forumtitle {
height: 50px;
}
.rtl .portal-clock-wrapper {
/* Arabic clocks are ltr */
direction: ltr;
}
.portal-clock {
position: relative;
width: 100%;