Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2850 Rev 2856
Line 22... Line 22...
22
	}
22
	}
23
}
23
}
Line 24... Line 24...
24
 
24
 
25
/*+--------------------------------------------------------------------------------------------------------+*/
25
/*+--------------------------------------------------------------------------------------------------------+*/
26
/* Générique */
26
/* Générique */
27
html  {
27
html {
28
	background-color: black;
28
	background-color: black;
29
}
29
}
30
.discretion {
30
.discretion {
31
	color:grey;
31
	color:grey;
32
	font-family:arial;
32
	font-family:arial;
33
	font-size:11px;
33
	font-size:11px;
34
	line-height: 13px;
34
	line-height: 13px;
-
 
35
}
35
}
36
 
36
.droite {
37
.droite {
37
	text-align:right;
38
	text-align:right;
38
}
39
}
39
.centre {
40
.centre {
Line 57... Line 58...
57
	top:30%;
58
	top:30%;
58
}
59
}
59
input#taxon {
60
input#taxon {
60
	width: 300px;
61
	width: 300px;
61
}
62
}
-
 
63
label {
-
 
64
	cursor:pointer;
-
 
65
}
62
/* jQuery.validate dans ses versions récentes ne semble pas ajouter la classe help-inline
66
/* jQuery.validate dans ses versions récentes ne semble pas ajouter la classe help-inline
63
	aux messages d'erreur */
67
	aux messages d'erreur */
64
.control-group .error {
68
.control-group .error {
65
	color: #b94a48;
69
	color: #b94a48;
66
	display: inline-block;
70
	display: inline-block;
67
	padding-left: 5px;
71
	padding-left: 5px;
68
	vertical-align: middle;
72
	vertical-align: middle;
69
}
73
}
Line -... Line 74...
-
 
74
 
-
 
75
/*
-
 
76
.control-group.success label,
-
 
77
.control-group.success input, 
-
 
78
.control-group.success select, 
-
 
79
.control-group.success textarea {
-
 
80
    color: inherit;
-
 
81
}
-
 
82
*/
-
 
83
 
-
 
84
/** @WARNING Attention aux effets de bord !! Essayer de faire mieux !! */
-
 
85
.popover-content {
-
 
86
	border: 1px solid #ddd;
-
 
87
}
-
 
88
.popover-html-content {
-
 
89
	display: none;
-
 
90
}
-
 
91
h3.popover-title {
-
 
92
	display: none;
-
 
93
}
Line 70... Line 94...
70
 
94
 
71
 
95
 
72
/*+--------------------------------------------------------------------------------------------------------+*/
96
/*+--------------------------------------------------------------------------------------------------------+*/
73
/* Formulaire spécifique */
97
/* Formulaire spécifique */
Line 79... Line 103...
79
}
103
}
80
.ns-retenu {
104
.ns-retenu {
81
	font-weight:bold;	
105
	font-weight:bold;	
82
}
106
}
83
.nn{
107
.nn{
84
	color:#3B9D3B;
108
	color:inherit;
85
}
109
}
86
.nom-sci{
110
.nom-sci{
87
	font-size:1.5em;
111
	font-size:inherit;
-
 
112
	font-style:italic;
88
	font-weight:bold;
113
	font-weight:none;
89
}
114
}
90
.commune, .date{
115
.commune, .date{
91
	font-size:1.3em;
116
	font-size:1.3em;
92
	font-weight:bold;
117
	font-weight:bold;
93
}
118
}
Line 149... Line 174...
149
}
174
}
Line 150... Line 175...
150
 
175
 
151
.referentiel-obs {
176
.referentiel-obs {
152
	color:#3B9D3B;
177
	color:#3B9D3B;
-
 
178
}
153
}
179
 
154
#referentiel {
180
#referentiel {
155
	display: inline;
181
	display: inline;
Line -... Line 182...
-
 
182
}
-
 
183
 
-
 
184
/* Supression de l'espace (à l'arrache)
-
 
185
#taxon-liste {
-
 
186
	margin-left: -4px;
-
 
187
}
156
}
188
*/
157
 
189
 
158
#logo-titre {
190
#logo-titre {
159
	position: relative;
191
	position: relative;