Subversion Repositories eFlore/Applications.del

Rev

Rev 1206 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1206 gduche 1
.zonePartageUrl {
2
	display:inline-block;
3
}
1129 gduche 4
.zonePartage {
1183 gduche 5
	background: none repeat scroll 0 0 white;
6
    border: 2px solid #8EB533;
7
    padding: 10px 50px 10px 10px;
1206 gduche 8
    position:absolute;
1129 gduche 9
}
10
 
1183 gduche 11
.titre {
12
	margin-top:0;
13
}
14
 
1129 gduche 15
.partage {
1183 gduche 16
    background: none repeat scroll 0 0 #87A4F9;
17
    border: medium none;
18
    border-radius: 10px 10px 10px 10px;
19
    color: white;
20
    cursor: pointer;
21
    font-size: 14px;
1206 gduche 22
    padding: 4px 10px;
1183 gduche 23
    text-decoration: none;
1206 gduche 24
    width:130px;
1129 gduche 25
}
26
 
27
.url {
28
	width:90%;
29
	margin-top:5px;
30
}
31
 
32
.fermer {
33
    background: url("./img/close.png") no-repeat scroll 39px -2px transparent;
34
    cursor: pointer;
35
    font-size: 11px;
36
    margin-left: 411px;
1183 gduche 37
    margin-top: -99px;
1129 gduche 38
    padding-bottom: 8px;
39
    padding-right: 53px;
40
    padding-top: 5px;
41
    position: absolute;
42
    width: 16px;
43
}
44