Skip to content

Commit cd628c0

Browse files
auroreallibemmoqui
authored andcommitted
Derniers ajustements et corrections
1 parent 6494fa3 commit cd628c0

File tree

6 files changed

+196
-143
lines changed
  • 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
  • resourcesManager/resourcesManager-war/src/main/webapp/resourcesManager/jsp/styleSheets
  • rssAggregator/rssAggregator-war/src/main/webapp/rssAgregator/jsp/styleSheets
  • suggestionBox/suggestionBox-war/src/main/webapp/suggestionBox/jsp/styleSheets

6 files changed

+196
-143
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ div.tableBoard {
143143
}
144144

145145
.emptyCategory {
146-
color: #444;
146+
color:var(--color-text-second-niveau);
147147
}
148148

149149
#classifieds_rich_list {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
position: relative;
4242
background-color: var(--bgColor-dossier);
4343
border-radius:var(--radius-dossier);
44+
max-height: 102px;
45+
overflow: hidden;
4446
}
4547
#subTopics ul li:hover {
4648
background-color: var(--bgColor-dossier-hover);

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ body.treeView>div[id*="kmelia"]>div.kmelia #topPage .cellBodyWindows {
360360
position: relative;
361361
background-color: var(--bgColor-dossier);
362362
border-radius: var(--radius-dossier);
363+
max-height: 102px;
364+
overflow: hidden;
363365
}
364366

365367
#subTopics ul li a {

0 commit comments

Comments
 (0)