Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 590 Rev 591
Line 309... Line 309...
309
#bloc-recherche fieldset {
309
#bloc-recherche fieldset {
310
	border:none; 
310
	border:none; 
311
	padding:0;
311
	padding:0;
312
	width:100%;
312
	width:100%;
313
}
313
}
314
#ef-form-niveau fieldset {
314
.choixNiveau {
315
	float: right;
315
	position:absolute;
316
	margin-top: -30px;
316
	margin-top: -30px;
317
	padding: 0;
317
	padding: 0;
318
	width: auto;
318
	width: 300px;
-
 
319
	margin-left:430px;
-
 
320
	
-
 
321
}
-
 
322
 
-
 
323
.choixNiveau a {
-
 
324
	float:left;
-
 
325
	border-style:solid;
-
 
326
	padding:0.4em 0.8em;
-
 
327
	border-color:#C2C0AD;
-
 
328
	color:#9AC343;
-
 
329
	font-weight:bold;
-
 
330
	cursor:pointer;
-
 
331
	background:#f9f9f9;
-
 
332
	border:1px solid #CCCCCC;
-
 
333
}
-
 
334
 
-
 
335
.choixNiveau .niveau1 {
-
 
336
	border-radius:4px 0 0 0;	
-
 
337
}
-
 
338
 
-
 
339
.choixNiveau .niveau3 {
-
 
340
	border-radius:0 4px 0 0;
-
 
341
}
-
 
342
 
-
 
343
.choixNiveau .actif {
-
 
344
	color:#EB8F00;	
-
 
345
	border-color:#EB8F00;
-
 
346
	background:white;
319
}
347
}
Line 320... Line 348...
320
 
348
 
321
/* couleur des boutons non sélectionnés*/
349
/* couleur des boutons non sélectionnés*/
322
#ef-form-niveau .ui-buttonset {
350
.ef-form-niveau .ui-buttonset {
323
	margin-right: 25px;
351
	margin-right: 25px;
Line 324... Line 352...
324
}
352
}
325
 
353
 
326
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
354
.ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
327
	background-color:#C2C0AD;
355
	background-color:#C2C0AD;
328
	color: #9AC343;
356
	color: #9AC343;
329
	font-weight: bold;
357
	font-weight: bold;
Line 495... Line 523...
495
 
523
 
496
/*----------------------------------------------------------------------------------------------------------*/
524
/*----------------------------------------------------------------------------------------------------------*/
497
/* Fiche */
525
/* Fiche */
498
#bloc-fiche h1 {
526
#bloc-fiche h1 {
499
	background: none repeat scroll 0 0 transparent;
527
	background: none repeat scroll 0 0 transparent;
500
	padding: 0 0 0 20px;
528
	padding: 0 9px  0 9px;
501
}
529
}
502
#zone_contenu_fiche { /* fond des onglets */
530
#zone_contenu_fiche {
-
 
531
    background-color: #ede1ce;
503
	border:solid 1px #DDD;
532
    clear: left;
504
	border-width:0px 1px 1px 1px;
533
    min-height: 300px;
505
	background-color:#FFFFFF;
534
    padding-top: 0.4em;
-
 
535
    width: 100%;
506
	width:100%;
536
    border:1px solid #E78F08;
-
 
537
    border-width:0 1px 1px 1px
507
	min-height:300px;
538
}
508
	clear:left;
539
.ui-widget-content {
509
	padding-top: 0.4em;
540
	background:white;
510
}
541
}
511
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
542
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
512
	border-bottom-right-radius: 0;
543
	border-bottom-right-radius: 0;
513
}
544
}
Line 532... Line 563...
532
.module {
563
.module {
533
	margin: 0 1em 0.5em 0; 
564
	margin: 0 1em 0.5em 0; 
534
	width: 99%;
565
	width: 99%;
535
}
566
}
536
.module .titre{
567
.module .titre{
-
 
568
	 cursor: move;
-
 
569
    font-size: 12px;
537
	padding-bottom: 4px;
570
    padding-bottom: 1px;
538
	padding-left: 0.2em;
571
    padding-left: 1.2em;
539
	cursor:move;
572
    margin-left:-2px;
-
 
573
    margin-right:1px;
540
}
574
}
-
 
575
 
541
.module .titre .ui-icon {
576
.module .titre .ui-icon {
542
	float: right;
577
	float: right;
543
}
578
}
544
.imagetteMoins, .imagettePlus { /* +/- du titre */
579
.imagetteMoins, .imagettePlus { /* +/- du titre */
545
	cursor:pointer
580
	cursor:pointer
546
}
581
}
547
.module .contenu {
582
.module .contenu {
548
	padding: 0.4em;
583
	padding: 10px;
549
}
584
}
Line 550... Line 585...
550
 
585
 
551
.ui-sortable-placeholder { /* déplacement bloc */
586
.ui-sortable-placeholder { /* déplacement bloc */
552
	border: 1px dotted black;
587
	border: 1px dotted black;
Line 558... Line 593...
558
}
593
}
Line 559... Line 594...
559
 
594
 
560
/* Onglets */
595
/* Onglets */
561
#zone_onglets {
596
#zone_onglets {
562
	margin-top: 0.1em;
597
	margin-top: 0.1em;
563
	border-width: 1px 1px 0 1px;
598
	border-width:0;
564
	border-radius:0;
599
	border-radius:0;
565
	width:100%;
600
	width:665px;
566
	font-size:12px
601
	font-size:12px
567
}
602
}
568
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
603
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
569
	padding:0;
604
	padding:0;
570
	position: relative;
605
	position: relative;
571
}
606
}
572
.ui-tabs .ui-tabs-nav li a {
607
.ui-tabs .ui-tabs-nav li a {
573
	float: left;
608
	float: left;
574
	padding: 0.3em 1em;
609
	padding: 0.3em 5px;
575
	text-decoration: none;
610
	text-decoration: none;
576
}
611
}
577
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
612
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
578
	color: #9AC343;
613
	color: #9AC343;
579
	text-decoration: none;
614
	text-decoration: none;
580
}
615
}
581
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
616
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
582
	color: #EB8F00;
617
	color: #EB8F00;
583
	text-decoration: none;
618
	text-decoration: none;
-
 
619
}
-
 
620
#onglets {
-
 
621
	height:22px
584
}
622
}
585
#onglets li {
623
#onglets li {
-
 
624
	list-style:none;
586
	list-style:none;
625
	line-height:12px;
587
}
626
}
588
#onglets li {
627
#onglets li {
589
	float:left;
628
	float:left;
590
}
629
}
591
#zone_onglets li .ui-icon-close {
630
#zone_onglets li .ui-icon-close {
592
	float: left;
-
 
593
	margin: 0.4em 0.2em 0 0;
631
	float: left;
594
	cursor: pointer;
632
	cursor: pointer;
595
}
633
}
596
#zone_onglets li a.lien-onglet {
634
#zone_onglets li a.lien-onglet {
597
	overflow: hidden;
635
	overflow: hidden;
Line 603... Line 641...
603
	text-decoration: none;
641
	text-decoration: none;
604
	border-bottom: none;
642
	border-bottom: none;
605
}
643
}
606
/* Menu et + */
644
/* Menu et + */
607
#zone_onglets #ongletEtPlus {
645
#zone_onglets #ongletEtPlus {
608
	cursor: pointer;
646
    cursor: pointer;
-
 
647
    display: none;
609
	float:right;
648
    float: right;
610
	z-index:500;
649
    font-size: 20px;
611
    height: 25px;
650
    height: 20px;
-
 
651
    padding-bottom: 0;
612
    width: 25px;
652
    padding-right: 5px;
613
    position: relative;
653
    position: relative;
614
    top: 1px;
654
    top: 1px;
-
 
655
    width: 25px;
615
    display:none;
656
    z-index: 500;
616
}
657
}
617
#zone_onglets #ongletEtPlus a {
658
#zone_onglets #ongletEtPlus a {
618
	border-bottom: none;
659
	border-bottom: none;
619
}
660
}
620
#lienOngletEtPlus { /* icone */
661
#lienOngletEtPlus { /* icone */
Line 861... Line 902...
861
}
902
}
862
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
903
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
863
	background:none;
904
	background:none;
864
	border:none;
905
	border:none;
865
}
906
}
866
 
-
 
867
 
-
 
868
.bloc_graph > .voir:focus ~ .legende_graphique{
907
.bloc_graph > .voir:focus ~ .legende_graphique{
869
	display: block;
908
	display: block;
870
}
909
}
Line 871... Line 910...
871
 
910
 
Line 965... Line 1004...
965
	display:inline;
1004
	display:inline;
966
	vertical-align:middle;
1005
	vertical-align:middle;
967
	margin:0;
1006
	margin:0;
968
	padding:0;
1007
	padding:0;
969
	border:0;
1008
	border:0;
-
 
1009
}
-
 
1010
 
-
 
1011
.importance4 {
-
 
1012
	font-size:0.8em;
-
 
1013
	padding:5px;
-
 
1014
}
-
 
1015
 
-
 
1016
h1 .nomenclature {
-
 
1017
	color:#555;
-
 
1018
}
-
 
1019
table tbody {
-
 
1020
    background-color: #F8F8DB;
-
 
1021
    border: 1px solid #9AC342;
970
}
1022
}
971
1023