From 8b15c763a3445a30169789e2a8076fb9e933de74 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 13 Jul 2018 14:29:28 +0200 Subject: [PATCH] Fix rememeber_me selectbox on login page styling --- pixelegg/css/mobile.css | 2 +- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/layout_loginPage.less | 2 +- pixelegg/mobile/fw_mobile.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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,