diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-12 16:11:46 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-12 16:11:46 +0200 |
commit | 9699d9cd019cb668afdf0e0c9c390d331fcc6240 (patch) | |
tree | 441b5c0074bc24e037b8bae0e394f518793a75b0 /view/theme/diabook/bottom.tpl | |
parent | 2882012e1b3cb185423555485375a8196596f4f2 (diff) | |
download | volse-hubzilla-9699d9cd019cb668afdf0e0c9c390d331fcc6240.tar.gz volse-hubzilla-9699d9cd019cb668afdf0e0c9c390d331fcc6240.tar.bz2 volse-hubzilla-9699d9cd019cb668afdf0e0c9c390d331fcc6240.zip |
diabook-theme: fix in earthlayers
Diffstat (limited to 'view/theme/diabook/bottom.tpl')
-rw-r--r-- | view/theme/diabook/bottom.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/diabook/bottom.tpl b/view/theme/diabook/bottom.tpl index fc675e905..0f8e61d97 100644 --- a/view/theme/diabook/bottom.tpl +++ b/view/theme/diabook/bottom.tpl @@ -17,7 +17,7 @@ $(document).ready(function() { $("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;"); - + }); $(document).ready(function(){ @@ -41,6 +41,11 @@ $(document).ready(function() { $("textarea#comment-edit-text-" +id).autogrow(); }; + function open_boxsettings() { + $("div#boxsettings").attr("style","display: block;height:500px;width:300px;"); + $("label").attr("style","width: 150px;"); + }; + function yt_iframe() { $("iframe").load(function() { var ifr_src = $(this).contents().find("body iframe").attr("src"); |