1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

Merge remote-tracking branch 'PayBas/ticket/12813' into develop-ascraeus

* PayBas/ticket/12813:
  [ticket/12813] Move inline-CSS to css file
  [ticket/12813] Use -moz-only fix instead of generic padding
  [ticket/12813] Reorder .row pagination so it aligns better
  [ticket/12813] Fix page-jump title lang and use input type=number
This commit is contained in:
Cesar G
2014-07-07 01:32:18 -07:00
7 changed files with 41 additions and 27 deletions

View File

@@ -276,6 +276,10 @@ textarea.inputbox {
width: auto !important;
}
input[type="number"] {
-moz-padding-end: inherit;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;