summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-12 21:56:02 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-12 21:56:02 +0000
commit75dfe46c27297c83d743353be66df0b8cd583118 (patch)
tree5d6eb70fa27251119271f608abf59b3ffb124aaa
parent- fixed incorrect checking of latitude in MmdLocation.py (diff)
- modified style #rcol, label, formfield, form
git-svn-id: https://svn.spreadspace.org/mur.sat@138 7de4ea59-55d0-425e-a1af-a3118ea81d4c
-rw-r--r--tools/mmd/mmd.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/tools/mmd/mmd.css b/tools/mmd/mmd.css
index f589125..e8e0f52 100644
--- a/tools/mmd/mmd.css
+++ b/tools/mmd/mmd.css
@@ -24,7 +24,6 @@ html, body
width: auto;
margin: 1px;
padding: 2px;
- border: 1px solid black;
float: left;
}
@@ -35,7 +34,6 @@ html, body
margin: 0;
padding: 0;
border: 0;
- float: left;
}
#lcol
@@ -81,10 +79,20 @@ html, body
margin: 1px;
}
-.formfield
+form
+{
+ background-color: white;
+}
+
+input.formfield
{
font: 12pt courier, monospace;
- float: none;
+ float: left;
+}
+
+label.error
+{
+ color: red;
}
#dev