diff options
| author | 2023-03-26 14:18:05 +0200 | |
|---|---|---|
| committer | 2023-03-26 14:18:05 +0200 | |
| commit | 59c1405c7d4d014ff693ef6f44400ea06318dc69 (patch) | |
| tree | 38e58b7dc313d5405022445be2796e529c795324 /p | |
| parent | 5f898dcc5ee244e4adbd6aa83b607c844d432fb6 (diff) | |
TOS in footer (#5222)
* footer added
* register page
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/base-theme/frss.css | 14 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 14 |
2 files changed, 24 insertions, 4 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index a284c53a6..77773a1cd 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -63,7 +63,7 @@ html, body { } main.prompt { - margin: 3rem auto; + margin: 3rem auto 0; padding: 2rem; max-width: 400px; min-width: 300px; @@ -71,6 +71,17 @@ main.prompt { text-align: center; } +main.prompt .link-registration { + padding: 1rem 0 0; + margin-bottom: 3rem; +} + +footer.main-footer { + margin: 0 2rem 2rem; + padding: 1rem; + text-align: center; +} + /*=== Links */ a { text-decoration: none; @@ -367,7 +378,6 @@ td.numeric { .prompt form { margin-top: 2rem; - margin-bottom: 3rem; text-align: left; } diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 8c1109adc..40f4d31f7 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -63,7 +63,7 @@ html, body { } main.prompt { - margin: 3rem auto; + margin: 3rem auto 0; padding: 2rem; max-width: 400px; min-width: 300px; @@ -71,6 +71,17 @@ main.prompt { text-align: center; } +main.prompt .link-registration { + padding: 1rem 0 0; + margin-bottom: 3rem; +} + +footer.main-footer { + margin: 0 2rem 2rem; + padding: 1rem; + text-align: center; +} + /*=== Links */ a { text-decoration: none; @@ -367,7 +378,6 @@ td.numeric { .prompt form { margin-top: 2rem; - margin-bottom: 3rem; text-align: right; } |
