diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-07 12:11:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-07 12:11:15 +0200 |
commit | 22f3306fd0d4f782ba415ef8220f077e293eb655 (patch) | |
tree | ab277f3e660d48747386199e33af7d232745076d /core | |
parent | 5c9b4db994fac0694a83f609e153bd9e89366e5e (diff) | |
parent | 7ad1b150abc4b771312b295625410da0a1072023 (diff) | |
download | nextcloud-server-22f3306fd0d4f782ba415ef8220f077e293eb655.tar.gz nextcloud-server-22f3306fd0d4f782ba415ef8220f077e293eb655.zip |
Merge pull request #15407 from nextcloud/remove-extra-margin-from-warning-messages-in-authenticate-page
Remove extra margin from warning messages in authenticate page
Diffstat (limited to 'core')
-rw-r--r-- | core/css/publicshareauth.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/publicshareauth.css b/core/css/publicshareauth.css index 2206f21dff6..c3713ff0e8b 100644 --- a/core/css/publicshareauth.css +++ b/core/css/publicshareauth.css @@ -26,3 +26,8 @@ input[type='submit'].icon-confirm { height: 45px; background-color: transparent !important; } + +.warning > .warning { + /* Do not use a top margin for warning messages in the warning container. */ + margin-top: 0; +} |