1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/11150] Gallery pagination

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-14 23:27:10 +02:00
committed by Tristan Darricau
parent 3a1f2ad3ff
commit 3d363a7bb3
3 changed files with 78 additions and 45 deletions

View File

@@ -1333,6 +1333,16 @@ p.quick {
text-align: left;
}
fieldset.quick-left, p.quick-left {
margin: 15px 0 5px 0;
padding: 0 0px 0;
float: left;
}
.rtl fieldset.quick-left, .rtl p.quick-left {
float: right;
}
fieldset.quick legend {
display: none;
}