diff options
| author | 2021-03-13 18:55:43 +0100 | |
|---|---|---|
| committer | 2021-03-13 18:55:43 +0100 | |
| commit | 2c4f169f0a22d3665caa37d64628d5b84359bb45 (patch) | |
| tree | cbde7758486aa9e5429a454863eaaa4b17e94d7d /p/themes/Screwdriver | |
| parent | b455b29c8cbb530b312e0a6cc2724d3c8b436580 (diff) | |
Hide advanced options in new feed form (#3516)
* Hide new feed advanced options in a details tag
The form was huge and hard to process for beginners. Most of the fields
are optional 99% of time, there is no need to have them so proeminently.
* Remove sub.feed.auth.configuration i18n key
* Sync RTL css files
* Fix stylelint
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Fix "for" attributes in add feed form
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Screwdriver')
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.rtl.css | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 00c2a42d7..a129c8f36 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -15,14 +15,6 @@ a, button.as-link { outline: none; } -/*=== Forms */ -.form-group { - display: inline-block; - float: right; - width: 100%; - height: auto; -} - legend { margin: 20px 0 5px; padding: 5px 0; @@ -766,6 +758,7 @@ a.btn { padding-right: .5rem; padding-left: .5rem; text-align: center; + text-shadow: 0 1px rgba(255,255,255,0.08); } .prompt form { @@ -793,7 +786,6 @@ a.btn { .prompt input { width: 100%; box-sizing: border-box; - } .prompt input#username,.prompt input#passwordPlain { |
