diff options
| author | 2020-06-03 19:17:17 +0200 | |
|---|---|---|
| committer | 2020-06-03 19:17:17 +0200 | |
| commit | 27f0b614189c090028dfb9a56d1b21f1adf263d4 (patch) | |
| tree | c9ddc7b50d8e57a56202e33d6ce03f5c6f3f0e4a /p | |
| parent | 0085b5e0c1eb8d9d50fc264c86865329c09e877e (diff) | |
Fix form layout (#3028)
The login form layout was broken for BlueLagoon and Screwdriver themes. The 'about' link was
displayed next to the form since the later didn't have a height. I removed completely the
rule since it seems that it has no effect, except the one aforementioned.
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/BlueLagoon/BlueLagoon.css | 8 | ||||
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index f21ae5c17..d3e4b74e4 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -15,14 +15,6 @@ a, button.as-link { outline: none; } -/*=== Forms */ -.form-group { - display: inline-block; - float: left; - width: 100%; - height: auto; -} - legend { margin: 20px 0 5px; padding: 5px 0; diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 3d7f68a09..e4e85dbc0 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -15,14 +15,6 @@ a, button.as-link { outline: none; } -/*=== Forms */ -.form-group { - display: inline-block; - float: left; - width: 100%; - height: auto; -} - legend { margin: 20px 0 5px; padding: 5px 0; |
