Fixed iframeoverlay and missing ErrorMessage.

This commit is contained in:
Emanuel Schütze 2017-03-05 22:27:14 +01:00
parent c6ced4e4a0
commit d92328674a
2 changed files with 5 additions and 3 deletions

View File

@ -439,7 +439,8 @@ angular.module('OpenSlidesApp.agenda.site', [
'Agenda',
'User',
'operator',
function ($scope, $http, $filter, Agenda, User, operator) {
'ErrorMessage',
function ($scope, $http, $filter, Agenda, User, operator, ErrorMessage) {
User.bindAll({}, $scope, 'users');
$scope.speakerSelectBox = {};

View File

@ -944,10 +944,11 @@ img {
.iframeoverlay {
width: 256px;
margin: 0 auto;
position: absolute;
top: 0px;
left: 0px;
display: block;
z-index: 1;
background-color: #f5f5f5;
}
/** Motion **/