mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12201] Separate pagination from table.
PHPBB3-12201
This commit is contained in:
@@ -378,7 +378,7 @@
|
|||||||
<fieldset class="tabulated">
|
<fieldset class="tabulated">
|
||||||
<legend>{L_TITLE}</legend>
|
<legend>{L_TITLE}</legend>
|
||||||
|
|
||||||
<div class="pagination">
|
<div class="pagination top-pagination">
|
||||||
<!-- IF .pagination or TOTAL_FILES -->
|
<!-- IF .pagination or TOTAL_FILES -->
|
||||||
{L_NUMBER_FILES}{L_COLON} {TOTAL_FILES} • {L_TOTAL_SIZE}{L_COLON} {TOTAL_SIZE}
|
{L_NUMBER_FILES}{L_COLON} {TOTAL_FILES} • {L_TOTAL_SIZE}{L_COLON} {TOTAL_SIZE}
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<div class="pagination" style="float: right; margin: 15px 0 2px 0">
|
<div class="pagination top-pagination">
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
@@ -1670,6 +1670,10 @@ input.button1:focus, input.button2:focus {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-pagination {
|
||||||
|
margin: 15px 0 2px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.rtl .pagination {
|
.rtl .pagination {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
float: left;
|
float: left;
|
||||||
|
Reference in New Issue
Block a user