Subversion Repositories eFlore/Applications.del

Rev

Rev 1129 | Rev 1186 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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