Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 951 Rev 971
Line 1024... Line 1024...
1024
}
1024
}
1025
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1025
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1026
	background:none;
1026
	background:none;
1027
	border:none;
1027
	border:none;
1028
}
1028
}
1029
.bloc_graph > .voir:focus ~ .legende_graphique{
-
 
1030
	display: block;
-
 
1031
}
-
 
1032
 
-
 
1033
.bloc_graph > .cacher:focus ~.legende_graphique {
-
 
1034
	display: none;
-
 
1035
}
-
 
1036
 
-
 
1037
.voir:focus,  .cacher:focus  {
-
 
1038
	display:none;
-
 
1039
}
-
 
Line 1040... Line 1029...
1040
 
1029
 
1041
.cacher, .voir {
1030
.cacher, .voir {
1042
	float:right;
1031
	float:right;
Line 1043... Line 1032...
1043
}
1032
}
1044
 
1033
 
1045
.cacher {
1034
.cacher {
1046
	display:none;
-
 
1047
}
-
 
1048
.voir:focus + .cacher, .cacher:focus + .voir {
-
 
Line 1049... Line 1035...
1049
	display:inline;
1035
	display:none;
1050
}
1036
}
1051
 
1037
 
Line 1239... Line 1225...
1239
 
1225
 
1240
.titre_lien_permanent {
1226
.titre_lien_permanent {
1241
	padding-left: 0px;
1227
	padding-left: 0px;
1242
}
1228
}
-
 
1229
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
-
 
1230
::-webkit-input-placeholder { color:#777777; }
-
 
1231
::-moz-placeholder { color:#777777; } /* firefox 19+ */
-
 
1232
:-ms-input-placeholder { color:#777777; } /* ie */
-
 
1233
input:-moz-placeholder { color:#777777; }
1243
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1234
 
1244
#recherche_av {
1235
#recherche_av {
1245
	position:relative;
1236
	position:relative;
1246
	float:right;
1237
	float:right;