diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 7f27528d075..4796dbb25a2 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -694,30 +694,30 @@ function loginfunction() print ''; print ''; print ''; -// print '
'; -// print '
'; -// print '
'; -// print '
'; - - -print ' - -'; + print ''; + print '
'; print ' diff --git a/htdocs/lib/login.css b/htdocs/lib/login.css deleted file mode 100644 index de186cf96ca..00000000000 --- a/htdocs/lib/login.css +++ /dev/null @@ -1,75 +0,0 @@ -/* Copyright (C) 2004 Rodolphe Quiedeville - * Copyright (C) 2004 Benoit Mortier - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ - * - */ - -body { - font-size:14px; - font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; - background-color: #cac8c0; - margin-left: 30%; - margin-right: 30%; - margin-top: 10%; - margin-bottom: 1%; - } - - div.main { - background-color: white; - text-align: left; - border: solid black 1px; - } - - div.main-inside { - background-color: white; - padding-left: 20px; - padding-right: 50px; - text-align: center; - margin-bottom: 50px; - margin-top: 30px; - } - - div.footer { - background-color: #dcdff4; - font-size: 10px; - border-top: solid black 1px; - padding-left: 5px; - text-align: center; - } - - div.header { - background-color: #dcdff4; - border-bottom: solid black 1px; - padding-left: 5px; - text-align: center; - } - - div.footer p { - margin: 0px; - } - - a:link,a:visited,a:active { - text-decoration:none; - color:blue; - } - - a:hover { - text-decoration:underline; - color:blue; - } \ No newline at end of file