Skip to content
Snippets Groups Projects
Commit 70b6702a authored by Laurent's avatar Laurent
Browse files

dev #78195 fix responsive CSS: box content were "outside the box" if the box had a background

parent 7faa372b
Branches
Tags
4 merge requests!2871Wip,!2869Master,!2866Dev#78195 pairing ical,!2848Dev#78195 pairing ical
Pipeline #5187 passed with stage
in 38 minutes and 4 seconds
......@@ -146,6 +146,11 @@
}
#col_wrapper .boite > div {
float: right;
}
#colGaucheInner,
#colDroiteInner,
#colMilieuInner {
......@@ -177,6 +182,7 @@
.filtre_recherche > *,
#colMilieuInner .contenuInner ,
#colMilieuInner .contenuInner > *,
#colContenuInner .boiteMilieu,
.resultat_recherche,
.resultat_recherche > div ,
.resultat_recherche .notice_wrapper,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment