diff options
| author | 2018-11-13 16:34:29 -0500 | |
|---|---|---|
| committer | 2018-11-13 22:34:29 +0100 | |
| commit | 05f41608005f7ca3936e54d44f8bec422e3460b3 (patch) | |
| tree | 286eb8c0d4e70940f3f560509cbe44b0d51014f6 /p/themes/base-theme/template.css | |
| parent | adcbfc43b866ad2654be3f96e90c650cae224141 (diff) | |
Login tweaks (#2122)
* Fix for #1620
* Swage login tweaks
https://github.com/FreshRSS/FreshRSS/pull/2069#issuecomment-435093099
* Swage tweaks for Mobile
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index f07b397f4..87c32ea58 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -672,6 +672,21 @@ br + br + br { height: 300px; } +/*=== LOGIN VIEW */ +/*================*/ +.formLogin .header > .item { + padding: 10px 30px; +} + +.formLogin .header > .item.title { + text-align: left; +} + +.formLogin .header > .item.configure { + text-align: right; +} + + /*=== GLOBAL VIEW */ /*================*/ #stream.global { |
