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