box shadow

This commit is contained in:
Roland Gruber 2015-08-02 19:18:39 +00:00
parent bd1337f6af
commit bf1e8081f7
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ function display_LoginPage($config_object, $cfgMain) {
<td align="left" style="border-style:none">
<form action="login.php" method="post">
<?php
$table = new htmlTable();
$table = new htmlTable('500px');
$line = new htmlHorizontalLine();
$line->colspan = 2;
$table->addElement($line, true);