Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2540 Rev 3131
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
Line 2... Line 2...
2
 
2
 
3
#zone-appli {
3
#zone-appli {
-
 
4
	width:280px;
-
 
5
	font-family: Muli,sans-serif;
4
	width:280px;
6
	font-size: 12px;
Line 5... Line 7...
5
}
7
}
6
 
8
 
7
h1#widget-titre {
9
h1#widget-titre {
8
	font-size: 18px;
10
	font-size: 15px;
9
	margin-top: 5px;
11
	margin-top: 5px;
10
	margin-bottom: 0;
12
	margin-bottom: 0;
11
	font-weight: bold;
13
	font-weight: bold;
12
}
14
}
13
label {
15
label {
14
	font-weight: normal;
16
	font-weight: normal;
15
	font-size: 13px;
17
	font-size: 12px;
16
	margin-top: 5px;
18
	margin-top: 5px;
-
 
19
	margin-bottom: 0;
-
 
20
}
-
 
21
.clear {
-
 
22
	clear: both;
17
	margin-bottom: 0;
23
	height: 0; overflow: hidden; /* Précaution pour IE 7 */
18
}
24
}
19
input[type="text"] {
25
input[type="text"] {
20
	height: 28px;
26
	height: 28px;
21
	padding-left: 2px;
27
	padding-left: 2px;
22
	font-size: 13px;
28
	font-size: 12px;
23
	color: #555555;
29
	color: #555555;
24
}
30
}
25
input.error {
31
input.error {
Line 53... Line 59...
53
.conteneur_selection_champ div {
59
.conteneur_selection_champ div {
54
	font-size: 13px;
60
	font-size: 13px;
55
}
61
}
Line 56... Line 62...
56
 
62
 
57
select#pays {
63
select#pays {
58
    font-size: 13px;
64
    font-size: 12px;
59
    height: 30px;
65
    height: 30px;
60
    width: 230px;
66
    width: 230px;
61
    padding-left: 1px;
67
    padding-left: 1px;
Line 78... Line 84...
78
}
84
}
Line 79... Line 85...
79
 
85
 
Line 80... Line 86...
80
/* Correction jQuery-ui */
86
/* Correction jQuery-ui */
81
 
87
 
82
ul.ui-autocomplete {
88
ul.ui-autocomplete {
Line 83... Line 89...
83
	font-size: 13px;
89
	font-size: 12px;
Line 84... Line 90...
84
}
90
}
85
 
91
 
86
/* Correction Bootstrap */
92
/* Correction Bootstrap */
-
 
93
 
87
 
94
.well {
88
.well {
95
	margin-bottom: 5px;
89
	margin-bottom: 5px;
96
	padding: 4px;
90
	padding: 4px;
97
	background-color: #fcfaf5;
91
}
98
}
92
#checkbox_set_cols input {
99
#checkbox_set_cols input {
93
	margin-right: 10px;
100
	margin-right: 10px;
94
}
101
}
95
label.radio {
102
label.radio {
96
	margin-top: 5px;
103
	margin-top: 5px;
-
 
104
	margin-bottom: 5px;
-
 
105
}
-
 
106
.btn {
-
 
107
	padding: 4px 8px;
-
 
108
	font-size: 11px;
-
 
109
}
-
 
110
.btn-success {
-
 
111
	background-color: #b3c954;
-
 
112
	border-color: #b3c954;
-
 
113
}
-
 
114
.btn-success:hover {
-
 
115
	background-color: #88a842;
-
 
116
	border-color: #88a842;
-
 
117
}
-
 
118
 
-
 
119
.panel {
-
 
120
	font-size: 12px;
-
 
121
}
-
 
122
 
97
	margin-bottom: 5px;
123
.panel-body {
-
 
124
	padding: 5px;
-
 
125
}
-
 
126
.panel-title {
-
 
127
	font-size: 13px;
-
 
128
}
98
}
129
.panel-heading {
99
.btn {
130
	padding: 4px 8px;