Subversion Repositories eFlore/Applications.del

Rev

Rev 1206 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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