From 6d3dbdfdc76ed64bc9c237481cc4db0d1454d0ae Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Sun, 19 Jan 2020 22:57:42 +0100 Subject: [PATCH] Profilbild wird angezeigt und Modal angepasst --- users/static/users/css/custom.css | 8 ++++++++ users/templates/users/profile.html | 2 +- users/templates/users/profile_update.html | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/users/static/users/css/custom.css b/users/static/users/css/custom.css index 861f78c..4061ee7 100644 --- a/users/static/users/css/custom.css +++ b/users/static/users/css/custom.css @@ -53,6 +53,14 @@ html h1 { body{ background-color: #f8f9fc; } + +.preview { + overflow: hidden; + width: 200px; + height: 200px; +} + + /* FOR TREE ORGA diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index 24c5d78..64a37a6 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -3,7 +3,7 @@ {% block content %}
- +

diff --git a/users/templates/users/profile_update.html b/users/templates/users/profile_update.html index 0ce2075..4865676 100644 --- a/users/templates/users/profile_update.html +++ b/users/templates/users/profile_update.html @@ -78,7 +78,7 @@
-