diff --git a/httpd.mime b/defaults/httpd.mime similarity index 100% rename from httpd.mime rename to defaults/httpd.mime diff --git a/defaults/yacy.init b/defaults/yacy.init index 66dc80463..1e944824d 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -220,7 +220,7 @@ locale.language=default fileHost = localpeer # specify the path to the MIME matching file table -mimeConfig = httpd.mime +mimeTable = defaults/httpd.mime # a path to the file cache, used for the internal proxy and as crawl buffer # This will be used if the server is addressed as a proxy diff --git a/htroot/env/base.css b/htroot/env/base.css index 01b9a741c..30a88a4d6 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -834,6 +834,12 @@ div#api { z-index: 100; } +div#yacylivesearch { + float:right; + margin-right: 90px; + margin-top: -27px; +} + div#api span { display: none; } diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 7bd044c33..791c6b601 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -27,7 +27,7 @@