[ticket/10472] Remove dd selector and use -moz-padding-end

PHPBB3-10472
This commit is contained in:
PayBas 2014-09-15 14:58:57 +02:00
parent 38830f9cbb
commit 6488d236ec

View file

@ -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 {