Skip to content
Snippets Groups Projects
Commit 87c55faf authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

Revert "Biest 748"

This reverts commit 53862162.
parent 92e6478e
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.
Please register or to comment