diff options
author | friendica <info@friendica.com> | 2012-05-12 22:20:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-12 22:20:03 -0700 |
commit | eaf028c9fb5c3eefc7dd7d4e4b1c4308cb071137 (patch) | |
tree | b955b2af2922c80776233dd26b1c7f898933916d /view/theme/diabook/bottom.tpl | |
parent | e7813f22aff9fa35feeeda6bc3d32ccdeaef3cfc (diff) | |
parent | b506c6f07326c90b708fb255b199814e0f6c44d0 (diff) | |
download | volse-hubzilla-eaf028c9fb5c3eefc7dd7d4e4b1c4308cb071137.tar.gz volse-hubzilla-eaf028c9fb5c3eefc7dd7d4e4b1c4308cb071137.tar.bz2 volse-hubzilla-eaf028c9fb5c3eefc7dd7d4e4b1c4308cb071137.zip |
Merge https://github.com/friendica/friendica into pull
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"); |