Suppression des styles obsoltes et uniformisation des existants.
This commit is contained in:
parent
9e9354bb48
commit
d84720286b
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* 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
|
||||
@ -55,11 +56,6 @@ div.body
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
td.menu {
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
div.tmenu
|
||||
{
|
||||
float: top;
|
||||
@ -116,6 +112,7 @@ div.fiche
|
||||
}
|
||||
.menusel
|
||||
{
|
||||
background: #DDDDDD;
|
||||
font-size: 12px; font-weight: bold;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
@ -393,6 +390,7 @@ table.liste {
|
||||
border-collapse: collapse;
|
||||
border: 0px;
|
||||
width: 100%;
|
||||
background: #ddddcc;
|
||||
}
|
||||
|
||||
table.noborder td {
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* 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
|
||||
@ -274,7 +275,7 @@ div.formsearch
|
||||
display: block;
|
||||
float: none;
|
||||
clear: right;
|
||||
background: #dee7ec;
|
||||
background: #ddddcc;
|
||||
top: 0px;
|
||||
left: 130px;
|
||||
padding: 4px;
|
||||
@ -393,6 +394,7 @@ table.liste {
|
||||
border-collapse: collapse;
|
||||
border: 0px;
|
||||
width: 100%;
|
||||
background: #ddddcc;
|
||||
}
|
||||
|
||||
table.noborder td {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user