diff --git a/view/theme/diabook/bottom.tpl b/view/theme/diabook/bottom.tpl index fc675e9051..0f8e61d978 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"); diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 6fa330140a..caefed3b38 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -10,7 +10,7 @@