aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-03 22:48:54 +0300
committerGravatar Vitaly Takmazov2018-12-03 22:48:54 +0300
commit9dedf235324ba6cb98709e5b03df2adb2b9c5617 (patch)
treeba060640f7178bcc2f84afea40a193cd8ef49e20 /src/main/resources/templates/views
parentf60d7e935d655d4aa897fb8e5d9a12dc9d786e45 (diff)
www: style warning message
Diffstat (limited to 'src/main/resources/templates/views')
-rw-r--r--src/main/resources/templates/views/settings_main.html2
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>