aboutsummaryrefslogtreecommitdiff
path: root/static/example/style.css
diff options
context:
space:
mode:
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;