From a9521ab38dbc25d55a792d07940e3fc6c674e50a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 29 Apr 2020 14:55:45 +0300 Subject: Button style --- src/main/resources/templates/views/post.html | 2 +- src/main/resources/templates/views/settings_main.html | 18 +++++++++--------- .../resources/templates/views/settings_password.html | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src/main/resources/templates/views') diff --git a/src/main/resources/templates/views/post.html b/src/main/resources/templates/views/post.html index aed4f316..8749d9e2 100644 --- a/src/main/resources/templates/views/post.html +++ b/src/main/resources/templates/views/post.html @@ -10,7 +10,7 @@


- +

diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index 1179d797..5c809bc1 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -14,7 +14,7 @@ checked="checked" {% endif %}/> Subscriptions notifications ("@user subscribed...")

Posts recommendations ("Recommended by @user")

-

+

@@ -24,7 +24,7 @@
Telegram: {{ telegram_name }} - +
{% else %} @@ -51,7 +51,7 @@ {% endfor %}

{% if jids | length > 1 %} -

+

{% endif %}

To add new jabber account: send any text message to juick@juick.com

@@ -66,7 +66,7 @@

Add account:
- +

@@ -80,7 +80,7 @@ {% else %}

{% if jids | length > 1 %} -

+

{% endif %} {% endif %}
@@ -97,7 +97,7 @@ {% endfor %} -

+

{% endif %} @@ -115,7 +115,7 @@
Facebook: Enabled - +
{% else %} @@ -123,7 +123,7 @@
Facebook: Disabled - +
{% endif %} @@ -138,7 +138,7 @@
Twitter: {{ twitter_name }} - +
{% else %} diff --git a/src/main/resources/templates/views/settings_password.html b/src/main/resources/templates/views/settings_password.html index aba0b139..99c1676e 100644 --- a/src/main/resources/templates/views/settings_password.html +++ b/src/main/resources/templates/views/settings_password.html @@ -5,7 +5,7 @@ Changing your password
-

Change password: Change password:
(max. length - 16 symbols)

-- cgit v1.2.3