Commit 90d08215 authored by bmagnin's avatar bmagnin

Changing size of results (frame) in web search app

parent e12e9118
This diff is collapsed.
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
This source diff could not be displayed because it is too large. You can view the blob instead.
File mode changed from 100644 to 100755
This diff is collapsed.
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
This diff is collapsed.
var locales = { var locales = {
'en': { 'en': {
'def_opts_val_size': 'Any', 'def_opts_val_size': 'Any',
'def_opts_val_type': 'Any', 'def_opts_val_type': 'Any',
'def_opts_val_image': 'Any', 'def_opts_val_image': 'Any',
'def_opts_val_copyright': 'Any', 'def_opts_val_copyright': 'Any',
'size_title': 'Size', 'size_title': 'Size',
'size_small': 'Small', 'size_small': 'Small',
'size_medium': 'Medium', 'size_medium': 'Medium',
'size_large': 'Large', 'size_large': 'Large',
'size_extra_large': 'Extra large', 'size_extra_large': 'Extra large',
'colorization_title': 'Colorization', 'colorization_title': 'Colorization',
'coloriz_grayscale': 'Grayscale', 'coloriz_grayscale': 'Grayscale',
'coloriz_color': 'Color', 'coloriz_color': 'Color',
'main_color_title': 'Main color', 'main_color_title': 'Main color',
'm_color_black': 'Black', 'm_color_black': 'Black',
'm_color_blue': 'Blue', 'm_color_blue': 'Blue',
'm_color_brown': 'Brown', 'm_color_brown': 'Brown',
'm_color_gray': 'Gray', 'm_color_gray': 'Gray',
'm_color_green': 'Green', 'm_color_green': 'Green',
'm_color_orange': 'Orange', 'm_color_orange': 'Orange',
'm_color_pink': 'Pink', 'm_color_pink': 'Pink',
'm_color_purple': 'Purple', 'm_color_purple': 'Purple',
'm_color_red': 'Red', 'm_color_red': 'Red',
'm_color_teal': 'Teal', 'm_color_teal': 'Teal',
'm_color_white': 'White', 'm_color_white': 'White',
'm_color_yellow': 'Yellow', 'm_color_yellow': 'Yellow',
'file_type_title': 'File type', 'file_type_title': 'File type',
'image_type_title': 'Image type', 'image_type_title': 'Image type',
'image_type_faces': 'Faces', 'image_type_faces': 'Faces',
'image_type_photo': 'Photo', 'image_type_photo': 'Photo',
'image_type_clipart': 'Clipart', 'image_type_clipart': 'Clipart',
'image_type_lineart': 'Lineart', 'image_type_lineart': 'Lineart',
'image_license_title': 'Licence', 'image_license_title': 'Licence',
'image_license_reuse': 'Reuse', 'image_license_reuse': 'Reuse',
'image_license_comm_reuse': 'Commercial reuse', 'image_license_comm_reuse': 'Commercial reuse',
'image_license_modif': 'Modification', 'image_license_modif': 'Modification',
'image_license_comm_modif': 'Commercial modification', 'image_license_comm_modif': 'Commercial modification',
'disclaimer_title': 'This API is based on Google Image. Please refer to terms of use of this service.' 'disclaimer_title': 'This API is based on Google Image. Please refer to terms of use of this service.'
}, },
'fr': { 'fr': {
'def_opts_val_size': 'Toutes', 'def_opts_val_size': 'Toutes',
'def_opts_val_type': 'Tous', 'def_opts_val_type': 'Tous',
'def_opts_val_image': 'Toutes', 'def_opts_val_image': 'Toutes',
'def_opts_val_copyright': 'Tous', 'def_opts_val_copyright': 'Tous',
'size_title': 'Tailles', 'size_title': 'Tailles',
'size_small': 'Petite', 'size_small': 'Petite',
'size_medium': 'Moyenne', 'size_medium': 'Moyenne',
'size_large': 'Grande', 'size_large': 'Grande',
'size_extra_large': 'Extra large', 'size_extra_large': 'Extra large',
'colorization_title': 'Couleurs de l\'image', 'colorization_title': 'Couleurs de l\'image',
'coloriz_grayscale': 'Noir et blanc', 'coloriz_grayscale': 'Noir et blanc',
'coloriz_color': 'En couleur', 'coloriz_color': 'En couleur',
'main_color_title': 'Couleur électronique', 'main_color_title': 'Couleur électronique',
'm_color_black': 'Noir', 'm_color_black': 'Noir',
'm_color_blue': 'Bleu', 'm_color_blue': 'Bleu',
'm_color_brown': 'Brun', 'm_color_brown': 'Brun',
'm_color_gray': 'Gris', 'm_color_gray': 'Gris',
'm_color_green': 'Vert', 'm_color_green': 'Vert',
'm_color_orange': 'Orange', 'm_color_orange': 'Orange',
'm_color_pink': 'Rose', 'm_color_pink': 'Rose',
'm_color_purple': 'Pourpre', 'm_color_purple': 'Pourpre',
'm_color_red': 'Rouge', 'm_color_red': 'Rouge',
'm_color_teal': 'Sarcelle', 'm_color_teal': 'Sarcelle',
'm_color_white': 'Blanc', 'm_color_white': 'Blanc',
'm_color_yellow': 'Jaune', 'm_color_yellow': 'Jaune',
'file_type_title': 'Types de fichier', 'file_type_title': 'Types de fichier',
'image_type_title': 'Types d\'image', 'image_type_title': 'Types d\'image',
'image_type_faces': 'Visages', 'image_type_faces': 'Visages',
'image_type_photo': 'Photo', 'image_type_photo': 'Photo',
'image_type_clipart': 'Images clipart', 'image_type_clipart': 'Images clipart',
'image_type_lineart': 'Dessins au trait', 'image_type_lineart': 'Dessins au trait',
'image_license_title': 'Droits d\'usage', 'image_license_title': 'Droits d\'usage',
'image_license_reuse': 'Usage, distribution', 'image_license_reuse': 'Usage, distribution',
'image_license_comm_reuse': 'Usage, distribution, commercial', 'image_license_comm_reuse': 'Usage, distribution, commercial',
'image_license_modif': 'Usage, distribution, modification', 'image_license_modif': 'Usage, distribution, modification',
'image_license_comm_modif': 'Usage, distribution, modification, commercial', 'image_license_comm_modif': 'Usage, distribution, modification, commercial',
'disclaimer_title': 'Cette recherche utilise les services de Google Images. Veuillez vous référer aux conditions d\'utilisation de ce service.' 'disclaimer_title': 'Cette recherche utilise les services de Google Images. Veuillez vous référer aux conditions d\'utilisation de ce service.'
} }
}; };
This source diff could not be displayed because it is too large. You can view the blob instead.
/* Dropdown control */ /* Dropdown control */
.selectBox-dropdown { .selectBox-dropdown {
min-width: 60px; min-width: 60px;
position: relative; position: relative;
/*border: solid 1px #BBB;*/ /*border: solid 1px #BBB;*/
line-height: 1.5; line-height: 1.5;
text-decoration: none; text-decoration: none;
text-align: left; text-align: left;
color: #000; color: #000;
outline: none; outline: none;
vertical-align: middle; vertical-align: middle;
background: #F2F2F2; background: #F2F2F2;
background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%); background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1)); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
box-shadow: 0 1px 0 rgba(255, 255, 255, .75); box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
display: inline-block; display: inline-block;
cursor: default; cursor: default;
} }
.selectBox-dropdown:focus, .selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow { .selectBox-dropdown:focus .selectBox-arrow {
border-color: #666; border-color: #666;
} }
.selectBox-dropdown.selectBox-menuShowing { .selectBox-dropdown.selectBox-menuShowing {
-moz-border-radius-bottomleft: 0; -moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0; -moz-border-radius-bottomright: 0;
-webkit-border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.selectBox-dropdown .selectBox-label { .selectBox-dropdown .selectBox-label {
padding: 2px 8px; padding: 2px 8px;
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
.selectBox-dropdown .selectBox-arrow { .selectBox-dropdown .selectBox-arrow {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
width: 23px; width: 23px;
height: 100%; height: 100%;
background: url(jquery.selectBox-arrow.gif) 50% center no-repeat; background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
border-left: solid 1px #BBB; border-left: solid 1px #BBB;
} }
/* Dropdown menu */ /* Dropdown menu */
.selectBox-dropdown-menu { .selectBox-dropdown-menu {
position: absolute; position: absolute;
z-index: 99999; z-index: 99999;
max-height: 200px; max-height: 200px;
min-height: 1em; min-height: 1em;
border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */ border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
background: #FFF; background: #FFF;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
overflow: auto; overflow: auto;
} }
/* Inline control */ /* Inline control */
.selectBox-inline { .selectBox-inline {
min-width: 150px; min-width: 150px;
outline: none; outline: none;
border: solid 1px #BBB; border: solid 1px #BBB;
background: #FFF; background: #FFF;
display: inline-block; display: inline-block;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
overflow: auto; overflow: auto;
} }
.selectBox-inline:focus { .selectBox-inline:focus {
border-color: #666; border-color: #666;
} }
/* Options */ /* Options */
.selectBox-options, .selectBox-options,
.selectBox-options LI, .selectBox-options LI,
.selectBox-options LI A { .selectBox-options LI A {
list-style: none; list-style: none;
display: block; display: block;
cursor: default; cursor: default;
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
.selectBox-options LI A { .selectBox-options LI A {
line-height: 1.5; line-height: 1.5;
padding: 0 .5em; padding: 0 .5em;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
background: 6px center no-repeat; background: 6px center no-repeat;
} }
.selectBox-options LI.selectBox-hover A { .selectBox-options LI.selectBox-hover A {
background-color: #EEE; background-color: #EEE;
} }
.selectBox-options LI.selectBox-disabled A { .selectBox-options LI.selectBox-disabled A {
color: #888; color: #888;
background-color: transparent; background-color: transparent;
} }
.selectBox-options LI.selectBox-selected A { .selectBox-options LI.selectBox-selected A {
background-color: #C8DEF4; background-color: #C8DEF4;
} }
.selectBox-options .selectBox-optgroup { .selectBox-options .selectBox-optgroup {
color: #666; color: #666;
background: #EEE; background: #EEE;
font-weight: bold; font-weight: bold;
line-height: 1.5; line-height: 1.5;
padding: 0 .3em; padding: 0 .3em;
white-space: nowrap; white-space: nowrap;
} }
/* Disabled state */ /* Disabled state */
.selectBox.selectBox-disabled { .selectBox.selectBox-disabled {
color: #888 !important; color: #888 !important;
} }
.selectBox-dropdown.selectBox-disabled .selectBox-arrow { .selectBox-dropdown.selectBox-disabled .selectBox-arrow {
opacity: .5; opacity: .5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
border-color: #666; border-color: #666;
} }
.selectBox-inline.selectBox-disabled { .selectBox-inline.selectBox-disabled {
color: #888 !important; color: #888 !important;
} }
.selectBox-inline.selectBox-disabled .selectBox-options A { .selectBox-inline.selectBox-disabled .selectBox-options A {
background-color: transparent !important; background-color: transparent !important;
} }
\ No newline at end of file
This diff is collapsed.
...@@ -73,7 +73,7 @@ a { ...@@ -73,7 +73,7 @@ a {
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
margin-top: 50px; margin-top: 50px;
margin-bottom: 50px; margin-bottom: 85px;
} }
.search{ .search{
......
This diff is collapsed.
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
This source diff could not be displayed because it is too large. You can view the blob instead.
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