From 6e610e501d10776d117f7e40225d6f083a6f71b1 Mon Sep 17 00:00:00 2001 From: flo0627 <40920856+flo0627@users.noreply.github.com> Date: Sat, 3 Oct 2020 13:35:49 +0200 Subject: Add toggle password visibility button on login form (#3205) * Add password observer for login view and update Origine theme * Update Alternative-Dark style * Update BlueLagoon theme * Update Dark theme * Update Flat theme * Update Screwdriver theme * Update Origine-compact theme * Update Pafat theme * Coding style --- p/themes/Origine/origine.css | 5 +---- p/themes/Origine/origine.rtl.css | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'p/themes/Origine') diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 0aaf244cc..9765ebb4e 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -698,14 +698,12 @@ a.btn { margin-right: auto; padding-left: .5rem; padding-right: .5rem; - text-align: center; } .prompt form { margin-top: 2rem; margin-bottom: 3rem; - text-align: left; } @@ -720,7 +718,6 @@ a.btn { .prompt .form-group.form-group-actions { display: flex; margin-top: 2rem; - align-items: center; justify-content: space-between; } @@ -728,12 +725,12 @@ a.btn { .prompt .stick, .prompt input { width: 100%; + box-sizing: border-box; } .prompt .btn.btn-important { padding-left: 1.5rem; padding-right: 1.5rem; - font-size: 1.1rem; } diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 73966e5ce..7fbb30a9e 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -698,14 +698,12 @@ a.btn { margin-left: auto; padding-right: .5rem; padding-left: .5rem; - text-align: center; } .prompt form { margin-top: 2rem; margin-bottom: 3rem; - text-align: right; } @@ -720,7 +718,6 @@ a.btn { .prompt .form-group.form-group-actions { display: flex; margin-top: 2rem; - align-items: center; justify-content: space-between; } @@ -728,12 +725,12 @@ a.btn { .prompt .stick, .prompt input { width: 100%; + box-sizing: border-box; } .prompt .btn.btn-important { padding-right: 1.5rem; padding-left: 1.5rem; - font-size: 1.1rem; } -- cgit v1.2.3