summaryrefslogtreecommitdiff
path: root/tools/mmd
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-24 13:41:44 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-24 13:41:44 +0000
commit3461e59eeb1f93a96391fe5bb884bdd3ec781fae (patch)
tree2dc0af1092b4b8c781a98f2b1719dc8cc8ae1140 /tools/mmd
parent- fixed double braces in javascript code (diff)
- switched rcol and lcol
git-svn-id: https://svn.spreadspace.org/mur.sat@157 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd')
-rw-r--r--tools/mmd/MmdWidgets.py2
-rw-r--r--tools/mmd/mmd.css21
2 files changed, 9 insertions, 14 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index 4cdedef..f4def74 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -394,7 +394,7 @@ def statusWidget (session):
return html
-def indexWidget (lcol, rcol, status, debug_info = False):
+def indexWidget (rcol, lcol, status, debug_info = False):
if debug_info:
user_location = debug_info.user.getDefaultLocation ()
if not user_location:
diff --git a/tools/mmd/mmd.css b/tools/mmd/mmd.css
index 61dc726..49d37c3 100644
--- a/tools/mmd/mmd.css
+++ b/tools/mmd/mmd.css
@@ -33,12 +33,19 @@ html.tracker
border: 0;
}
+#lcol
+{
+ margin: 1px;
+ padding: 2px;
+ float: left;
+}
+
#rcol
{
- width: auto;
margin: 1px;
padding: 2px;
float: left;
+ border: 1px solid black;
}
#osm
@@ -50,18 +57,6 @@ html.tracker
border: 0;
}
-#lcol
-{
- font: 10pt courier, monospace;
- max-width: 30%;
- height: auto;
- margin: 1px;
- padding: 2px;
- border: 1px solid black;
- float: left;
- background-color: white;
-}
-
.info
{
font: 10pt courier, monospace;