Commit bae450b2 authored by Claudio Valerio's avatar Claudio Valerio

disclaimer size is related to the text size

parent afd9edab
......@@ -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 {
......
......@@ -7,7 +7,7 @@
<script type="text/javascript" src="locales/locales.js"></script>
<script type="text/javascript" src="http://www.google.com/uds"></script>
<script type="text/javascript" src="scripts/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="select/jquery.selectBox.min.js"></script>
<script type="text/javascript" src="select/jquery.selectBox.js"></script>
<link type="text/css" rel="stylesheet" href="select/jquery.selectBox.css" />
<script type="text/javascript">
//begin google API
......
......@@ -31,7 +31,7 @@ var locales = {
'image_type_photo': 'Photo',
'image_type_clipart': 'Clipart',
'image_type_lineart': 'Lineart',
'image_license_title': 'Image type',
'image_license_title': 'Licence',
'image_license_reuse': 'Reuse',
'image_license_comm_reuse': 'Commercial reuse',
'image_license_modif': 'Modification',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment