From bae450b2bb38208ac0588e682d1717c0aa5a1cfc Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Tue, 5 Jun 2012 16:58:36 +0200 Subject: [PATCH] disclaimer size is related to the text size --- .../config.xml | 0 .../css/basic.css | 3 +- .../icon.png | Bin .../icon.thumbnail.png | Bin .../images/down.png | Bin .../images/greySquare.png | Bin .../images/icon-close.png | Bin .../images/popupBack.png | Bin .../images/search.png | Bin .../images/search_app.png | Bin .../images/trgDown.png | Bin .../images/trgUp.png | Bin .../images/up.png | Bin .../index.html | 2 +- .../locales/locales.js | 2 +- .../scripts/jquery-1.6.2.min.js | 0 .../select/jquery.selectBox-arrow.gif | Bin .../select/jquery.selectBox.css | 0 .../select/jquery.selectBox.js | 916 ++++++++++++++++++ .../select/jquery.selectBox.min.js | 0 20 files changed, 920 insertions(+), 3 deletions(-) rename resources/library/search/{Google Images.wgs => Google images.wgs}/config.xml (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/css/basic.css (99%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/icon.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/icon.thumbnail.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/down.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/greySquare.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/icon-close.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/popupBack.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/search.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/search_app.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/trgDown.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/trgUp.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/images/up.png (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/index.html (99%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/locales/locales.js (98%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/scripts/jquery-1.6.2.min.js (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/select/jquery.selectBox-arrow.gif (100%) rename resources/library/search/{Google Images.wgs => Google images.wgs}/select/jquery.selectBox.css (100%) create mode 100644 resources/library/search/Google images.wgs/select/jquery.selectBox.js rename resources/library/search/{Google Images.wgs => Google images.wgs}/select/jquery.selectBox.min.js (100%) diff --git a/resources/library/search/Google Images.wgs/config.xml b/resources/library/search/Google images.wgs/config.xml similarity index 100% rename from resources/library/search/Google Images.wgs/config.xml rename to resources/library/search/Google images.wgs/config.xml diff --git a/resources/library/search/Google Images.wgs/css/basic.css b/resources/library/search/Google images.wgs/css/basic.css similarity index 99% rename from resources/library/search/Google Images.wgs/css/basic.css rename to resources/library/search/Google images.wgs/css/basic.css index a7b9c925..2bf0a750 100644 --- a/resources/library/search/Google Images.wgs/css/basic.css +++ b/resources/library/search/Google images.wgs/css/basic.css @@ -11,7 +11,7 @@ a { } .disclaimer{ - height: 60px; + height: auto; position: fixed; left: 0; bottom: 0; @@ -28,6 +28,7 @@ a { border: solid 4px #EEEEEE; border-bottom: none; z-index: 10; + font-size: 12px; } #searchResult { diff --git a/resources/library/search/Google Images.wgs/icon.png b/resources/library/search/Google images.wgs/icon.png similarity index 100% rename from resources/library/search/Google Images.wgs/icon.png rename to resources/library/search/Google images.wgs/icon.png diff --git a/resources/library/search/Google Images.wgs/icon.thumbnail.png b/resources/library/search/Google images.wgs/icon.thumbnail.png similarity index 100% rename from resources/library/search/Google Images.wgs/icon.thumbnail.png rename to resources/library/search/Google images.wgs/icon.thumbnail.png diff --git a/resources/library/search/Google Images.wgs/images/down.png b/resources/library/search/Google images.wgs/images/down.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/down.png rename to resources/library/search/Google images.wgs/images/down.png diff --git a/resources/library/search/Google Images.wgs/images/greySquare.png b/resources/library/search/Google images.wgs/images/greySquare.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/greySquare.png rename to resources/library/search/Google images.wgs/images/greySquare.png diff --git a/resources/library/search/Google Images.wgs/images/icon-close.png b/resources/library/search/Google images.wgs/images/icon-close.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/icon-close.png rename to resources/library/search/Google images.wgs/images/icon-close.png diff --git a/resources/library/search/Google Images.wgs/images/popupBack.png b/resources/library/search/Google images.wgs/images/popupBack.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/popupBack.png rename to resources/library/search/Google images.wgs/images/popupBack.png diff --git a/resources/library/search/Google Images.wgs/images/search.png b/resources/library/search/Google images.wgs/images/search.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/search.png rename to resources/library/search/Google images.wgs/images/search.png diff --git a/resources/library/search/Google Images.wgs/images/search_app.png b/resources/library/search/Google images.wgs/images/search_app.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/search_app.png rename to resources/library/search/Google images.wgs/images/search_app.png diff --git a/resources/library/search/Google Images.wgs/images/trgDown.png b/resources/library/search/Google images.wgs/images/trgDown.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/trgDown.png rename to resources/library/search/Google images.wgs/images/trgDown.png diff --git a/resources/library/search/Google Images.wgs/images/trgUp.png b/resources/library/search/Google images.wgs/images/trgUp.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/trgUp.png rename to resources/library/search/Google images.wgs/images/trgUp.png diff --git a/resources/library/search/Google Images.wgs/images/up.png b/resources/library/search/Google images.wgs/images/up.png similarity index 100% rename from resources/library/search/Google Images.wgs/images/up.png rename to resources/library/search/Google images.wgs/images/up.png diff --git a/resources/library/search/Google Images.wgs/index.html b/resources/library/search/Google images.wgs/index.html similarity index 99% rename from resources/library/search/Google Images.wgs/index.html rename to resources/library/search/Google images.wgs/index.html index fe38351e..87e2409c 100644 --- a/resources/library/search/Google Images.wgs/index.html +++ b/resources/library/search/Google images.wgs/index.html @@ -7,7 +7,7 @@ - +