Skip to content
Snippets Groups Projects
Commit cc57b0ff authored by llaffont's avatar llaffont
Browse files

Compatibilité IE7 & 8 pour l'affichage en mode mur

parent 1252109c
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ class ZendAfi_View_Helper_Notice_Mur extends Zend_View_Helper_HtmlElement {
'<div class="notice_wrapper"><div class="notice" data-id="'.$notice->getId().'">'
.$this->view->iconeSupport($notice->getTypeDoc())
.$vignette
.'<div>'.$datas.'</div>'
.'<div class="titre_auteur">'.$datas.'</div>'
.'</div></div>';
}
}
......
......@@ -1153,6 +1153,7 @@ body.abonne_multimedia-hold-view .actions a {
}
.liste_mur .notice .titre_auteur, /* IE7/8*/
.liste_mur .notice>a + div {
position: absolute;
background-color: white;
......
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