Skip to content

Commit 2d10c50

Browse files
auroreallibemmoqui
authored andcommitted
Corrections, passes avec différents navigateurs
1 parent cd628c0 commit 2d10c50

File tree

9 files changed

+34
-34
lines changed
  • blog/blog-war/src/main/webapp/blog/jsp/styleSheets
  • classifieds/classifieds-war/src/main/webapp/classifieds/jsp/styleSheets
  • gallery/gallery-war/src/main/webapp/gallery/jsp/styleSheets
  • kmelia/kmelia-war/src/main/webapp/kmelia/jsp/styleSheets
  • projectManager/projectManager-war/src/main/webapp/projectManager/jsp/css
  • questionReply/questionReply-war/src/main/webapp/questionReply/jsp/styleSheets
  • quickinfo/quickinfo-war/src/main/webapp/quickinfo/jsp/styleSheets
  • suggestionBox/suggestionBox-war/src/main/webapp/suggestionBox/jsp/styleSheets
  • whitePages/whitePages-war/src/main/webapp/whitePages/jsp/styleSheets

9 files changed

+34
-34
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
margin-bottom: 1em;
4444
}
4545

46+
#navBlog #zoneRecherche form .sp_button {
47+
height:calc( var(--height-input) - 0.25em - 2px );
48+
padding:0.25em 0.5em;
49+
border-width: 1px;
50+
}
4651
#navBlog .bgDegradeGris ul {
4752
list-style-type: none;
4853
margin: 0;
@@ -110,7 +115,6 @@
110115
}
111116

112117
#blog .inputRecherche {
113-
height: 1em;
114118
width: 80%;
115119
margin-bottom: 0.25em;
116120
float: left;

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@
6161
text-align: center;
6262
}
6363

64-
#classifieds #categories .ViewAllClassifiedsByCategory a:before {
64+
#classifieds #categories .ViewAllClassifiedsByCategory a:before,
65+
#classifieds #categories .newClassified a:before {
6566
content: '';
6667
display: inline-block;
6768
background: transparent url(../../../util/icons/component/classifiedsSmall.gif) center 0 no-repeat;
6869
width: 16px;
6970
min-height: 16px;
7071
height: 1em;
72+
vertical-align: middle;
7173
}
7274

7375
#classifieds #categories .ViewAllClassifiedsByCategory a,
@@ -76,13 +78,16 @@
7678
color: var(--color-lien-action);
7779
}
7880

81+
#classifieds #categories .ViewAllClassifiedsByCategory a:hover,
82+
#classifieds #categories .newClassified a:hover,
83+
#classifieds #categories .ViewAllClassifiedsByCategory a:focus,
84+
#classifieds #categories .newClassified a:focus {
85+
color: var(--color-action);
86+
}
87+
88+
7989
#classifieds #categories .newClassified a:before {
80-
content: '';
81-
display: inline-block;
8290
background: transparent url(../../../util/icons/newsFeed_publication.gif) center 0 no-repeat;
83-
width: 16px;
84-
min-height: 16px;
85-
height: 1em;
8691
}
8792

8893
#classifieds #categories .categoryContent ul,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#subTopics ul li {
3838
margin:0 0.5em 0.5em 0;
39-
max-width: 25%;
39+
max-width:calc( 25% - 0.5em - 2px );
4040
flex-grow: 1;
4141
position: relative;
4242
background-color: var(--bgColor-dossier);

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ body.treeView>div[id*="kmelia"]>div.kmelia #topPage .cellBodyWindows {
355355

356356
#subTopics ul li {
357357
margin: 0 0.5em 0.5em 0;
358-
max-width: 25%;
358+
max-width:calc( 25% - 0.5em - 2px );
359359
flex-grow: 1;
360360
position: relative;
361361
background-color: var(--bgColor-dossier);
@@ -510,11 +510,6 @@ a.button.refuse span {
510510
position: relative;
511511
}
512512

513-
.kmax .sousNavBulle #btnForm .sp_button {
514-
background-color: transparent;
515-
border: 0;
516-
}
517-
518513
.oneAxis label {
519514
display: block;
520515
padding: 0 0 0.5em;

projectManager/projectManager-war/src/main/webapp/projectManager/jsp/css/gantt.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
/*- [ Gantt BEGIN ] --------------------------- */
22

3-
#gantt .sousNavBulle {
4-
margin-top:1em;
5-
width:98%
6-
}
7-
8-
#navTemporelle {
9-
margin-bottom: 0.5em;
10-
padding-bottom: 1em;
11-
}
12-
133
.sousNavBulle .sousNavCheck a {
144
border:0;
155
color:var(--color-text-filtre);

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ h5.answerTitle {
231231
margin-right:224px;
232232
}
233233

234+
.container-filter #search {
235+
margin-bottom: 0.5em;
236+
}
234237
/*
235238
Workaround to avoid files modification by publishers (requesters)
236239
*/

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
}
9191

9292
#list-news .news-info-fonctionality {
93-
background-color:var(--bgColor-filtre-hover);
94-
border-top: 1px solid var(--border-color-filtre-hover);
95-
border-bottom: 1px solid var(--border-color-filtre-hover);
93+
background-color:var(--bgColor-zone-filtre);
94+
border-top: 1px solid var(--border-color-zone-filtre);
95+
border-bottom: 1px solid var(--border-color-zone-filtre);
9696
clear: left;
9797
padding:0.25em;
98-
color:var(--color-text-filtre-hover);
98+
color:var(--color-text);
9999
font-size: 0.9em;
100100
position: relative;
101101
height: auto;

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ div.lastSuggestion h3.lastSuggestion-title {
234234
height: 2em;
235235
}
236236

237+
.my-suggestionBox-inProgress .vote .rateit {
238+
vertical-align: middle;
239+
}
240+
237241
.my-suggestionBox-inProgress .header h3 {
238242
font-size:var(--font-size-titre);
239243
line-height: 100%;
@@ -393,6 +397,7 @@ div.lastSuggestion h3.lastSuggestion-title {
393397
border-right: 1px solid var(--color-trait-separateur);
394398
}
395399

400+
396401
.lecteur-view .lastCommentSuggestion {
397402
width: 45%;
398403
position: absolute;

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,17 @@
8383

8484
.listinUsers .profilPhoto a {
8585
border: var(--shadow-border-card);
86-
width: var(--width-avatar-card);
87-
height: var(--height-avatar-card);
86+
width: 60px;
87+
height:auto;
8888
overflow: hidden;
89-
border-radius: var(--radius-avatar-card);
89+
border-radius:0;
9090
box-shadow: var(--shadow-avatar-card);
9191
display: block;
9292
}
9393

9494
.listinUsers .profilPhoto img {
95-
min-height: var(--height-avatar-card);
96-
min-width: var(--width-avatar-card);
9795
height: auto;
98-
width: auto;
96+
width: 60px;
9997
}
10098

10199
.listinUsers .action {

0 commit comments

Comments
 (0)