From e1e1d6d9de732c04553765387e942ee59dba9615 Mon Sep 17 00:00:00 2001 From: Sandra Date: Sat, 18 Apr 2020 01:29:28 +0200 Subject: [PATCH] padding n stuff --- static/title.css | 13 ++++++++----- static/topicformat.css | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/static/title.css b/static/title.css index 5776814..e6d5b19 100644 --- a/static/title.css +++ b/static/title.css @@ -14,6 +14,7 @@ body { left: 7%; text-align: : center; z-index: 5; + padding-bottom: 5%; } @@ -21,12 +22,14 @@ body { position: relative; text-align: center; z-index: 5; + } .thumbborder { position: relative; max-width: 100%; max-height: 100%; + } @@ -123,7 +126,7 @@ h2{ position: fixed; /* text-align: center;*/ bottom: 0%; - right: 0%; + right: 1%; z-index: 9; width: 110px; height: 50px; @@ -141,7 +144,7 @@ p { .btnov { position: fixed; display: inline; - right: 0px; + right: 20px; bottom:0px; border: none; width: 50px; @@ -159,7 +162,7 @@ p { .btn { position: fixed; display: inline; - right: 60px; + right: 70px; bottom:0px; border: none; width: 50px; @@ -247,8 +250,8 @@ a.content:link { color:white; } -.metadata_organization { - /*font-size: 14px;*/ +.metadata_topic, .metadata_format, .metadata_creator, .metadata_organization { + max-width: 95%; } .fbtn { diff --git a/static/topicformat.css b/static/topicformat.css index bc5803c..5576c06 100644 --- a/static/topicformat.css +++ b/static/topicformat.css @@ -41,6 +41,7 @@ body { margin-right: 10px; text-align: : center; z-index: 5; + padding-bottom: 5%; }