From 6c80edaec11efab03a7058d970308d0c2e10891a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 28 May 2010 08:22:18 +0000 Subject: [PATCH] smaller message boxes --- lam/style/500_layout.css | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 1206d468..7aea2352 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 - 2009 Roland Gruber + Copyright (C) 2005 - 2010 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 @@ -150,44 +150,38 @@ div.statusError { h2.statusInfo { font-size:13pt; font-family:Arial,sans-serif; - margin-left:15px; - margin-right:15px; + margin:5px 5px 5px 15px; } h2.statusWarn { font-size:13pt; font-family:Arial,sans-serif; - margin-left:15px; - margin-right:15px; + margin:5px 5px 5px 15px; } h2.statusError { font-size:13pt; font-family:Arial,sans-serif; - margin-left:15px; - margin-right:15px; + margin:5px 5px 5px 15px; } /* P (MessageText) font size, family, color, and some more settings for the different Status Messages */ p.statusInfo { font-size:11pt; font-family:Times,serif; - margin-left:25px; - margin-right:25px; + margin:5px 5px 5px 25px; } p.statusWarn { font-size:11pt; font-family:Times,serif; - margin-left:25px; - margin-right:25px; + margin:5px 5px 5px 25px; } p.statusError { font-size:11pt; font-family:Times,serif; - margin-left:25px; - margin-right:25px; + margin:5px 5px 5px 25px; } input.smallImageButton {