diff options
| author | 2020-10-03 13:35:49 +0200 | |
|---|---|---|
| committer | 2020-10-03 13:35:49 +0200 | |
| commit | 6e610e501d10776d117f7e40225d6f083a6f71b1 (patch) | |
| tree | ca0ddf9aa0196d91c87795c84269ac643fe004cb /p/themes/Origine | |
| parent | f79194f4a6ddff6cfbccc9075621074b80a97573 (diff) | |
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
Diffstat (limited to 'p/themes/Origine')
| -rw-r--r-- | p/themes/Origine/origine.css | 5 | ||||
| -rw-r--r-- | p/themes/Origine/origine.rtl.css | 5 |
2 files changed, 2 insertions, 8 deletions
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; } |
