Skip to content

Commit

Permalink
Fixes for RTL community events list
Browse files Browse the repository at this point in the history
change direction of parag on the top of table and the direction of table's content
  • Loading branch information
mermi authored and craigcook committed Jan 22, 2015
1 parent f7db5c7 commit 81df26a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions media/css/mozorg/contribute/contribute-2015.less
Expand Up @@ -1619,7 +1619,28 @@ textarea:focus {
}
}

[dir='rtl'] {
.events-list .ical-link {
float: right;

a {
margin-left: 0;
margin-right: 25px;

&:before {
left: auto;
right: 0;
}
}
}

.events-table {
td,
th {
text-align: right;
}
}
}

/*-------------------------------------------------------------------------*/
// Mozillian @Stories
Expand Down

0 comments on commit 81df26a

Please sign in to comment.