Merge pull request #1637 from lostdalek/hotfix/PHRAS-914

PHRAS-914
This commit is contained in:
Benoît Burnichon
2016-01-22 10:21:37 +01:00
6 changed files with 13 additions and 5 deletions

View File

@@ -589,3 +589,7 @@ hr {
background-image: none;
border: none;
}
.videoTips {
width: 100%;
height: 100%;
}

View File

@@ -518,6 +518,10 @@ h4 {
}
}
}
.videoTips {
width: 100%;
height: 100%;
}
@import 'ui-components/jquery-ui';
@import 'ui-components/context-menu';