FIX rtl languages
This commit is contained in:
parent
3653e8244b
commit
7c78934d08
@ -278,8 +278,8 @@ a.btnTitle.btnTitleSelected {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pagination li:first-child a.btnTitle{
|
div.pagination li:first-child a.btnTitle, div.pagination li.paginationafterarrows a.btnTitle {
|
||||||
margin-left: 10px;
|
margin-<?php echo $left; ?>: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-title-separator{
|
.button-title-separator{
|
||||||
|
|||||||
@ -3713,7 +3713,7 @@ div.refidno form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.pagination {
|
div.pagination {
|
||||||
float: right;
|
float: <?php echo $right; ?>;
|
||||||
}
|
}
|
||||||
div.pagination a {
|
div.pagination a {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user