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

Stylisation des morceaux notices dans les onglets

parent 875a248a
Branches
Tags
No related merge requests found
......@@ -66,7 +66,8 @@ class ZendAfi_View_Helper_Notice_Onglets extends ZendAfi_View_Helper_Notice_Abst
$onglet["titre"]);
// Boite contenu
$html_contenu.=sprintf('<div id="%s_contenu_row">%s</div>',
$html_contenu.=sprintf('<div class="%s" id="%s_contenu_row">%s</div>',
$type,
$id_onglet,
sprintf('<div id="%s_contenu" class="onglet">%s</div>',
$id_onglet,
......
......@@ -1834,6 +1834,25 @@ button.vodeclic_link + img {
/** morceaux */
.morceaux ul li>div:first-child {
float: right;
}
.morceaux ul {
padding-left: 0px;
}
.morceaux ul li {
list-style: none;
padding: 5px;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
.morceaux ul li:hover {
border-radius: 5px;
background-color: rgba(100,100,100,0.2);
}
.morceaux ul li div:first-child img {
margin-right: 5px;
}
......
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