File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed
blog/blog-war/src/main/webapp/blog/jsp/styleSheets
gallery/gallery-war/src/main/webapp/gallery/jsp/styleSheets
whitePages/whitePages-war/src/main/webapp/whitePages/jsp/styleSheets Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 47
47
height : calc ( var (--height-input ) - 0.25em - 2px );
48
48
padding : 0.25em 0.5em ;
49
49
border-width : 1px ;
50
+ line-height : calc ( var (--height-input ) - 0.25em - 2px );
51
+
50
52
}
51
53
# navBlog .bgDegradeGris ul {
52
54
list-style-type : none;
Original file line number Diff line number Diff line change @@ -296,24 +296,19 @@ br.clear {
296
296
}
297
297
298
298
.gallery-fiche-media # backToSearch {
299
- float : right;
300
- height : 30px ;
301
- width : 213px ;
302
- position : relative;
299
+ height : auto;
300
+ left : calc (100% - var (--right-side-width ));
301
+ position : absolute;
303
302
}
304
303
305
304
.gallery-fiche-media # backToSearch a .button {
306
- background-color : # f4f4f4 ;
307
- background-image : url ("../../../util/icons/gradientSVG.jsp?from=fff&to=e5e5e5&vertical=0&horizontal=100" );
308
- border : 1px solid # cccccc ;
309
- border-radius : 5px ;
310
- color : # 4c4c4c ;
311
- font-size : 100% ;
312
- padding : 7px 10px ;
313
- position : absolute;
314
- right : 0 ;
315
- top : 0 ;
316
- width : 187px ;
305
+ background : var (--bgColor-btn-secondaire );
306
+ border-radius : var (--radius-btn );
307
+ border : 1px solid var (--border-color-btn-secondaire );
308
+ color : var (--color-text-btn-secondaire );
309
+ font-size : 1em ;
310
+ padding : 0.5em 1em ;
311
+ display : inline-block;
317
312
}
318
313
319
314
.gallery-fiche-media # backToSearch a .button span {
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ li.userType {
203
203
.userProfil .info {
204
204
padding : 8px ;
205
205
height : 100% ;
206
+ position : relative;
206
207
}
207
208
208
209
.userProfil .infoConnection img {
You can’t perform that action at this time.
0 commit comments