diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-12 13:50:22 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-12 13:50:22 +0200 |
commit | 2882012e1b3cb185423555485375a8196596f4f2 (patch) | |
tree | 6b72e51fb40fd922763e6bd676dfdbd488ef9295 /view/theme/diabook/bottom.tpl | |
parent | f434bd7f0a9d39718f3931bebbf827f948ec6962 (diff) | |
download | volse-hubzilla-2882012e1b3cb185423555485375a8196596f4f2.tar.gz volse-hubzilla-2882012e1b3cb185423555485375a8196596f4f2.tar.bz2 volse-hubzilla-2882012e1b3cb185423555485375a8196596f4f2.zip |
diabook-theme: some fixes
Diffstat (limited to 'view/theme/diabook/bottom.tpl')
-rw-r--r-- | view/theme/diabook/bottom.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/diabook/bottom.tpl b/view/theme/diabook/bottom.tpl index 081199360..fc675e905 100644 --- a/view/theme/diabook/bottom.tpl +++ b/view/theme/diabook/bottom.tpl @@ -14,6 +14,9 @@ $(document).ready(function() { else $(this).attr("src",ifr_source+"?"+wmode); }); + + $("div#pause").attr("style", "position: fixed;bottom: 43px;left: 5px;"); + $(".autocomplete").attr("style", "width: 350px;color: black;background: white;cursor: pointer;text-align: left;max-height: 350px;overflow: auto;"); }); |