aboutsummaryrefslogtreecommitdiff
path: root/static/example/style.css
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-28 00:52:56 -0300
committerLibravatar Choom 2023-02-02 00:39:27 -0300
commit081ddc03aef7becc3b084a9079a2574fd3e3b49b (patch)
treea6ca793a0c21917d3774778c0a14f65a8c678113 /static/example/style.css
parentd0d6b8ebff31d2306a040dc9c53f9e5e7a0ec7a0 (diff)
downloadweabot-081ddc03aef7becc3b084a9079a2574fd3e3b49b.tar.gz
weabot-081ddc03aef7becc3b084a9079a2574fd3e3b49b.tar.xz
weabot-081ddc03aef7becc3b084a9079a2574fd3e3b49b.zip
userconf
Diffstat (limited to 'static/example/style.css')
-rw-r--r--static/example/style.css18
1 files changed, 16 insertions, 2 deletions
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;