22
22
* along with this program. If not, see <https://www.gnu.org/licenses/>.
23
23
*/
24
24
25
- img {
26
- border : 0 px:
27
- }
28
-
29
25
# datepicker {
30
26
float : left;
31
27
margin : 0 1em 1em 0 ;
@@ -67,21 +63,21 @@ td.txtlibform {
67
63
}
68
64
69
65
# selected_hour table td {
70
- padding : 3 px ;
66
+ padding : 0.25 em ;
71
67
border-bottom : 1px solid # FFF ;
72
68
border-right : 1px solid # FFF ;
73
69
text-align : center;
74
70
}
75
71
76
72
# selected_hour thead td {
77
73
font-weight : bold;
78
- padding : 3 px 10 px ;
74
+ padding : 0.25 em 0.5 em ;
79
75
}
80
76
81
77
.selected_date li a {
82
- position : absolute;
83
- top : 6 px ;
84
- right : 3 px ;
78
+ position : absolute;
79
+ top : calc ( 50 % - 8 px ) ;
80
+ right : 0.5 em ;
85
81
}
86
82
87
83
.selected_date h3 {
@@ -93,8 +89,6 @@ td.txtlibform {
93
89
94
90
.buttonBar {
95
91
clear : both;
96
- text-align : center;
97
- width : 400px ;
98
92
}
99
93
100
94
.scheduleEvent p .txtnav {
@@ -109,17 +103,17 @@ td.txtlibform {
109
103
110
104
.questionResults td .hideDay , .questionResults td .hideTime {
111
105
background-color : inherit;
112
- border : 1px solid # FFFFFF ;
106
+ border : 1px solid transparent ;
113
107
}
114
108
115
109
# dateTable , # contributorsInfos {
116
- margin : 10 px ;
117
- width : 98 % ;
110
+ margin : 1 em 0 ;
111
+ width : 100 % ;
118
112
}
119
113
120
114
# contributorsInfos h3 {
121
115
padding : 0 ;
122
- margin : 10 px 0 0 7 px ;
116
+ margin : 1 em 0 0 0 ;
123
117
}
124
118
125
119
# contributorsInfos ul {
@@ -132,65 +126,54 @@ td.txtlibform {
132
126
padding-left : 100px ;
133
127
line-height : 20px ;
134
128
}
135
-
129
+
136
130
.btnAction {
137
- background-image : none;
138
- background-color : # FFD5AF ;
139
- border : 1px solid # F1790F ;
140
- border-radius : 8px ;
141
- -moz-border-radius : 8px ;
142
- -webkit-border-radius : 8px ;
143
- padding : 8px 10px ;
144
- color : # 444444 ;
145
- font-weight : bold;
146
- line-height : 120% ;
131
+ background : var (--bgColor-btn-secondaire );
132
+ border : 1px solid var (--border-color-btn-secondaire );
133
+ border-radius : var (--radius-btn-secondaire );
134
+ padding : 0.25em 0.5em ;
135
+ color : var (--color-text-btn-secondaire );
147
136
margin-top : 4px ;
148
137
display : inline-block;
149
138
}
150
-
139
+ .btnAction [href *= 'setUsers' ]: before {
140
+ content : '' ;
141
+ display : inline-block;
142
+ width : 1.5em ;
143
+ height : 1.5em ;
144
+ vertical-align : top;
145
+ margin-right : 0.5em ;
146
+ background : url ("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 14c1.381 0 2.631-.56 3.536-1.465C13.44 11.631 14 10.381 14 9s-.56-2.631-1.464-3.535C11.631 4.56 10.381 4 9 4s-2.631.56-3.536 1.465C4.56 6.369 4 7.619 4 9s.56 2.631 1.464 3.535A5 5 0 0 0 9 14m0 7c3.518 0 6-1 6-2c0-2-2.354-4-6-4c-3.75 0-6 2-6 4c0 1 2.25 2 6 2m12-9h-2v-2a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2'/%3E%3C/svg%3E" );
147
+ }
151
148
.btnAction : hover {
152
- background-color : # F1790F ;
153
- color : # FFF ;
149
+ background : var (--bgColor-btn-secondaire-hover );
154
150
}
155
151
156
152
.inactif {
157
153
color : # 999999 ;
158
154
}
159
155
160
- .buttonBar {
161
- margin-top : 30px ;
162
- text-align : center;
163
- width : 100% ;
164
- }
165
-
166
- .buttonBar table {
167
- margin : 0 auto;
156
+ # dateTable {
157
+ background-color : var (--bgColor-bloc-fond-clair );
158
+ padding : 0.5em ;
168
159
}
169
160
170
- .buttonBar table table {
171
- margin : inherit;
172
- }
173
-
174
- /* copie css survey */
175
-
176
161
.questionResults th , .questionResults td , .questionResults tr {
177
- padding : 5px 0 ;
178
- font-size : 12px ;
162
+ padding : 0.5em 0 ;
179
163
}
180
164
.questionResults thead td .day , .questionResults thead td .titreCouleur {
181
165
text-align : center;
182
166
}
183
167
184
168
.questionResults td .titreLigne , # contributorsInfos h3 {
185
- color : # 444 ;
186
- font-size : 11px ;
187
- font-weight : bold;
169
+ font-size : 1em ;
170
+ font-weight : 700 ;
188
171
width : 128px ;
189
172
}
190
173
191
174
.questionResults .questionResults-top th {
192
175
background-color : # E4E4E4 ;
193
- border : # CCC 1px solid;
176
+ border : 1px solid # CCC ;
194
177
width : 150px ;
195
178
}
196
179
@@ -201,29 +184,25 @@ td.txtlibform {
201
184
}
202
185
203
186
.questionResults .questionResults-Oui {
204
- background-color : # D5FAC5 ;
205
- border : 1px solid # 7CCC24 ;
187
+ background-color : var ( --bgColor-color-im-ok ) ;
188
+ border : 1px solid var ( --border-color-im-ok ) ;
206
189
text-align : center;
207
- font-size : 12px ;
208
- line-height : 27px ;
190
+ line-height : 2em ;
209
191
}
210
192
211
193
.questionResults .questionResults-Non {
212
- background-color : # FECBCB ;
213
- border : 1px solid # FF928F ;
194
+ background-color : var ( --bgColor-color-im-nok ) ;
195
+ border : 1px solid var ( --border-color-im-nok ) ;
214
196
text-align : center;
215
- font-size : 12px ;
216
- line-height : 27px ;
197
+ line-height : 2em ;
217
198
}
218
199
219
200
.questionResults .displayUserName ,
220
201
.questionResults .displayUserName a ,
221
202
.questionResults .questionResults-NC ,
222
203
.questionResults .questionResults-NC a {
223
204
background-color : # E4E4E4 ;
224
- font-size : 11px ;
225
- font-weight : 100 ;
226
- line-height : 29px ;
205
+ line-height : 2em ;
227
206
margin-right : 5px ;
228
207
padding-left : 10px ;
229
208
white-space : nowrap;
@@ -244,5 +223,5 @@ td.txtlibform {
244
223
}
245
224
246
225
tr .resultVote td .participation {
247
- text-align : center;;
226
+ text-align : center;
248
227
}
0 commit comments