summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-13 15:18:17 +0100
committerYorhel <git@yorhel.nl>2008-11-13 15:18:17 +0100
commit71819ab764a1c4b6eafb83a0123286e18b6db8fd (patch)
treed5bcd6087e4ec0d3a6adf827638fa312b8e1bead /static
parent0d6d493c4863ca3eafe4ba06e71d25e71abdd16a (diff)
Producer edit form HTML + layout
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 874e8c21..1c8c12c4 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -68,7 +68,7 @@ form, fieldset {
legend {
display: none;
}
-input.text, input.submit, select {
+input.text, input.submit, select, textarea {
background-color: #135;
color: #ccc;
border: 1px solid #36A;
@@ -90,6 +90,12 @@ fieldset.submit {
fieldset.submit input {
width: 200px;
}
+fieldset.submit h2 {
+ font-size: 9pt!important;
+}
+fieldset.submit textarea {
+ margin: 0 20px 5px 20px;
+}
table.formtable {
margin: 0 20px 20px 20px;
}
@@ -104,7 +110,7 @@ table.formtable tr.newpart td {
font-weight: bold;
}
td.label, td.label label {
- width: 80px;
+ width: 90px;
}
td.label label {
display: block;