Giant modif
This commit is contained in:
parent
1976df56ef
commit
86e13e619c
BIN
public/themes/default/images/drapeaux/en.png
Normal file
BIN
public/themes/default/images/drapeaux/en.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 599 B |
BIN
public/themes/default/images/drapeaux/fr.png
Executable file
BIN
public/themes/default/images/drapeaux/fr.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 545 B |
BIN
public/themes/default/images/drapeaux/nl.png
Executable file
BIN
public/themes/default/images/drapeaux/nl.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 453 B |
17
public/themes/default/scripts/giant.js
Normal file
17
public/themes/default/scripts/giant.js
Normal file
@ -0,0 +1,17 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
function affCache(idpr, cache1, cache2)
|
||||
{
|
||||
var pr = document.getElementById(idpr);
|
||||
var pr1 = document.getElementById(cache1);
|
||||
var pr2 = document.getElementById(cache2);
|
||||
|
||||
if (pr.style.display == "") {
|
||||
pr.style.display = "none";
|
||||
} else {
|
||||
pr.style.display = "";
|
||||
pr1.style.display = "none";
|
||||
pr2.style.display = "none";
|
||||
}
|
||||
}
|
@ -26,4 +26,33 @@
|
||||
.giant-search #contact
|
||||
{
|
||||
padding-left:5px;
|
||||
}
|
||||
#inDebug
|
||||
{
|
||||
float:left;
|
||||
}
|
||||
#debug
|
||||
{
|
||||
background-color:#FFFFCC;
|
||||
padding:10px;
|
||||
border:1px solid silver;
|
||||
width:590px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
#debug_menu
|
||||
{
|
||||
float:left;
|
||||
background-color:#FFFFCC;
|
||||
border:1px solid silver;
|
||||
width:150px;
|
||||
height:25px;
|
||||
margin-bottom:2px;
|
||||
padding-top:9px;
|
||||
}
|
||||
|
||||
#debug_menu:hover
|
||||
{
|
||||
background-color:#FFFF99;
|
||||
cursor:pointer;
|
||||
}
|
Loading…
Reference in New Issue
Block a user