mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 22:11:26 +02:00
[ticket/12813] Fix page-jump title lang and use input type=number
PHPBB3-12813
This commit is contained in:
@@ -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;
|
||||
|
@@ -276,6 +276,10 @@ textarea.inputbox {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
-webkit-box-sizing: content-box;
|
||||
|
Reference in New Issue
Block a user