rtl: Add Exchanges styling for Right-to-Left

This commit is contained in:
Will Binns 2017-01-22 13:26:30 -06:00
parent 83e727a3d2
commit 8e1955c501
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
2 changed files with 9 additions and 1 deletions

View file

@ -289,7 +289,7 @@ body{
padding:20px 0;
}
.exchanges div{
border-top:expression(this.parentNode.className=='resourcesorg'&&this.parentNode.getElementsByTagName('DIV')[0]!=this?'1px solid #e0e0e0':'0');
border-top:expression(this.parentNode.className=='exchanges'&&this.parentNode.getElementsByTagName('DIV')[0]!=this?'1px solid #e0e0e0':'0');
}
.banner-message a:hover,

View file

@ -121,6 +121,14 @@ h2 .rssicon{
margin-left:5px;
bottom:-6px;
}
.exchanges{
text-align:right;
}
.exchanges img{
margin-right:0;
margin-left:5px;
bottom:-6px;
}
.downloadbox a{
direction:ltr;
}