diff options
author | Vitaly Takmazov | 2018-12-03 22:48:54 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-03 22:48:54 +0300 |
commit | 9dedf235324ba6cb98709e5b03df2adb2b9c5617 (patch) | |
tree | ba060640f7178bcc2f84afea40a193cd8ef49e20 /src/main/resources/templates/views/settings_main.html | |
parent | f60d7e935d655d4aa897fb8e5d9a12dc9d786e45 (diff) |
www: style warning message
Diffstat (limited to 'src/main/resources/templates/views/settings_main.html')
-rw-r--r-- | src/main/resources/templates/views/settings_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index 8f9178d0..0eba9662 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -3,7 +3,7 @@ <article> <h1>Настройки</h1> {%if not visitor.verified %} - <h2 style="color: red;">Verify your account by adding email or social account</h2> + <h2 style="color:red;padding:20px;">Verify your account by adding email or social account</h2> {% endif %} <form action="/settings" method="POST" enctype="multipart/form-data"> <fieldset> |