mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12613] Set fixed font-size
and clean up spaces > tabs PHPBB3-12613
This commit is contained in:
parent
2d8ca3ea90
commit
36b42d376e
2 changed files with 5 additions and 4 deletions
|
@ -364,7 +364,7 @@ function parse_document(container)
|
||||||
if (event.which == 13 || event.keyCode == 13) {
|
if (event.which == 13 || event.keyCode == 13) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
pageJump($(this));
|
pageJump($(this));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
container.find('.pagination .dropdown-trigger').click(function() {
|
container.find('.pagination .dropdown-trigger').click(function() {
|
||||||
|
|
|
@ -805,10 +805,11 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||||
/* Pagination
|
/* Pagination
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.pagination {
|
.pagination {
|
||||||
width: auto;
|
|
||||||
text-align: right;
|
|
||||||
margin-top: 5px;
|
|
||||||
float: right;
|
float: right;
|
||||||
|
font-size: 11px;
|
||||||
|
margin-top: 5px;
|
||||||
|
text-align: right;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.pagination {
|
li.pagination {
|
||||||
|
|
Loading…
Add table
Reference in a new issue