changed default layout
This commit is contained in:
parent
7c85495de0
commit
54302316f0
|
@ -2,8 +2,8 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
|
This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
|
||||||
Copyright (C) 2003 Leonhard Walchshäusl
|
Copyright (C) 2003 Leonhard Walchshaeusl
|
||||||
Copyright (C) 2005 - 2007 Roland Gruber
|
Copyright (C) 2005 - 2009 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -65,20 +65,15 @@ a img {
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
background-color:#EEEEEE;
|
background-color:#fff3c8;
|
||||||
border:1px solid green;
|
border:1px solid #af8800;
|
||||||
padding:0px 15px 15px 15px;
|
padding:0px 15px 15px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
color:#007a3b;
|
color:blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset fieldset legend {
|
|
||||||
color:black;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* table style for delete.php
|
* table style for delete.php
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue