summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;