1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

Merge pull request #2714 from prototech/ticket/12809

[ticket/12809] Fix select button and dropdown list items in RTL.
This commit is contained in:
Marc Alexander
2014-08-10 17:00:19 +02:00
3 changed files with 19 additions and 24 deletions

View File

@@ -466,12 +466,6 @@ p.rightside {
margin-bottom: 0;
}
fieldset.quickmod {
width: auto;
float: none;
text-align: center;
}
fieldset.display-options label {
display: block;
clear: both;
@@ -509,14 +503,11 @@ fieldset.display-actions {
margin: 0;
}
.action-bar > .pagination, fieldset.jumpbox {
text-align: center;
}
.action-bar > .pagination {
float: none;
clear: both;
padding-bottom: 1px;
text-align: center;
}
.action-bar > .pagination li.page-jump {