diff --git a/resources/library/search/Google images.wgs/css/basic.css b/resources/library/search/Google images.wgs/css/basic.css index 72a724cd..4bc1a7dd 100644 --- a/resources/library/search/Google images.wgs/css/basic.css +++ b/resources/library/search/Google images.wgs/css/basic.css @@ -42,11 +42,15 @@ a { text-decoration: underline; } -.disclaimer{ +#disc_nav_cont{ height: auto; position: fixed; left: 0; bottom: 0; + width: 100%; +} + +.disclaimer{ padding: 5px; text-align: center; background-color: #BBBBBB; @@ -55,6 +59,16 @@ a { font-size: 12px; } +.resultFooter{ + width: 100%; + padding: 3px; + font-family: Verdana,Arial,Helvetica,sans-serif; + font-weight: bold; + font-size: x-large; + text-align: center; + background-color: white; +} + #searchResult { overflow: hidden; text-align: center; @@ -149,20 +163,6 @@ a { vertical-align: top; } -.resultFooter{ - position: fixed; - left: 0; - bottom: 50px; - margin: 5px; - padding: 3px; - width: 100%; - font-family: Verdana,Arial,Helvetica,sans-serif; - font-weight: bold; - font-size: x-large; - text-align: center; - background-color: white; -} - .filterContainer{ float: left; margin: 2px; diff --git a/resources/library/search/Google images.wgs/index.html b/resources/library/search/Google images.wgs/index.html index 4fdc9dca..f06dd8b1 100644 --- a/resources/library/search/Google images.wgs/index.html +++ b/resources/library/search/Google images.wgs/index.html @@ -32,8 +32,8 @@ link.addClass('active'); } } - - pagesDiv.appendTo($('#searchResult')); + $("#disc_nav_cont #resultFooter").remove(); + pagesDiv.insertBefore($('#disclaimer')); $(".imgContainer").each(function(){ this.addEventListener("dragstart", imageDragging, false); @@ -160,8 +160,8 @@ //localization locale = locales[lang]; - var disclaimer = $("
"+locale.disclaimer_title+"
").appendTo("body"); - + var disc_nav_cont = $("
").appendTo("body"); + var disclaimer = $("
"+locale.disclaimer_title+"
").appendTo(disc_nav_cont); var search = $("