entongue
Version:
Entonge ======= (spanish: apilar, formar tongadas; translation to english: stacker)
68 lines (55 loc) • 740 B
CSS
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 0;
}
header{
position:fixed;
z-index:2;
top:0; left:0;
width:100%;
padding:0;
}
footer {
position:fixed;
z-index:2;
bottom:0; left:0;
width:100%;
padding:0;
}
#wrapper {
z-index:1;
padding: 110px 0 0 0;
width:100%;
height:100%;
}
#themap {
height:100%;
width: 100%;
}
#mapcontainer {
height: 100%;
}
.eicon {
display:block;
width:100%;
margin: 5px 0;
text-align: left;
}
.alert {
margin: 0 auto 10px;
width: 90%;
padding: 4px;
}
.alert-dismissable .close {
right: 4px;
}
#entongar {
opacity: 0.9;
}
#cant_entongue {
opacity: 0.5;
}