7
7
.linkMore {
8
8
display : block;
9
9
clear : both;
10
- background : # EFF9E3 url(.. / icons/open.gif) right center no-repeat ;
11
- border-bottom : 1px solid # CCCCCC ;
12
- border-top : 1px solid # CCCCCC ;
10
+ background : var ( --bgColor-btn-secondaire ) ;
11
+ border-bottom : 1px solid var ( --border-color-btn-secondaire ) ;
12
+ border-top : 1px solid var ( --border-color-btn-secondaire ) ;
13
13
line-height : 30px ;
14
- padding : 0 15px ;
15
- margin : 10px 0 ;
16
- color : # 4C4C4C ;
14
+ padding : 0.5em 1em ;
15
+ margin : 1em 0 ;
16
+ color : var (--color-text-btn-secondaire );
17
+ }
18
+
19
+ .linkMore ::after {
20
+ content : '' ;
21
+ display : block;
22
+ float : right;
23
+ margin-right : 1em ;
24
+ width : 2em ;
25
+ height : 2em ;
26
+ background-repeat : no-repeat;
27
+ background-size : 100% 100% ;
28
+ background-image : url ("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%234c4c4c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7 10l5 5l5-5'/%3E%3C/svg%3E" );
17
29
}
18
30
19
31
.linkMore : hover ,
20
32
.linkMore : focus {
21
- background-color : # E9F7D7 ;
33
+ background : var ( --bgColor-btn-secondaire-hover ) ;
22
34
}
23
35
24
36
.zoneNavAndSearch {
25
- background : # EAEAEA url(../ icons/arrow/bg_tri.png) botto m left no-repeat;
26
- padding : 14px ;
27
- margin : 10px ;
28
- width : 96% ;
29
- }
30
-
31
- /* util pour A B C D , pour Afficher : Categorie1 Catégorie2 */
32
-
33
- .abcdAndNavCategory a {
34
- border : 1px solid # CECECE ;
35
- padding : 2px 4px ;
36
- margin-right : 3px ;
37
- background-color : # FFF ;
38
- color : # AFAFAF ;
39
- text-decoration : none;
40
- line-height : 220% ;
41
- }
42
-
43
- .abcdAndNavCategory a .active {
44
- background-color : # B5B5B5 ;
45
- color : # FFF ;
46
- }
47
-
48
- .abcdAndNavCategory a : hover ,
49
- .abcdAndNavCategory a : focus {
50
- background-color : # BFBFBF ;
51
- color : # FFF ;
37
+ background : var (--bg-zone-filtre ) ;
38
+ padding : 1em ;
39
+ border-radius : var (--radius-zone-filtre );
40
+ margin : 1em ;
41
+ position : relative;
52
42
}
43
+ .zoneNavAndSearch : after {
44
+ content : '' ;
45
+ display : inline-block;
46
+ height : 0 ;
47
+ width : 0 ;
48
+ border-top : 11px solid var (--bg-zone-filtre );
49
+ border-right : 9px solid transparent;
50
+ border-left : 6px solid transparent;
51
+ position : absolute;
52
+ bottom : -11px ;
53
+ left : 2em ;
54
+ }
53
55
54
56
/* util pour listing fiche utilisateur, presentation like annuaire */
55
57
@@ -312,12 +314,6 @@ li.userType {
312
314
clear : both;
313
315
}
314
316
315
-
316
- # whitePages # search .linkMore {
317
- background-position : 492px center;
318
- width : 488px ;
319
- }
320
-
321
317
# whitePages # search label {
322
318
clear : left;
323
319
display : block;
@@ -391,10 +387,10 @@ li.userType {
391
387
}
392
388
393
389
# whitePages # search .arbre label {
394
- padding-left : 13 px ;
395
- margin-left : 9 px ;
396
- width : 159 px ;
397
- background : transparent url(../ icons/minusTreeT.gif) -8px 9 px no-repeat;
390
+ padding-left : 0.75 em ;
391
+ margin-left : 8 px ;
392
+ width : calc ( 10.25 em - 0.75 em - 8 px ) ;
393
+ background : transparent url(../ icons/minusTreeT.gif) -8px 0.5 em no-repeat;
398
394
display : inline;
399
395
}
400
396
@@ -404,6 +400,9 @@ li.userType {
404
400
background-image : none;
405
401
}
406
402
403
+ # whitePages # search .sp_buttonPane {
404
+ text-align : left;
405
+ }
407
406
408
407
# whitePages # search # secondaryAxe ,
409
408
# whitePages # search # additionalElements {
0 commit comments