Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1534 → Rev 1535

/tags/v1.1-helium/src/org/tela_botanica/del/client/composants/partageurl/partagerUrl.css
New file
0,0 → 1,44
.zonePartageUrl {
display:inline-block;
}
.zonePartage {
background: none repeat scroll 0 0 white;
border: 2px solid #8EB533;
padding: 10px 50px 10px 10px;
position:absolute;
}
 
.titre {
margin-top:0;
}
.partage {
background: none repeat scroll 0 0 #87A4F9;
border: medium none;
border-radius: 10px 10px 10px 10px;
color: white;
cursor: pointer;
font-size: 14px;
padding: 4px 10px;
text-decoration: none;
width:130px;
}
 
.url {
width:90%;
margin-top:5px;
}
 
.fermer {
background: url("./img/close.png") no-repeat scroll 39px -2px transparent;
cursor: pointer;
font-size: 11px;
margin-left: 411px;
margin-top: -99px;
padding-bottom: 8px;
padding-right: 53px;
padding-top: 5px;
position: absolute;
width: 16px;
}