Skip to content
Snippets Groups Projects
Commit d3187098 authored by Julian Maurice's avatar Julian Maurice
Browse files

dev #14575 Remove a CSS rule on .liste_mur

'float: left; width: 100%' is unnecessary since all '.liste_mur' are
DIVs, so they take the full width by default.
parent 5311770b
Branches
Tags
3 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!240Dev#14875 Agenda Wall Default Css,!234Dev/14575 Agenda Wall Mode Valence
......@@ -1398,11 +1398,6 @@ body.abonne_multimedia-hold-view .actions a {
/** liste mur **/
.liste_mur {
float: left;
width: 100%;
}
.liste_mur .notice_wrapper,
.domains.liste_mur > div > div {
float: left;
......@@ -2742,4 +2737,4 @@ a.loan-export {
.ui-widget {
font: inherit;
}
\ No newline at end of file
}
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