PHRAS-865 - fix icon display in iconograph mode

This commit is contained in:
Florian BLOUET
2015-12-11 18:21:00 +01:00
parent b4640350e0
commit 2f2437ffc3
3 changed files with 26 additions and 23 deletions

View File

@@ -511,6 +511,14 @@ h4 {
color: $textPrimaryInverseColor;
}
.dl-horizontal {
dd {
&:before {
content: "\200b"; // unicode zero width space character
}
}
}
@import 'ui-components/jquery-ui';
@import 'ui-components/context-menu';
@import 'ui-components/forms';

View File

@@ -60,6 +60,16 @@ $answersInfoLabelColor: #949494 !default;
width: 600px;
overflow: hidden;
border: 3px solid #404040;
.desc {
.dl-horizontal {
dt {
width: 70px; //100
}
dd {
margin-left: 90px; //120
}
}
}
}
}