summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-08-13 22:27:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-08-13 22:27:32 +0200
commit146f9df71bfb6f883ba557510dc282458348e260 (patch)
tree09333c42ddf21ec4a08b55fe38321648cd3795f2 /public
parentc996e2abf0b0830fbe3539c25ff4fe25e33a165d (diff)
make landing page mobile-accessible (also, HTML5 forms!)
Diffstat (limited to 'public')
-rw-r--r--public/main.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/public/main.css b/public/main.css
index e6139ec..8ecda96 100644
--- a/public/main.css
+++ b/public/main.css
@@ -36,20 +36,22 @@ div.break {
}
div.field {
- width: 100%;
- clear: both;
+ margin-top: 0.3em;
+ margin-bottom: 0.6em;
}
-div.field div.desc {
- float: left;
- width: 14em;
- text-align: right;
- padding-right: 0.5em;
+input, select {
+ width: 20em;
+ max-width: 100%;
+ min-height: 1.8em;
}
+/*
input, select {
border: 1px solid black;
+ display: block;
}
+*/
div.notes {
margin-top: 4em;