Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1340 | Rev 1373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1340 Rev 1358
Line 982... Line 982...
982
    text-transform: none;
982
    text-transform: none;
983
}
983
}
Line 984... Line 984...
984
 
984
 
985
.label_redirige_depuis {
985
.label_redirige_depuis {
986
	display: table-cell;
986
	display: table-cell;
987
	width: 90px;
987
	width: 91px;
988
	padding-right: 5px;
988
	padding-right: 5px;
989
	font-size: 12px;
989
	font-size: 12px;
990
	line-height: 22px;
990
	line-height: 22px;
991
}
991
}
Line 1630... Line 1630...
1630
}
1630
}
Line 1631... Line 1631...
1631
 
1631
 
1632
.nb_resultats {
1632
.nb_resultats {
1633
	float:right;
1633
	float:right;
-
 
1634
	margin-top: 10px;	
-
 
1635
}
-
 
1636
 
-
 
1637
/**---------------------- Styles pour le dictionnaire --------------------------------------------**/
-
 
1638
#conteneur_activation_definition {
-
 
1639
    height: 18px;
-
 
1640
    width: 16px;
-
 
1641
	left: 17px;
-
 
1642
	top: 15px;
-
 
1643
    position: relative;
-
 
1644
 
-
 
1645
}
-
 
1646
 
-
 
1647
#conteneur_activation_definition a {
-
 
1648
	height: 18px;
-
 
1649
    width: 16px;
-
 
1650
    display: inline-block;
-
 
1651
}
-
 
1652
 
-
 
1653
#conteneur_activation_definition.definitions_actives a {
-
 
1654
    background: url("../images/dictionnaire.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
-
 
1655
}
-
 
1656
 
-
 
1657
#conteneur_activation_definition.definitions_inactives a {
1634
	margin-top: 10px;	
1658
    background: url("../images/dictionnaire_inactif.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1635
}
1659
}