mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-865 - fix icon display in iconograph mode
This commit is contained in:
@@ -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';
|
||||
|
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user