Subversion Repositories eFlore/Applications.cel

Rev

Rev 1836 | Rev 2540 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1377 aurelien 1
@CHARSET "UTF-8";
2351 mathias 2
 
1384 aurelien 3
#zone-appli {
2351 mathias 4
	width:280px;
1384 aurelien 5
}
6
 
7
h1#widget-titre {
8
	font-size: 18px;
2351 mathias 9
	margin-top: 5px;
10
	margin-bottom: 0;
11
	font-weight: bold;
1384 aurelien 12
}
2351 mathias 13
label {
14
	font-weight: normal;
15
	font-size: 13px;
16
	margin-top: 5px;
17
	margin-bottom: 0;
1377 aurelien 18
}
2351 mathias 19
input[type="text"] {
20
	height: 28px;
21
	padding-left: 2px;
22
	font-size: 13px;
23
	color: #555555;
1384 aurelien 24
}
1380 aurelien 25
input.error {
26
	border: 1px solid red;
27
}
1384 aurelien 28
label.error {
29
	color: red;
30
}
31
 
2351 mathias 32
.conteneur_dates {
33
	width: 200px;
34
	margin: auto;
35
	margin-top: 2px;
1384 aurelien 36
}
2351 mathias 37
.conteneur_date {
38
	width: 90px;
39
	float: left;
40
	margin-right: 5px;
1403 aurelien 41
}
2351 mathias 42
#date_debut, #date_fin {
43
	width: 87px;
1403 aurelien 44
}
45
 
2351 mathias 46
#form-export-obs input.large {
47
	width: 230px;
1403 aurelien 48
}
49
 
1667 aurelien 50
.conteneur_selection_format ul {
51
	list-style-type:none;
52
}
2351 mathias 53
.conteneur_selection_champ div {
54
	font-size: 13px;
55
}
1667 aurelien 56
 
1458 aurelien 57
.attention {
58
	background-color:#e7ebfd;
59
	background-image:url("../images/information.png");
60
}
61
.attention {
62
	display:inline-block;
63
	background-repeat:no-repeat;
64
	background-position:5px 50%;
65
	padding:10px 5px 5px 40px;
66
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
67
	max-width:600px;
68
	min-height:20px;
1626 aurelien 69
	margin-top: 5px;
70
	display:none;
1458 aurelien 71
}
72
 
2351 mathias 73
/* Correction jQuery-ui */
74
 
75
ul.ui-autocomplete {
76
	font-size: 13px;
77
}
78
 
79
/* Correction Bootstrap */
80
 
1377 aurelien 81
.well {
82
	margin-bottom: 5px;
83
	padding: 4px;
1836 raphael 84
}
85
#checkbox_set_cols input {
86
	margin-right: 10px;
2351 mathias 87
}
88
label.radio {
89
	margin-top: 5px;
90
	margin-bottom: 5px;
91
}
92
.btn {
93
	padding: 4px 8px;
94
	font-size: 13px;
1377 aurelien 95
}