Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 182 Rev 183
Line 89... Line 89...
89
	border:1px solid #86A736;}
89
	border:1px solid #86A736;}
90
.frag_separateur{display:none;}
90
.frag_separateur{display:none;}
Line 91... Line 91...
91
 
91
 
92
/*--------- Masque de recherche avancée ---------*/
92
/*--------- Masque de recherche avancée ---------*/
93
#col-rech-masque {
93
#col-rech-masque {
94
	width: 773px;
94
	width: 700px;
95
	/*padding: 10px;*/
95
	/*padding: 10px;*/
96
	border: solid #ddd 1px;
96
	border: solid #ddd 1px;
Line 97... Line 97...
97
}
97
}
98
 
98
 
99
.champ-masque {
99
.champ-masque {
100
	display: inline-block;
100
	display: inline-block;
101
	width: 370px;
101
	width: 340px;
102
	margin-top: 2px;
102
	margin-top: 2px;
103
}
103
}
104
.champ-masque input {
104
.champ-masque input {
105
	width: 250px;
105
	width: 220px;
106
}
106
}
107
.champ-masque select {
107
.champ-masque select {
108
	max-width: 230px;
108
	max-width: 210px;
109
}
109
}
110
.champ-masque label {
110
.champ-masque label {
111
	display: inline-block;
111
	display: inline-block;
112
	text-align: right;
112
	text-align: right;
113
}
113
}
114
.champ-masque label.gauche {
114
.champ-masque label.label-gauche {
115
	width: 100px;
115
	width: 110px;
116
}
116
}
117
.champ-masque label.droite {
117
.champ-masque label.label-droite {
118
	width: 130px;
118
	width: 120px;
119
}
119
}
120
.champ-masque input.droite {
120
.champ-masque input.input-droite {
Line 121... Line 121...
121
	width: 230px;
121
	width: 210px;
122
}
122
}
123
 
123