From 6a69bbe4b5a923e891a140de85338147c79cf2f5 Mon Sep 17 00:00:00 2001 From: Kyos Date: Sun, 9 Feb 2020 22:20:52 +0100 Subject: [PATCH 1/3] Fixes cover layouts in user edit page --- cps/templates/user_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/user_edit.html b/cps/templates/user_edit.html index 54adb537..64beafa0 100644 --- a/cps/templates/user_edit.html +++ b/cps/templates/user_edit.html @@ -141,7 +141,7 @@ {% for entry in downloads %}
- ... + ...
{% endfor %} From 1666e32aaf001df470a6820f9190fe09f7947e49 Mon Sep 17 00:00:00 2001 From: Kyos Date: Sun, 9 Feb 2020 22:31:08 +0100 Subject: [PATCH 2/3] Fixes cover layouts in user edit page --- cps/templates/user_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/user_edit.html b/cps/templates/user_edit.html index 64beafa0..5de43391 100644 --- a/cps/templates/user_edit.html +++ b/cps/templates/user_edit.html @@ -141,7 +141,7 @@ {% for entry in downloads %} {% endfor %} From 509071949a82ecd398f5ce6998234dbe11c589bd Mon Sep 17 00:00:00 2001 From: Kyos Date: Thu, 13 Feb 2020 21:05:24 +0100 Subject: [PATCH 3/3] Moved style to css file --- cps/static/css/style.css | 5 +++++ cps/templates/user_edit.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index da088021..27f81098 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -65,6 +65,11 @@ span.glyphicon.glyphicon-tags {padding-right: 5px;color: #999;vertical-align: te .navbar-default .navbar-toggle {border-color: #000;} .cover { margin-bottom: 10px;} .cover-height { max-height: 100px;} +.cover-small { + margin:5px; + height: 200px; + width: auto; +} .btn-file {position: relative; overflow: hidden;} .btn-file input[type=file] {position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block;} diff --git a/cps/templates/user_edit.html b/cps/templates/user_edit.html index 5de43391..ee486454 100644 --- a/cps/templates/user_edit.html +++ b/cps/templates/user_edit.html @@ -141,7 +141,7 @@ {% for entry in downloads %} {% endfor %}