mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
[ticket/10472] Remove dd selector and use -moz-padding-end
PHPBB3-10472
This commit is contained in:
parent
38830f9cbb
commit
6488d236ec
1 changed files with 6 additions and 10 deletions
|
@ -1124,13 +1124,9 @@ input.langvalue, textarea.langvalue {
|
|||
width: 90%;
|
||||
}
|
||||
|
||||
input[type="number"], dd input[type="number"] {
|
||||
padding-right: 0;
|
||||
input[type="number"] {
|
||||
width: 60px;
|
||||
}
|
||||
.rtl input[type="number"], .rtl dd input[type="number"] {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
-moz-padding-end: 0;
|
||||
}
|
||||
|
||||
optgroup, select {
|
||||
|
|
Loading…
Add table
Reference in a new issue