diff options
author | PayBas <contact@paybas.com> | 2014-09-15 14:58:57 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-09-15 14:58:57 +0200 |
commit | 6488d236ec1a828648abca65e79a3bd4a921343f (patch) | |
tree | 3dbf909e2832eb1e8243c2756a9d2f177e77870a /phpBB/adm | |
parent | 38830f9cbb41c116aa3a0d579d450c6e5cd70dd7 (diff) | |
download | forums-6488d236ec1a828648abca65e79a3bd4a921343f.tar forums-6488d236ec1a828648abca65e79a3bd4a921343f.tar.gz forums-6488d236ec1a828648abca65e79a3bd4a921343f.tar.bz2 forums-6488d236ec1a828648abca65e79a3bd4a921343f.tar.xz forums-6488d236ec1a828648abca65e79a3bd4a921343f.zip |
[ticket/10472] Remove dd selector and use -moz-padding-end
PHPBB3-10472
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7d570fa68f..b83750875a 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -854,10 +854,10 @@ table.zebra-table tbody tr:nth-child(even) { } /* Deactivated row */ -.row-inactive { - color: #999; +.row-inactive { + color: #999; } -.row-inactive a, .row-inactive strong { +.row-inactive a, .row-inactive strong { color: #888; } .row-inactive a:hover { @@ -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 { @@ -1465,7 +1461,7 @@ input:focus, textarea:focus { { select, dd select, dd input { max-width: 240px; - } + } } /* Submit button fieldset or paragraph |