Skip to content

Commit 6494fa3

Browse files
auroreallibemmoqui
authored andcommitted
finalisation de la mise à jour de la css de whitepages
1 parent 1be8a9e commit 6494fa3

File tree

1 file changed

+43
-44
lines changed
  • whitePages/whitePages-war/src/main/webapp/whitePages/jsp/styleSheets

1 file changed

+43
-44
lines changed

whitePages/whitePages-war/src/main/webapp/whitePages/jsp/styleSheets/whitePages.css

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,51 @@
77
.linkMore {
88
display: block;
99
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);
1313
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");
1729
}
1830

1931
.linkMore:hover,
2032
.linkMore:focus {
21-
background-color: #E9F7D7;
33+
background:var(--bgColor-btn-secondaire-hover);
2234
}
2335

2436
.zoneNavAndSearch {
25-
background: #EAEAEA url(../icons/arrow/bg_tri.png) bottom 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;
5242
}
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+
}
5355

5456
/* util pour listing fiche utilisateur, presentation like annuaire */
5557

@@ -312,12 +314,6 @@ li.userType {
312314
clear: both;
313315
}
314316

315-
316-
#whitePages #search .linkMore {
317-
background-position: 492px center;
318-
width: 488px;
319-
}
320-
321317
#whitePages #search label {
322318
clear: left;
323319
display: block;
@@ -391,10 +387,10 @@ li.userType {
391387
}
392388

393389
#whitePages #search .arbre label {
394-
padding-left: 13px;
395-
margin-left: 9px;
396-
width: 159px;
397-
background: transparent url(../icons/minusTreeT.gif) -8px 9px no-repeat;
390+
padding-left: 0.75em;
391+
margin-left:8px;
392+
width:calc( 10.25em - 0.75em - 8px );
393+
background: transparent url(../icons/minusTreeT.gif) -8px 0.5em no-repeat;
398394
display: inline;
399395
}
400396

@@ -404,6 +400,9 @@ li.userType {
404400
background-image: none;
405401
}
406402

403+
#whitePages #search .sp_buttonPane {
404+
text-align: left;
405+
}
407406

408407
#whitePages #search #secondaryAxe,
409408
#whitePages #search #additionalElements {

0 commit comments

Comments
 (0)