Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 260 Rev 261
Line 598... Line 598...
598
}
598
}
599
/* Menu et + */
599
/* Menu et + */
600
#zone_onglets #ongletEtPlus {
600
#zone_onglets #ongletEtPlus {
601
	cursor: pointer;
601
	cursor: pointer;
602
	float:right;
602
	float:right;
603
	z-index:2001;
603
	z-index:500;
604
}
604
}
605
#zone_onglets #ongletEtPlus a {
605
#zone_onglets #ongletEtPlus a {
606
	border-bottom: none;
606
	border-bottom: none;
607
}
607
}
608
#lienOngletEtPlus { /* icone */
608
#lienOngletEtPlus { /* icone */
Line 619... Line 619...
619
	position: absolute; 
619
	position: absolute; 
620
	border: 1px solid #DCD1CC; 
620
	border: 1px solid #DCD1CC; 
621
	margin: 0px; 
621
	margin: 0px; 
622
	padding: 0px;
622
	padding: 0px;
623
	top: 30px;
623
	top: 30px;
624
	z-index:2000;
624
	z-index:499;
625
	background-color: #F9F9F9;
625
	background-color: #F9F9F9;
626
	color: #9AC343;
626
	color: #9AC343;
627
	font-weight: bold;
627
	font-weight: bold;
628
}
628
}
629
.elementMenuModules { /* element de la liste */
629
.elementMenuModules { /* element de la liste */
Line 640... Line 640...
640
.elementMenuModulesSelectionne {
640
.elementMenuModulesSelectionne {
641
	background-color: #F6AF39;
641
	background-color: #F6AF39;
642
	color: white;
642
	color: white;
643
}
643
}
Line 644... Line -...
644
 
-
 
645
 
644
 
646
#dialog label, #dialog input { display:block; }
645
#dialog label, #dialog input { display:block; }
647
#dialog label { margin-top: 0.5em; }
646
#dialog label { margin-top: 0.5em; }
Line 648... Line 647...
648
#dialog input, #dialog textarea { width: 95%; }
647
#dialog input, #dialog textarea { width: 95%; }
Line 657... Line 656...
657
}
656
}
Line 658... Line 657...
658
 
657
 
659
.texte_legende_repartition {
658
.texte_legende_repartition {
660
	float:left; 
659
	float:left; 
661
	text-transform:capitalize;
-
 
662
}
660
	text-transform:capitalize;
-
 
661
}
-
 
662
 
-
 
663
.lien_metadonnees {
-
 
664
	padding: 15px;
-
 
665
}