diff --git a/server/static/css/main.css b/server/static/css/main.css index f2abe06..d5917b8 100644 --- a/server/static/css/main.css +++ b/server/static/css/main.css @@ -156,7 +156,7 @@ body background-color: #eaeaea; overflow: hidden; margin: auto; - display: flex; + display: block; } .navigation_rightside { @@ -165,7 +165,7 @@ body .navigation a { float: left; - display: flex; + display: block; color: #333; text-align: center; padding: 14px 16px; @@ -289,10 +289,11 @@ body } .container { - display: inline-flex; + display: flex; + flex-wrap: wrap; justify-content: center; align-items:center; - flex-direction: row; + /* flex-direction: row; */ padding: 0px 2rem 0px 2rem; } diff --git a/server/template/calendar.html b/server/template/calendar.html index 7d919c8..d1b7f52 100644 --- a/server/template/calendar.html +++ b/server/template/calendar.html @@ -3,8 +3,8 @@
-
Calendar
-
Show on device
+
Calendar
+
Show on device
Color
@@ -22,10 +22,10 @@
{% endif %} -
{{ item.name }}
- +
{{ item.name }}
+
-
+
+
{% endfor %} @@ -48,10 +49,14 @@
{{ form.hidden_tag() }}
+
{{ form.calName.label }}
{{ form.calName(size=24) }}
+
+
{{ form.iCalURL.label }}
{{ form.iCalURL(size=24) }}
+
{{ form.submit() }}
{% for error in form.iCalURL.errors %} [{{ error }}] diff --git a/server/template/privacy.html b/server/template/privacy.html index f1db323..b6eb9d8 100644 --- a/server/template/privacy.html +++ b/server/template/privacy.html @@ -15,7 +15,7 @@ If you have any further questions or suggestions, please email us at What Information is saved?
-Longitude Calendar saves as little information about their users as possible. The application handles sensitive information only when directly prompted by the user or a device associated with the user. The service only provides this information to the user or a device associated with the user. The data saved in the Longidute Databas is +Longitude Calendar saves as little information about their users as possible. The application handles sensitive information only when directly prompted by the user or a device associated with the user. The service only provides this information to the user or a device associated with the user. The data saved in the Longidute Database is
  • Username and hashed password or alternatively
  • Google Username and Id with Google Login Token