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/base-theme/template.css | |
| 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/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index cbf793c7e..0fa59ffb5 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -276,6 +276,38 @@ td.numeric { display: none !important; } +/* login and register form */ +.prompt { + margin: 3rem auto; + padding: 2rem; + max-width: 400px; + min-width: 300px; + width: 33%; + text-align: center; +} + +.prompt form { + margin-top: 2rem; + margin-bottom: 3rem; + text-align: left; +} + +.prompt label, +.prompt .help { + text-align: left; +} + +.prompt input, +.prompt select, +.prompt .stick { + width: 100%; + box-sizing: border-box; +} + +.prompt p { + margin: 20px 0; +} + /*=== Forms */ .form-group::after { content: ""; |
