summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-24 14:42:54 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-24 14:42:54 +0000
commite49839dbfed8c46ae52de755dab85f4941e7d16c (patch)
treeeca98043f84e919fe3e9ef0dc0f96368d1e73524 /tools
parent- more width and height fiddling (diff)
- more width and height fiddling
git-svn-id: https://svn.spreadspace.org/mur.sat@165 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools')
-rw-r--r--tools/mmd/MmdWidgets.py2
-rw-r--r--tools/mmd/mmd.css6
2 files changed, 7 insertions, 1 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index 40fe96a..02f1bef 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -296,7 +296,7 @@ def osmWidget (session):
if not user_location:
user_location = Location ()
html = '''
- <iframe src="http://hofos.at/tracker?name={0}&longitude={1}&latitude={2}&altitude={3}" width="auto" height="auto" frameborder="0" scrolling="no"></iframe>
+ <iframe src="http://hofos.at/tracker?name={0}&longitude={1}&latitude={2}&altitude={3}" width="514px" height="400px" frameborder="0" scrolling="no"></iframe>
'''.format (
user_location.name,
user_location.longitude,
diff --git a/tools/mmd/mmd.css b/tools/mmd/mmd.css
index 931bccf..9e85f3a 100644
--- a/tools/mmd/mmd.css
+++ b/tools/mmd/mmd.css
@@ -181,6 +181,12 @@ table.current
border-collapse: collapse;
}
+iframe
+{
+ margin: 0;
+ padding: 0;
+}
+
/* OSM attributes */
div.groundstation
{