Merge pull request #1728 from lostdalek/hotfix/PHRAS-995

PHRAS-995
This commit is contained in:
Benoît Burnichon
2016-02-25 20:47:09 +01:00

View File

@@ -54,14 +54,19 @@ $answersInfoLabelColor: #949494 !default;
cursor: pointer; cursor: pointer;
} }
.list { .list {
box-sizing: border-box;
position: relative; position: relative;
float: left; float: left;
margin: 10px; margin: 8px;
width: 600px; width: 600px;
overflow: hidden; overflow: hidden;
border: 3px solid $darkerBorderColor; border: 3px solid $darkerBorderColor;
.diapo {
margin: 5px;
}
.desc { .desc {
.dl-horizontal { .dl-horizontal {
margin-bottom: 0;
dt { dt {
width: 70px; //100 width: 70px; //100
} }
@@ -78,7 +83,7 @@ $answersInfoLabelColor: #949494 !default;
background-color: $darkerBackgroundColor; background-color: $darkerBackgroundColor;
top: 55px; top: 55px;
bottom: 0; bottom: 0;
margin-right: 8px; margin-right: 0;
//overflow-y: hidden; //overflow-y: hidden;
padding-left: 10px; padding-left: 10px;
overflow-y: auto; overflow-y: auto;