diff --git a/src/main/webapp/resources/css/admin.css b/src/main/webapp/resources/css/admin.css index 5a60b1f705..639843a0aa 100644 --- a/src/main/webapp/resources/css/admin.css +++ b/src/main/webapp/resources/css/admin.css @@ -224,10 +224,18 @@ td.cell-wrap { @media screen and (min-width: 991px) { - .setting input[type="text"], .setting input:not([type]), .setting textarea, .setting select { + .setting input[type="text"], .setting input:not([type]) { text-indent:85px; } + .setting select { + text-indent: 85px; + } + + .setting textarea { + padding-left: 85px; + } + .settings-label { position: absolute; left: 20px; @@ -237,11 +245,23 @@ td.cell-wrap { .category-conf .setting input[type="text"], .category-conf .setting input:not([type]), - .category-conf .setting textarea, .category-conf .setting select { text-indent: 110px; } + .category-conf .setting textarea { + padding-left: 110px; + } + + @-moz-document url-prefix() { + .category-conf .setting select { + text-indent: 50px; + } + .setting select { + text-indent: 40px; + } + } + .category-conf .settings-label { width: 90px; }