diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-05-12 20:20:26 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-05-12 20:20:26 +0530 |
commit | 3a45d4f9e0af301b8fdd4d509fc7ffe7514fb519 (patch) | |
tree | 14ee4aff19204d7f4e0fe679f48406c06af36187 /view/theme/diabook/bottom.tpl | |
parent | 10db2f00f9f90cb7ee9fbd94a5c986427de779c2 (diff) | |
parent | 9699d9cd019cb668afdf0e0c9c390d331fcc6240 (diff) | |
download | volse-hubzilla-3a45d4f9e0af301b8fdd4d509fc7ffe7514fb519.tar.gz volse-hubzilla-3a45d4f9e0af301b8fdd4d509fc7ffe7514fb519.tar.bz2 volse-hubzilla-3a45d4f9e0af301b8fdd4d509fc7ffe7514fb519.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/theme/diabook/bottom.tpl')
-rw-r--r-- | view/theme/diabook/bottom.tpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/view/theme/diabook/bottom.tpl b/view/theme/diabook/bottom.tpl index 081199360..0f8e61d97 100644 --- a/view/theme/diabook/bottom.tpl +++ b/view/theme/diabook/bottom.tpl @@ -14,7 +14,10 @@ $(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;"); + }); $(document).ready(function(){ @@ -38,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"); |