[Fix #174] Make .default-data-block header titles take the full width

This commit is contained in:
gregoirenovel 2017-05-05 16:45:49 +02:00
parent 9e86f7934b
commit c6d0ea76bb
2 changed files with 9 additions and 3 deletions

View file

@ -33,7 +33,7 @@
.header {
background-color: #003C92;
height: 40px;
min-height: 40px;
color: #FFFFFF;
font-size: 18px;
font-weight: bold;
@ -42,7 +42,6 @@
.title-no-expanse,
.action,
.count {
height: 100%;
line-height: 40px;
padding: 0px;
text-transform: uppercase;
@ -58,6 +57,11 @@
cursor: pointer;
}
.title-content {
width: calc(100% - 50px);
float: left;
}
.action {
background-color: #E45B51;
text-align: center;

View file

@ -4,6 +4,8 @@
.col-xs-12.title
.carret-right
.carret-down
= libelle
.title-content
= libelle
.clearfix
.body
= render partial: 'users/description/champs/render_list_champs', locals: { champs: champs, order_place: order_place }