From 081ddc03aef7becc3b084a9079a2574fd3e3b49b Mon Sep 17 00:00:00 2001 From: Choom Date: Sat, 28 Jan 2023 00:52:56 -0300 Subject: userconf --- static/example/style.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'static/example/style.css') diff --git a/static/example/style.css b/static/example/style.css index de0c621..b912b5d 100644 --- a/static/example/style.css +++ b/static/example/style.css @@ -44,6 +44,13 @@ a:active { color:#900; } +textarea { + max-width: 100%; + width: 700px; + height: 200px; + display: block; +} + .desc { margin-left:40px; } @@ -153,10 +160,16 @@ iframe { display: block; } +#config-url { + width: 400px; + border: 1px dotted #73B233; + display: block; + margin: 8px 0; +} + @media (max-width: 600px) { body { text-align: center; - font-size: 15px; } .desc { @@ -169,7 +182,8 @@ iframe { input[type="text"], input[type="button"], - .inputcont { + .inputcont, + #config-url { margin: 8px 0; width: 100%; display: block; -- cgit v1.2.1-18-gbd029