From dee5bce3c4a680a468c3aa1cd939fe85056bd225 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 29 Mar 2014 09:55:25 +0000 Subject: [PATCH] set logo via CSS --- lam/style/500_layout.css | 13 ++++++++++++- lam/templates/login.php | 5 ++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 527783e6..4c31b661 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) Copyright (C) 2003 Leonhard Walchshaeusl - Copyright (C) 2005 - 2013 Roland Gruber + Copyright (C) 2005 - 2014 Roland Gruber 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 @@ -267,6 +267,17 @@ div.ui-progressbar-value { width: 50%; } +td.loginLogo { + background-image: url(../graphics/lam.png); + background-repeat:no-repeat; + background-position: center; + margin: 5px; + height: 320px; + width: 65px; +} + + + .sortableList { list-style-type: none; margin: 0; padding: 0; } .sortableList li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; } .sortableList li span { position: absolute; margin-left: -1.3em; } diff --git a/lam/templates/login.php b/lam/templates/login.php index 71dedb30..f7342b89 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -319,10 +319,9 @@ function display_LoginPage($config_object, $cfgMain) { ?>

- +
-
- Logo +