[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

@ -854,10 +854,10 @@ table.zebra-table tbody tr:nth-child(even) {
} }
/* Deactivated row */ /* Deactivated row */
.row-inactive { .row-inactive {
color: #999; color: #999;
} }
.row-inactive a, .row-inactive strong { .row-inactive a, .row-inactive strong {
color: #888; color: #888;
} }
.row-inactive a:hover { .row-inactive a:hover {
@ -1124,13 +1124,9 @@ input.langvalue, textarea.langvalue {
width: 90%; width: 90%;
} }
input[type="number"], dd input[type="number"] { input[type="number"] {
padding-right: 0;
width: 60px; width: 60px;
} -moz-padding-end: 0;
.rtl input[type="number"], .rtl dd input[type="number"] {
padding-left: 2px;
padding-right: 2px;
} }
optgroup, select { optgroup, select {
@ -1465,7 +1461,7 @@ input:focus, textarea:focus {
{ {
select, dd select, dd input { select, dd select, dd input {
max-width: 240px; max-width: 240px;
} }
} }
/* Submit button fieldset or paragraph /* Submit button fieldset or paragraph