Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 635 Rev 655
Line 773... Line 773...
773
}
773
}
Line 774... Line 774...
774
 
774
 
775
#repartition_observations { 
775
#repartition_observations { 
776
    height: 590px;
776
    height: 590px;
-
 
777
    width: 100%;
777
    width: 100%;
778
    overflow: hidden;
Line 778... Line 779...
778
}
779
}
779
 
780
 
780
.legende_nom_retenu {
781
.legende_nom_retenu {
Line 1062... Line 1063...
1062
}
1063
}
Line 1063... Line 1064...
1063
 
1064
 
1064
table tbody {
1065
table tbody {
1065
    background-color: #F8F8DB;
1066
    background-color: #F8F8DB;
1066
    border: 1px solid #9AC342;
-
 
1067
}
1067
    border: 1px solid #9AC342;
-
 
1068
}
-
 
1069
 
-
 
1070
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
-
 
1071
 
-
 
1072
#bloc_export_choix {
-
 
1073
	display:none;
-
 
1074
}
-
 
1075
#export_pdf input[type="submit"] {
-
 
1076
	text-align: center;
-
 
1077
	width :120px;
-
 
1078
	display:block;
-
 
1079
	margin-right: auto;
-
 
1080
	margin-left: auto;
-
 
1081
	
-
 
1082
}
-
 
1083
#export_pdf fieldset label{
-
 
1084
	width :120px;
-
 
1085
	display:inline-block;
-
 
1086
	text-align:center;
-
 
1087
}
-
 
1088
 
-
 
1089
#export_pdf fieldset {
-
 
1090
	width: 90%;
-
 
1091
	border: none;
-
 
1092
	margin-left: auto;
-
 
1093
	margin-right: auto;
-
 
1094
	
-
 
1095
}