Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2569 Rev 2602
Line 479... Line 479...
479
 
479
 
480
.aideCreerChampEtendu {
480
.aideCreerChampEtendu {
481
    color: #666666;
481
    color: #666666;
482
    font-size: 0.85em;
482
    font-size: 0.85em;
-
 
483
    padding-bottom: 4px;
483
    padding-bottom: 4px;
484
    padding-top: 10px;
484
    text-align: justify;
485
    text-align: justify;
485
    width: 360px;
486
    width: 360px;
Line 486... Line 487...
486
}
487
}
Line 526... Line 527...
526
}
527
}
Line 527... Line 528...
527
 
528
 
528
hr.nettoyage {
529
hr.nettoyage {
529
	clear: both;
530
	clear: both;
-
 
531
	visibility: hidden;
-
 
532
}
-
 
533
 
-
 
534
.champAutoComplete {
-
 
535
	margin-bottom: 4px;
-
 
536
}
-
 
537
 
-
 
538
.champAutoComplete .gwt-Label {
-
 
539
	visibility: visible;
-
 
540
	display: inline;
-
 
541
	border: none;
-
 
542
	padding-left: 53px;
-
 
543
	padding-right: 7px;
-
 
544
}
-
 
545
 
-
 
546
.champAutoComplete div, .champAutoComplete div div {
-
 
547
	border: none;
-
 
548
}
-
 
549
 
-
 
550
.champAutoComplete input {
-
 
551
	border: 1px solid #b5b8c8;
-
 
552
	background: #fff url(org.tela_botanica.cel2/js/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
-
 
553
}
-
 
554
 
-
 
555
.gwt-SuggestBoxPopup {
-
 
556
	z-index: 9999;	
-
 
557
}
-
 
558
 
-
 
559
.panneauEnLigne .gwt-Label {
-
 
560
	display: inline;
-
 
561
	padding-left: 5px;
-
 
562
	padding-right: 7px;
-
 
563
}
-
 
564
 
-
 
565
.panneauEnLigne div {
-
 
566
	border: none;
-
 
567
}
-
 
568
 
-
 
569
.selecteurGroupeEtendus select {
-
 
570
	background: transparent;
-
 
571
   	border: none;
-
 
572
   	font-size: 14px;
-
 
573
   	height: 29px;
-
 
574
   	padding: 5px; /* If you add too much padding here, the options won't show in IE */
-
 
575
	background: #fff url(org.tela_botanica.cel2/js/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
530
	visibility: hidden;
576
    border: 1px solid #b5b8c8;
531
}
577
}