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

Correction affichage notice détaillée suite à modif structure html

parent 311387d0
No related merge requests found
......@@ -1340,6 +1340,8 @@ body.abonne_multimedia-hold-view .actions a {
margin-right:130px
}
.detail.block_info_notice dt,
.detail.block_info_notice dd,
.entete_notice dt,
.entete_notice dd {
padding-right:5px;
......@@ -1347,22 +1349,31 @@ body.abonne_multimedia-hold-view .actions a {
text-decoration:none;
}
.detail.block_info_notice dt,
.entete_notice dt {
float:left;
width:80px;
text-align:right;
}
.detail.block_info_notice dt:after,
.entete_notice dt:after {
content:" :"
}
.detail.block_info_notice dd,
.entete_notice dd {
margin-left:90px;
text-align:left;
overflow:visible;
}
.detail.block_info_notice dt { width: 100px; }
.detail.block_info_notice dd { margin-left: 110px; }
.blocs_notice {
padding-right: 120px;
}
......
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