1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

[ticket/12769] Fix responsive features

This commit is contained in:
Michael Miday
2015-09-15 23:41:27 +02:00
parent ea591562ae
commit 32868a6f87
6 changed files with 45 additions and 96 deletions

View File

@@ -81,11 +81,6 @@
padding-right: 0;
}
.rtl ul.linklist li.responsive-menu a.responsive-menu-link:before {
left: auto;
right: 0;
}
/* Dropdown menu
---------------------------------------- */
.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left {
@@ -261,10 +256,23 @@
margin-right: 0;
}
.pagination li.previous a { background-position: -50px 2px; }
.pagination li.next a { background-position: -30px 2px; }
.pagination li.previous a:hover { background-position: -50px -18px; }
.pagination li.next a:hover { background-position: -30px -18px; }
/* Action Bar styles
---------------------------------------- */
.rtl .action-bar .button {
margin-right: 0;
float: right;
}
.rtl .action-bar > .button {
margin-left: 5px;
float: right;
}
.rtl .action-bar .dropdown-button-control .button {
margin-left: 5px;
}
/* Miscellaneous styles
---------------------------------------- */