Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
9820b53f
Commit
9820b53f
authored
Jul 13, 2012
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed google image search
parent
0bd4844f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
basic.css
resources/library/search/Google images.wgs/css/basic.css
+15
-15
index.html
resources/library/search/Google images.wgs/index.html
+4
-4
No files found.
resources/library/search/Google images.wgs/css/basic.css
View file @
9820b53f
...
...
@@ -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
;
...
...
resources/library/search/Google images.wgs/index.html
View file @
9820b53f
...
...
@@ -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
disc
laimer
=
$
(
"<div id='disclaimer' class='disclaimer'>"
+
locale
.
disclaimer_title
+
"<div>"
).
appendTo
(
"body"
);
var
disc
_nav_cont
=
$
(
"<div id='disc_nav_cont' class='disc_nav_cont'>"
).
appendTo
(
"body"
);
var
disclaimer
=
$
(
"<div id='disclaimer' class='disclaimer'>"
+
locale
.
disclaimer_title
+
"<div>"
).
appendTo
(
disc_nav_cont
);
var
search
=
$
(
"<div id='search' class='search'>"
).
appendTo
(
"body"
);
//var togglePages = $("
<
div
id
=
'togglePages'
class
=
'togglePages'
>
").appendTo(search);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment