1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-09 07:40:45 +02:00

[ticket/12813] Fix page-jump title lang and use input type=number

PHPBB3-12813
This commit is contained in:
PayBas
2014-07-05 11:08:15 +02:00
parent 53ff23671c
commit 2d2525f382
3 changed files with 9 additions and 1 deletions

View File

@@ -878,6 +878,10 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
margin-right: 0;
}
.rtl input[type="number"] {
padding-left: 0;
}
/* Quick-login on index page */
.rtl fieldset.quick-login input.inputbox {
margin-left: 5px;