From 55c5039e018aaeef85147862fde9baefb2d8fec0 Mon Sep 17 00:00:00 2001 From: simoon Date: Sun, 12 Dec 2021 14:59:22 +0100 Subject: [PATCH] edited styles.css --- static/styles.css | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/static/styles.css b/static/styles.css index f2a27f1..d11fe74 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1 +1,44 @@ /* go wild ... */ + +* { +/* border: 1px solid red;*/ +} + +body { +/* height: 1000px;*/ +} + +div.container{ + max-width: 100%; +} + + +div.forms { +/* padding-top: 24px;*/ + max-width: 50%; + float: left; + display: inline; +} + +div.iframe { + width: 50%; + height: 480px; +/* float: left;*/ + display: inline-block; +} + +li::marker { + display: none; +} + +form.metafields { + padding: 12px; + padding-left: 0px; +} + +iframe { + position: relative; + height: 100%; + width: 100%; + border: 2px solid blue; +} \ No newline at end of file