extranet/public/themes/default/styles/geolocalisation.css
Damien LASSERRE 6302def1c6 Modification bug sur le controller Finance
Création de la géolocalisation de google sur les fiche identité
2011-05-06 14:34:12 +00:00

52 lines
654 B
CSS

#infogeo_txt {
float:left;
width:200px;
padding:20px 0 0 20px;
}
#infogeo_photo {
float:left;
margin:0;
padding:0;
width:340px;
}
#legende-photo {
display:none;
width:278px;
margin:5px 0 10px 0;
padding:10px;
border:1px solid #0000ff;
color:#0000ff;
}
#pp-cb-thumb {
display:none;
}
#pp-cb-thumb div.left {
float:left;
position:relative;
width:256px;
height:128px;
overflow:hidden;
}
#pp-cb-thumb div.right {
float:left;
position:relative;
width:44px;
height:128px;
overflow:hidden;
}
#pp-cb-thumb div.left img{
position:relative;
left:-256px;
top:-140px;
}
#pp-cb-thumb div.right img{
position:relative;
top:-140px;
}