diff options
| author | 2022-08-15 20:09:10 +0200 | |
|---|---|---|
| committer | 2022-08-15 20:09:10 +0200 | |
| commit | 36a615beeb84dcf0ee87a6f598a37e3d53236837 (patch) | |
| tree | da48907bd4e343a5d22938b9f8cff30d7c07cc48 /p/themes/Ansum | |
| parent | 96e0efa6f09271f34941f7078179921e194395ab (diff) | |
Set standard CSS for login register form (#4504)
* set default to template.css
* adark theme
* ansum theme
* template.css
* adark theme
* BlueLagoon theme
* dark theme
* flat theme
* mapco theme
* Nord theme
* Origine prompt
* Origine Compact theme
* Pafat theme
* Screwdriver theme
* swage theme
* Update template.rtl.css
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_layout.scss | 21 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 18 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 18 |
3 files changed, 0 insertions, 57 deletions
diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss index 4f2bf2a90..b35b1ded7 100644 --- a/p/themes/Ansum/_layout.scss +++ b/p/themes/Ansum/_layout.scss @@ -109,30 +109,9 @@ height: calc(100% - 4rem); } - - - /*=== Prompt (centered) */ -.prompt { - text-align: center; -} - -.prompt label { - text-align: left; -} - -.prompt form { - margin: 10px auto 20px auto; - width: 200px; -} - .prompt input { margin: 5px auto; - width: 100%; -} - -.prompt p { - margin: 20px 0; } /*=== New article notification */ diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 9976ac825..8b91139ca 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -819,26 +819,8 @@ form th { } /*=== Prompt (centered) */ -.prompt { - text-align: center; -} - -.prompt label { - text-align: left; -} - -.prompt form { - margin: 10px auto 20px auto; - width: 200px; -} - .prompt input { margin: 5px auto; - width: 100%; -} - -.prompt p { - margin: 20px 0; } /*=== New article notification */ diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 3f974f9f7..2dc349ead 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -819,26 +819,8 @@ form th { } /*=== Prompt (centered) */ -.prompt { - text-align: center; -} - -.prompt label { - text-align: right; -} - -.prompt form { - margin: 10px auto 20px auto; - width: 200px; -} - .prompt input { margin: 5px auto; - width: 100%; -} - -.prompt p { - margin: 20px 0; } /*=== New article notification */ |
