Skip to content
Snippets Groups Projects
Commit 2f8973e1 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

ci-gui: fix layout for FF on Linux

parent cc0a3643
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ if ($oUser->getUsername()) {
);
$oForm = new formgen($aForms);
$sOut.='<div style="width: 50%; margin-left: 25%;">'
$sOut.='<div style="width: 50%; min-width: 60em; margin-left: 15%;">'
. '<h2>' . t("page-login-info") . '</h2>'
. '<p>' . t("page-login-info-introtext") . '</p>';
if (array_key_exists('user', $aParams)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment