Subversion Repositories eFlore/Applications.del

Rev

Rev 983 | Rev 991 | Go to most recent revision | Details | Compare with Previous | 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;
986 aurelien 18
	cursor:pointer;
983 aurelien 19
}
20
 
21
.nb_votes {
22
	position: relative;
23
    top: -12px;
24
}
25
 
26
.image_active {
27
	border: solid 1px black;
986 aurelien 28
}
29
 
30
.bouton_selectionne > * {
31
	background-color: #BBBBBB;
32
	cursor: default;
33
}
34
 
35
.bouton_selectionnee {
36
	cursor: default;
983 aurelien 37
}