Skip to content

Commit 81df26a

Browse files
mermicraigcook
authored andcommitted
Fixes for RTL community events list
change direction of parag on the top of table and the direction of table's content
1 parent f7db5c7 commit 81df26a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

media/css/mozorg/contribute/contribute-2015.less

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,28 @@ textarea:focus {
16191619
}
16201620
}
16211621

1622+
[dir='rtl'] {
1623+
.events-list .ical-link {
1624+
float: right;
1625+
1626+
a {
1627+
margin-left: 0;
1628+
margin-right: 25px;
1629+
1630+
&:before {
1631+
left: auto;
1632+
right: 0;
1633+
}
1634+
}
1635+
}
16221636

1637+
.events-table {
1638+
td,
1639+
th {
1640+
text-align: right;
1641+
}
1642+
}
1643+
}
16231644

16241645
/*-------------------------------------------------------------------------*/
16251646
// Mozillian @Stories

0 commit comments

Comments
 (0)