Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3241 Rev 3424
Line 6... Line 6...
6
*:active {
6
*:active {
7
  outline: 0 !important;
7
  outline: 0 !important;
8
  outline-style: none !important;
8
  outline-style: none !important;
9
}
9
}
Line 10... Line 10...
10
 
10
 
11
button:focus,
11
button:not(#tb-geolocation *):focus,
12
a:focus, a:active {
12
a:focus, a:active {
13
  outline: none !important;
13
  outline: none !important;
Line 14... Line 14...
14
}
14
}
15
 
15
 
16
input::-moz-focus-inner {
16
input:not(#tb-geolocation *)::-moz-focus-inner {
Line 17... Line 17...
17
  border: 0 !important;
17
  border: 0 !important;
18
}
18
}
19
 
19
 
20
button::-moz-focus-inner,
20
button:not(.mat-icon-button)::-moz-focus-inner,
21
input[type="reset"]::-moz-focus-inner,
21
input[type="reset"]:not(#tb-geolocation *)::-moz-focus-inner,
22
input[type="button"]::-moz-focus-inner,
22
input[type="button"]:not(#tb-geolocation *)::-moz-focus-inner,
23
input[type="submit"]::-moz-focus-inner,
23
input[type="submit"]:not(#tb-geolocation *)::-moz-focus-inner,
24
input[type="file"] > input[type="button"]::-moz-focus-inner,
24
input[type="file"] > input[type="button"]::-moz-focus-inner,
25
select::-moz-focus-inner,
25
select:not(#tb-geolocation *)::-moz-focus-inner,
26
select:-moz-focusring {
26
select:not(#tb-geolocation *):-moz-focusring {
27
  color: transparent !important;
27
  color: transparent !important;
Line 28... Line 28...
28
  text-shadow: 0 0 0 #000 !important;
28
  text-shadow: 0 0 0 #000 !important;
29
  outline: none !important;
29
  outline: none !important;
30
}
30
}
31
 
31
 
Line 32... Line 32...
32
select:focus::-ms-value {
32
select:focus::-ms-value {
33
  background-color: $input-bg !important;
33
  background-color: $input-bg !important;
34
  color: $input-color !important;
34
  color: $input-color !important;
Line 35... Line 35...
35
}
35
}
36
 
36
 
Line 109... Line 109...
109
  /*font-size: 2rem;*/
109
  /*font-size: 2rem;*/
110
  margin-top: 0.5rem;
110
  margin-top: 0.5rem;
111
}
111
}
Line 112... Line 112...
112
 
112
 
113
#zone-appli #register-page #group-settings-form .widget-blocks .message {
113
#zone-appli #register-page #group-settings-form .widget-blocks .message {
114
  background-color: #f8f5ef;
114
  background-color: #f5f0e8;
115
  color: #232323;
115
  color: #232323;
116
  padding: 1rem;
116
  padding: 1rem;
117
  border-radius: 0.3rem;
117
  border-radius: 0.3rem;
118
  font-size: 0.8rem;
118
  font-size: 0.8rem;
Line 132... Line 132...
132
 
132
 
133
#zone-appli #register-page #group-settings-form #right-block.widget-blocks {
133
#zone-appli #register-page #group-settings-form #right-block.widget-blocks {
134
  width: 100%;
134
  width: 100%;
Line 135... Line 135...
135
}
135
}
136
 
136
 
137
#zone-appli #register-page #group-settings-form .widget-blocks form {
137
#zone-appli #register-page #group-settings-form .widget-blocks form:not(#tb-geolocation *) {
Line 138... Line 138...
138
  margin-bottom: 2rem;
138
  margin-bottom: 2rem;
139
}
139
}
140
 
140
 
Line 141... Line 141...
141
#zone-appli #register-page #group-settings-form .widget-blocks .register-section {
141
#zone-appli #register-page #group-settings-form .widget-blocks .register-section {
142
  margin-top: 1.5rem;
142
  margin-top: 1.5rem;
143
}
143
}
144
 
144
 
145
#zone-appli #register-page #group-settings-form .widget-blocks input,
145
#zone-appli #register-page #group-settings-form .widget-blocks input:not(.mat-input-element,.invalid),
146
#zone-appli #register-page #group-settings-form .widget-blocks select,
146
#zone-appli #register-page #group-settings-form .widget-blocks select:not(.mat-input-element),
147
#zone-appli #register-page #group-settings-form .widget-blocks textarea {
147
#zone-appli #register-page #group-settings-form .widget-blocks textarea:not(.mat-input-element) {
148
  width: 100%;
148
  width: 100%;
Line 154... Line 154...
154
  transition: none;
154
  transition: none;
155
  border: 0.1rem solid #ddd;
155
  border: 0.1rem solid #ddd;
156
  box-shadow: none !important;
156
  box-shadow: none !important;
157
}
157
}
Line 158... Line 158...
158
 
158
 
159
#zone-appli #register-page #group-settings-form .widget-blocks input {
159
#zone-appli #register-page #group-settings-form .widget-blocks input:not(.mat-input-element) {
160
  overflow: visible;
160
  overflow: visible;
Line 161... Line 161...
161
}
161
}
162
 
162
 
163
/* Style des checkboxes et radios */
163
/* Style des checkboxes et radios */
164
#zone-appli #register-page #group-settings-form .widget-blocks .number {
164
#zone-appli #register-page #group-settings-form .widget-blocks .number {
Line 165... Line 165...
165
  width: 100%;
165
  width: 100%;
166
}
166
}
167
 
167
 
168
#zone-appli #register-page #group-settings-form .widget-blocks label,
168
#zone-appli #register-page #group-settings-form .widget-blocks label:not(.mat-form-field-label),
169
#zone-appli #register-page #group-settings-form .widget-blocks .list-label {
169
#zone-appli #register-page #group-settings-form .widget-blocks .list-label {
170
  color: #606060;
170
  color: #606060;
Line 184... Line 184...
184
}
184
}
Line 185... Line 185...
185
 
185
 
Line 186... Line 186...
186
/***********************************/
186
/***********************************/
187
 
187
 
188
/**** Style des select et checkbox-list ****/
188
/**** Style des select et checkbox-list ****/
189
#zone-appli #register-page #group-settings-form .widget-blocks select,
189
#zone-appli #register-page #group-settings-form .widget-blocks select:not(#tb-geolocation *),
190
#zone-appli #register-page #group-settings-form .widget-blocks .selectBox select {
190
#zone-appli #register-page #group-settings-form .widget-blocks .selectBox select {
191
  background-color: #fff;
191
  background-color: #fff;
Line 345... Line 345...
345
 
345
 
Line 346... Line 346...
346
/********************************************/
346
/********************************************/
Line 347... Line 347...
347
 
347
 
348
/**** Styles des boutons ****/
348
/**** Styles des boutons ****/
349
 
349
 
350
#zone-appli #register-page #group-settings-form .widget-blocks button,
350
#zone-appli #register-page #group-settings-form .widget-blocks button:not(.mat-icon-button),
351
#group-settings-form .button {
351
#group-settings-form .button {
352
  background-color: #a2b93b;
352
  background-color: #a2b93b;
Line 370... Line 370...
370
}
370
}
Line 371... Line 371...
371
 
371
 
372
.fa, .fab, .fal, .far, .fas {
372
.fa, .fab, .fal, .far, .fas {
373
  line-height: 0.9rem;
373
  line-height: 0.9rem;
-
 
374
}
-
 
375
.remove-file .fas {
-
 
376
  line-height: 1.4rem;
Line 374... Line 377...
374
}
377
}
375
 
378
 
376
#zone-appli #register-page #group-settings-form .widget-blocks button:hover,
379
#zone-appli #register-page #group-settings-form .widget-blocks button:not(.mat-icon-button):hover,
377
#zone-appli #register-page #group-settings-form .widget-blocks button:focus,
380
#zone-appli #register-page #group-settings-form .widget-blocks button:not(.mat-icon-button):focus,
378
#group-settings-form .button:hover,
381
#group-settings-form .button:hover,
379
#group-settings-form .button:focus {
382
#group-settings-form .button:focus {
Line 407... Line 410...
407
#zone-appli #register-page #group-settings-form .widget-blocks  .add-value-button.button:hover,
410
#zone-appli #register-page #group-settings-form .widget-blocks  .add-value-button.button:hover,
408
#zone-appli #register-page #group-settings-form .widget-blocks  .add-value-button.button:focus {
411
#zone-appli #register-page #group-settings-form .widget-blocks  .add-value-button.button:focus {
409
  background-color: rgba(0, 159, 184, 0.7);
412
  background-color: rgba(0, 159, 184, 0.7);
410
}
413
}
Line -... Line 414...
-
 
414
 
411
 
415
#zone-appli #register-page #group-settings-form .widget-blocks .btn-danger,
412
#zone-appli #register-page #group-settings-form .widget-blocks .remove-field.button,
416
#zone-appli #register-page #group-settings-form .widget-blocks .remove-field.button,
413
#zone-appli #register-page #group-settings-form .widget-blocks .remove-value.button {
417
#zone-appli #register-page #group-settings-form .widget-blocks .remove-value.button {
-
 
418
  background-color: #ff5d55;
414
  background-color: #ff5d55;
419
  border: 0 none;
Line -... Line 420...
-
 
420
}
-
 
421
 
415
}
422
#zone-appli #register-page #group-settings-form .widget-blocks .btn-danger:hover,
416
 
423
#zone-appli #register-page #group-settings-form .widget-blocks .btn-danger:focus,
417
#zone-appli #register-page #group-settings-form .widget-blocks .remove-field.button:hover,
424
#zone-appli #register-page #group-settings-form .widget-blocks .remove-field.button:hover,
418
#zone-appli #register-page #group-settings-form .widget-blocks .remove-field.button:focus,
425
#zone-appli #register-page #group-settings-form .widget-blocks .remove-field.button:focus,
419
#zone-appli #register-page #group-settings-form .widget-blocks .remove-value.button:hover,
426
#zone-appli #register-page #group-settings-form .widget-blocks .remove-value.button:hover,
-
 
427
#zone-appli #register-page #group-settings-form .widget-blocks .remove-value.button:focus {
420
#zone-appli #register-page #group-settings-form .widget-blocks .remove-value.button:focus {
428
  background-color: rgba(255, 93, 85, 0.7);
Line 421... Line 429...
421
  background-color: rgba(255, 93, 85, 0.7);
429
  border: 0 none;
422
}
430
}
423
 
431
 
Line 485... Line 493...
485
#zone-appli #register-page #group-settings-form .widget-blocks .invalid-key,
493
#zone-appli #register-page #group-settings-form .widget-blocks .invalid-key,
486
#zone-appli #register-page #group-settings-form .widget-blocks .invalid {
494
#zone-appli #register-page #group-settings-form .widget-blocks .invalid {
487
  box-shadow : 0 0 1.5px 1px red;
495
  box-shadow : 0 0 1.5px 1px red;
488
}
496
}
Line -... Line 497...
-
 
497
 
-
 
498
.error {
-
 
499
  color : red;
-
 
500
}
-
 
501
 
-
 
502
span.error {
-
 
503
  font-size: 0.8rem;
-
 
504
}
489
 
505
 
490
/* Le picto validation apparait en vert */
506
/* Le picto validation apparait en vert */
491
#group-settings-form .validated i {
507
#group-settings-form .validated i {
492
  color: #c3d45d;
508
  color: #c3d45d;
493
  cursor: default;
509
  cursor: default;
Line 593... Line 609...
593
 
609
 
594
/**** media queries  ****/
610
/**** media queries  ****/
595
@media screen and (min-width: 992px) {
611
@media screen and (min-width: 992px) {
596
  #zone-appli #register-page #group-settings-form #left-block.widget-blocks {
612
  #zone-appli #register-page #group-settings-form #left-block.widget-blocks {
597
    display: inline-block;
613
    display: inline-block;
598
    width: 30%;
614
    width: 49%;
599
    padding-bottom: 50px;
615
    padding-bottom: 50px;
Line 600... Line 616...
600
  }
616
  }
601
 
617
 
602
  #zone-appli #register-page #group-settings-form #right-block.widget-blocks {
618
  #zone-appli #register-page #group-settings-form #right-block.widget-blocks {
603
    display: inline-block;
619
    display: inline-block;
604
    width: 60%;
620
    width: 49%;
605
    overflow: visible;
621
    overflow: visible;
606
    vertical-align:top;
622
    vertical-align:top;
607
    position: -webkit-sticky;
623
    position: -webkit-sticky;