Merge pull request #3055 from emanuelschuetze/fix
Fixed iframeoverlay and missing ErrorMessage.
This commit is contained in:
commit
0c5746b349
@ -439,7 +439,8 @@ angular.module('OpenSlidesApp.agenda.site', [
|
|||||||
'Agenda',
|
'Agenda',
|
||||||
'User',
|
'User',
|
||||||
'operator',
|
'operator',
|
||||||
function ($scope, $http, $filter, Agenda, User, operator) {
|
'ErrorMessage',
|
||||||
|
function ($scope, $http, $filter, Agenda, User, operator, ErrorMessage) {
|
||||||
User.bindAll({}, $scope, 'users');
|
User.bindAll({}, $scope, 'users');
|
||||||
$scope.speakerSelectBox = {};
|
$scope.speakerSelectBox = {};
|
||||||
|
|
||||||
|
@ -944,10 +944,11 @@ img {
|
|||||||
|
|
||||||
.iframeoverlay {
|
.iframeoverlay {
|
||||||
width: 256px;
|
width: 256px;
|
||||||
margin: 0 auto;
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-color: #f5f5f5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Motion **/
|
/** Motion **/
|
||||||
|
Loading…
Reference in New Issue
Block a user