From d0749610ae134291265e34454f1b1f3a82ad7088 Mon Sep 17 00:00:00 2001 From: laibabasit008 Date: Tue, 16 Jun 2020 16:32:48 +0500 Subject: [PATCH] Aligned Overlapping Text in Email Verification --- systers_portal/static/css/style.css | 33 +++++++++++++++++++ systers_portal/systers_portal/settings/dev.py | 4 +-- .../templates/account/verification_sent.html | 2 +- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/systers_portal/static/css/style.css b/systers_portal/static/css/style.css index 44f4112c..7c40257d 100755 --- a/systers_portal/static/css/style.css +++ b/systers_portal/static/css/style.css @@ -235,6 +235,15 @@ body > .container-fluid { } } +/* Aligning Overlapping Text +-------------------------------------------------- */ +#container{ +clear:both; +margin-left: auto; +padding: 10px; +font-family: Monserrat; +font-size: 1.2em; +} /* Common: about us, contact -------------------------------------------------- */ @@ -584,6 +593,15 @@ table.decoration-none tr a { padding-top: 25px; } +.glyphicon { + float: right; + color: black; +} + +.glyphicon-pencil { + right: 10px; +} + .map-container { height:400px; padding-right: 15px; @@ -606,6 +624,7 @@ table.decoration-none tr a { word-wrap: break-word; margin-bottom: 40px; } + /* Commentbox CSS ------------------------------------------------- */ .comment-box{ @@ -615,6 +634,20 @@ table.decoration-none tr a { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.0em; line-height: 1.0em; +} + +.edit .delete { + background-color: #fff; + color: black; + padding: 10px; + border: none; + cursor: pointer; + float: right; +} + +.commentbox .details{ + text-decoration: none; + /* webkit-text-size-adjust: 100%;*/ } diff --git a/systers_portal/systers_portal/settings/dev.py b/systers_portal/systers_portal/settings/dev.py index f41408fe..7e59b423 100644 --- a/systers_portal/systers_portal/settings/dev.py +++ b/systers_portal/systers_portal/settings/dev.py @@ -7,8 +7,8 @@ 'default': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': 'systersdb', - 'USER': '', - 'PASSWORD': '', + 'USER': 'myuser', + 'PASSWORD': '1234', 'HOST': 'localhost', 'PORT': '5432', } diff --git a/systers_portal/templates/account/verification_sent.html b/systers_portal/templates/account/verification_sent.html index e53bd339..d49acc5c 100644 --- a/systers_portal/templates/account/verification_sent.html +++ b/systers_portal/templates/account/verification_sent.html @@ -2,7 +2,7 @@ {% block title %} - Verify Your E-mail Address{% endblock %} {% block content %} -
+

Verify Your E-mail Address


We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.