Browse Source

imatge logo

pull/1/head
nau 8 years ago
parent
commit
0d64027cfe
4 changed files with 5 additions and 0 deletions
  1. BIN
      imatges/ivardialogo_invert_transparent.png
  2. BIN
      imatges/ivardialogo_invert_transparent_OLD.png
  3. +2
    -0
      index.js
  4. +3
    -0
      own.css

BIN
imatges/ivardialogo_invert_transparent.png

Before After
Width: 956  |  Height: 308  |  Size: 47 KiB Width: 451  |  Height: 173  |  Size: 5.5 KiB

BIN
imatges/ivardialogo_invert_transparent_OLD.png

Before After
Width: 956  |  Height: 308  |  Size: 47 KiB

+ 2
- 0
index.js

@ -71,12 +71,14 @@ function OnLoadNosaltres(){
} }
function OnClickCampanyesDeSuport(){ function OnClickCampanyesDeSuport(){
/*
if(document.getElementById("desplegable").className=="own-desplegable") if(document.getElementById("desplegable").className=="own-desplegable")
{ {
document.getElementById("desplegable").className="own-desplegableAmagat"; document.getElementById("desplegable").className="own-desplegableAmagat";
}else{ }else{
document.getElementById("desplegable").className="own-desplegable"; document.getElementById("desplegable").className="own-desplegable";
} }
*/
} }

+ 3
- 0
own.css

@ -161,6 +161,8 @@ body {
/*border-bottom: 1px solid #010101;*/ /*border-bottom: 1px solid #010101;*/
width: 100%; width: 100%;
top: 0px; top: 0px;
left: 0px;
z-index: 10px;
} }
.own-overImage-logo{ .own-overImage-logo{
@ -515,6 +517,7 @@ body {
position: absolute; position: absolute;
left: 0px; left: 0px;
z-index:0px;
} }
.own-nosaltresContent{ .own-nosaltresContent{
width: 100%; width: 100%;

Loading…
Cancel
Save