Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 206 Rev 226
Line 473... Line 473...
473
	margin-top: 5px;
473
	margin-top: 5px;
474
}
474
}
475
#ef-resultats-nv-determination .nom ul, li{
475
#ef-resultats-nv-determination .nom ul, li{
476
	margin: 0;
476
	margin: 0;
477
	margin-bottom: 5px
477
	margin-bottom: 5px
478
}
-
 
479
478
}
-
 
479
 
-
 
480
 
-
 
481
/*----------------------------------------------------------------------------------------------------------*/
-
 
482
/* Fiche */
-
 
483
#bloc-fiche h1 {
-
 
484
	background: none repeat scroll 0 0 transparent;
-
 
485
	padding: 0 0 0 20px;
-
 
486
}
-
 
487
#zone_contenu_fiche { /* fond des onglets */
-
 
488
	border:solid 1px #DDD;
-
 
489
	border-width:0px 1px 1px 1px;
-
 
490
	background-color:#FFFFFF;
-
 
491
	width:100%;
-
 
492
	min-height:300px;
-
 
493
	clear:left;
-
 
494
	padding-top: 0.4em;
-
 
495
}
-
 
496
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
-
 
497
	border-bottom-right-radius: 0;
-
 
498
}
-
 
499
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
-
 
500
	border-bottom-left-radius: 0;
-
 
501
}
-
 
502
 
-
 
503
.colonne {
-
 
504
	float:left;
-
 
505
	padding-bottom:10px;
-
 
506
	width:33%;
-
 
507
	margin: 0 1px;
-
 
508
}
-
 
509
 
-
 
510
/* bloc */
-
 
511
.module {
-
 
512
	margin: 0 1em 0.5em 0; 
-
 
513
	width: 99%;
-
 
514
}
-
 
515
.module .titre{
-
 
516
	padding-bottom: 4px;
-
 
517
	padding-left: 0.2em;
-
 
518
	cursor:move;
-
 
519
}
-
 
520
.module .titre .ui-icon {
-
 
521
	float: right;
-
 
522
}
-
 
523
.lienToggle { /* +/- du titre */
-
 
524
	cursor:pointer
-
 
525
}
-
 
526
.module .contenu {
-
 
527
	padding: 0.4em;
-
 
528
}
-
 
529
 
-
 
530
.ui-sortable-placeholder { /* déplacement bloc */
-
 
531
	border: 1px dotted black;
-
 
532
	visibility: visible !important;
-
 
533
	height: 50px !important;
-
 
534
}
-
 
535
.ui-sortable-placeholder * {
-
 
536
	visibility: hidden;
-
 
537
}
-
 
538
 
-
 
539
/* Onglets */
-
 
540
#zone_onglets {
-
 
541
	margin-top: 0.1em;
-
 
542
	border-width: 1px 1px 0 1px;
-
 
543
	border-radius:0;
-
 
544
	width:100%;
-
 
545
	font-size:12px
-
 
546
}
-
 
547
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
-
 
548
	padding:0;
-
 
549
	position: relative;
-
 
550
}
-
 
551
.ui-tabs .ui-tabs-nav li a {
-
 
552
	float: left;
-
 
553
	padding: 0.3em 1em;
-
 
554
	text-decoration: none;
-
 
555
}
-
 
556
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
-
 
557
	color: #9AC343;
-
 
558
	text-decoration: none;
-
 
559
}
-
 
560
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
-
 
561
	color: #EB8F00;
-
 
562
	text-decoration: none;
-
 
563
}
-
 
564
#zone_onglets ul li {
-
 
565
	list-style:none;
-
 
566
}
-
 
567
#zone_onglets li {
-
 
568
	float:left;
-
 
569
}
-
 
570
#zone_onglets li .ui-icon-close {
-
 
571
	float: left;
-
 
572
	margin: 0.4em 0.2em 0 0;
-
 
573
	cursor: pointer;
-
 
574
}
-
 
575
#zone_onglets li a.lien-onglet {
-
 
576
	overflow: hidden;
-
 
577
	text-decoration: none;
-
 
578
	border-bottom: none;
-
 
579
}
-
 
580
#zone_onglets li a.lien-onglet hover {
-
 
581
	overflow: hidden; 
-
 
582
	text-decoration: none;
-
 
583
	border-bottom: none;
-
 
584
}
-
 
585
/* Menu et + */
-
 
586
#zone_onglets #ongletEtPlus {
-
 
587
	cursor: pointer;
-
 
588
	float:right;
-
 
589
	z-index:2001;
-
 
590
}
-
 
591
#zone_onglets #ongletEtPlus a {
-
 
592
	border-bottom: none;
-
 
593
}
-
 
594
#lienOngletEtPlus { /* icone */
-
 
595
	width:6px;
-
 
596
}
-
 
597
.menuModules { /* liste */
-
 
598
	left: 495px;
-
 
599
	width: 187px;
-
 
600
	position: absolute; 
-
 
601
	border: 1px solid #DCD1CC; 
-
 
602
	margin: 0px; 
-
 
603
	padding: 0px;
-
 
604
	top: 30px;
-
 
605
	z-index:2000;
-
 
606
	background-color: #F9F9F9;
-
 
607
	color: #9AC343;
-
 
608
	font-weight: bold;
-
 
609
}
-
 
610
.elementMenuModules { /* element de la liste */
-
 
611
	display:block; 
-
 
612
	border: 1px solid white; 
-
 
613
	width: 150px; 
-
 
614
	padding: 10px 10px 10px 25px; 
-
 
615
	margin:0px;
-
 
616
	cursor: pointer;
-
 
617
}	
-
 
618
.elementMenuModules:hover {
-
 
619
	background-color: #FEBF01;
-
 
620
}	
-
 
621
.elementMenuModulesSelectionne {
-
 
622
	background-color: #F6AF39;
-
 
623
	color: white;
-
 
624
}
-
 
625
 
-
 
626
 
-
 
627
#dialog label, #dialog input { display:block; }
-
 
628
#dialog label { margin-top: 0.5em; }
-
 
629
#dialog input, #dialog textarea { width: 95%; }
-
 
630