Subversion Repositories eFlore/Applications.del

Rev

Rev 986 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
983 aurelien 1
@charset "UTF-8";
2
/*+-----------------------------------------------------------------------------------------------------------------+*/
3
/* Widget */
4
.intitule_determination {
5
	float:left;
6
}
7
 
8
.votes_determination {
9
	float:right;
10
}
11
 
12
.auteur_determination {
13
	font-style:italic;
14
}
15
 
16
.image_secondaire {
17
	height: 40px;
18
}
19
 
20
.nb_votes {
21
	position: relative;
22
    top: -12px;
23
}
24
 
25
.image_active {
26
	border: solid 1px black;
27
}