diff --git a/htroot/env/base.css b/htroot/env/base.css
index 7686b72b4..01b9a741c 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -826,7 +826,6 @@ ul.folder li.treeMenu_closed ul {
display: none;
}
-
/* API */
div#api {
position:absolute;
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template
index b6eacf2fa..ecc11c9c8 100644
--- a/htroot/env/templates/header.template
+++ b/htroot/env/templates/header.template
@@ -13,9 +13,10 @@
-
+ YaCy - Distributed Search Engine
+
- YaCy - Distributed Search Engine
diff --git a/htroot/yacy/ui/js/yacyui-portalsearch.js b/htroot/yacy/ui/js/yacyui-portalsearch.js
index e1f7f7c59..16b832805 100644
--- a/htroot/yacy/ui/js/yacyui-portalsearch.js
+++ b/htroot/yacy/ui/js/yacyui-portalsearch.js
@@ -13,9 +13,9 @@ $(document).ready(function() {
theme : 'start',
title : 'YaCy P2P Web Search',
logo : yconf.url + '/yacy/ui/img/yacy-logo.png',
- link : 'http://www.yacy.net',
+ link : 'http://yacy.net',
width : 420,
- height : 500,
+ height : 640,
position : ['top',50],
modal : false,
resizable: true,
@@ -23,7 +23,7 @@ $(document).ready(function() {
hide : ''
}, yconf);
- $('').appendTo("#yacy");
+ $('').appendTo("#yacylivesearch");
var style1 = yconf.url + '/yacy/ui/css/yacyui-portalsearch.css';
var style2 = yconf.url + '/yacy/ui/css/themes/'+yconf.theme+'/ui.all.css';
diff --git a/htroot/yacy/ui/yacyui-portaltest.html b/htroot/yacy/ui/yacyui-portaltest.html
index 375ec4062..8d7b29caa 100644
--- a/htroot/yacy/ui/yacyui-portaltest.html
+++ b/htroot/yacy/ui/yacyui-portaltest.html
@@ -17,7 +17,7 @@
});
YaCy Portal Search:
-