Skip to content

Commit 9d11e57

Browse files
auroreallibemmoqui
authored andcommitted
Finalisation
1 parent 88cb027 commit 9d11e57

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

3 files changed

+13
-15
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
height:calc( var(--height-input) - 0.25em - 2px );
4848
padding:0.25em 0.5em;
4949
border-width: 1px;
50+
line-height: calc( var(--height-input) - 0.25em - 2px );
51+
5052
}
5153
#navBlog .bgDegradeGris ul {
5254
list-style-type: none;

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

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -296,24 +296,19 @@ br.clear {
296296
}
297297

298298
.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;
303302
}
304303

305304
.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;
317312
}
318313

319314
.gallery-fiche-media #backToSearch a.button span {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ li.userType {
203203
.userProfil .info {
204204
padding: 8px;
205205
height: 100%;
206+
position:relative;
206207
}
207208

208209
.userProfil .infoConnection img {

0 commit comments

Comments
 (0)