Skip to content
Snippets Groups Projects
Commit 7a0b08e6 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

Revert "Biest 748"

This reverts commit 53862162.
parent 9040f762
No related branches found
No related tags found
No related merge requests found
...@@ -174,11 +174,6 @@ function poll(forced) { ...@@ -174,11 +174,6 @@ function poll(forced) {
$(this).dialog('close'); $(this).dialog('close');
}; };
var dialogwidth = '50%';
if ($('html').is('.responsive-display')) {
dialogwidth = '85%';
}
$('<div>') $('<div>')
.html(message) .html(message)
.css({ .css({
...@@ -186,13 +181,11 @@ function poll(forced) { ...@@ -186,13 +181,11 @@ function poll(forced) {
padding: '2em 0' padding: '2em 0'
}) })
.dialog({ .dialog({
width: dialogwidth, width: '50%',
modal: true, modal: true,
buttons: buttons, buttons: buttons,
title: $gettext('Sie sind nicht mehr im System angemeldet.') title: $gettext('Sie sind nicht mehr im System angemeldet.')
}); });
$('.ui-dialog-title').css('white-space', 'unset');
} else { } else {
registerNextPoll(); registerNextPoll();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment