summaryrefslogtreecommitdiff
path: root/website/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/static/css/main.css')
-rw-r--r--website/static/css/main.css26
1 files changed, 23 insertions, 3 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css
index 4aa9c42..e46e71d 100644
--- a/website/static/css/main.css
+++ b/website/static/css/main.css
@@ -1,6 +1,3 @@
-html, button, input, select, textarea {
- color: #222;
-}
body {
font-size: 1em;
line-height: 1.4;
@@ -529,3 +526,26 @@ body .header {
line-height: 38px;
}
}
+
+.row1 {
+ width:80%;
+ margin-left: 5%;
+
+}
+
+.row1 textarea {
+ height: 150px;
+ width: 350px;
+}
+
+.row1 label {
+ display: inline-block;
+ margin-bottom: 5px;
+ font-weight: bold;
+ min-width: 300px;
+ float: left;
+}
+
+.row1 input {
+ width: 350px;
+}