diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index b752de69bf..dc5ecad90f 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -1911,7 +1911,7 @@ body { background-color: transparent; } #loginMainDiv div#centerBox form table.divLoginbox select[name="remember_me"] { - text-indent: 120px; + text-indent: 60%; background-color: transparent; } #loginMainDiv div#centerBox form table.divLoginbox select:focus, diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 57839b6765..75a3cb099c 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -1900,7 +1900,7 @@ body { background-color: transparent; } #loginMainDiv div#centerBox form table.divLoginbox select[name="remember_me"] { - text-indent: 120px; + text-indent: 60%; background-color: transparent; } #loginMainDiv div#centerBox form table.divLoginbox select:focus, diff --git a/pixelegg/less/layout_loginPage.less b/pixelegg/less/layout_loginPage.less index 3118385e80..1aad1b9d5f 100644 --- a/pixelegg/less/layout_loginPage.less +++ b/pixelegg/less/layout_loginPage.less @@ -189,7 +189,7 @@ background-color: transparent; } select[name="remember_me"] { - text-indent: 120px; + text-indent: 60%; background-color: transparent; } select:focus, select:hover {box-shadow:none;} diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index b7c177cb7c..d61cd839ac 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -1922,7 +1922,7 @@ body { background-color: transparent; } #loginMainDiv div#centerBox form table.divLoginbox select[name="remember_me"] { - text-indent: 120px; + text-indent: 60%; background-color: transparent; } #loginMainDiv div#centerBox form table.divLoginbox select:focus,