Look: Meilleure compatibilit des styles en IE et firefox. Ajout du picto "rechercher".

This commit is contained in:
Laurent Destailleur 2005-05-07 14:59:43 +00:00
parent 32d248bfdf
commit 4158a3d35d
66 changed files with 179 additions and 86 deletions

View File

@ -1069,11 +1069,11 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="", $
// Exemple si (sortfield,field)=("nom","xxx.nom") ou (sortfield,field)=("nom","nom")
if ($sortfield == $field || $sortfield == ereg_replace("^[^\.]+\.","",$field))
{
print '<td class="menusel" '. $td.'>';
print '<td class="liste_titre_sel" '. $td.'>';
}
else
{
print '<td '. $td.'>';
print '<td class="liste_titre" '. $td.'>';
}
print $name."&nbsp;";
print '<a href="'.$file.'?sortfield='.$field.'&amp;sortorder=asc&amp;begin='.$begin.$options.'">'.img_down("A-Z").'</a>';

View File

@ -300,10 +300,6 @@ td.menu {
border-bottom: 1px solid #000000;
}
td.menusel {
border: 1px solid #000000;
}
td.border {
border: 1px solid #000000;
}
@ -339,12 +335,6 @@ div.leftmenu {
color: #000000;
text-decoration: none }
.menusel
{
font-weight: bold;
color: #000000;
text-decoration: none }
.submenu
{
color: #000000;
@ -372,14 +362,38 @@ div.titre {
font-weight: bold;
color: #663366;
text-decoration: none }
/*
*
*/
* Tableaux
*/
input.liste_titre {
background: #cacaca;
}
tr.liste_titre {
background: #cacaca;
border: 1px solid #000000;
font-weight: bold;
text-decoration: none;
border-top: 1px solid #888888;
white-space: nowrap
}
td.liste_titre {
background: #cacaca;
font-weight: bold;
text-decoration: none;
border-top: 1px solid #888888;
white-space: nowrap
}
.liste_titre_sel
{
color: #220000;
font-weight: bold;
text-decoration: none;
border-top: 1px solid #888888;
white-space: nowrap
}
@ -387,7 +401,6 @@ tr.liste_total {
background: #F0F0F0;
font-weight: bold;
white-space: nowrap;
border-top: 1px solid #888888;
}
tr.pair {
@ -406,18 +419,18 @@ tr.impair {
*
*/
tr.box_titre {
font-weight: bold; }
font-weight: bold; }
tr.box_pair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
font-size: 0.6em;
}
background: #dfdfdf;
border-bottom: 1px solid #000000;
font-size: 10px;
}
tr.box_impair {
border-bottom: 1px solid #000000;
font-size: 0.6em;
}
border-bottom: 1px solid #000000;
font-size: 10px;
}
tr.fiche {
font-family: Helvetica, Verdana;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

View File

@ -24,10 +24,9 @@ body {
background: #e0ebeb;
margin: 0px;
font-family: sans-serif; font-size: 0.95em;
/***** Styles par défaut *****/
}
/***** Styles par défaut *****/
div.body
{
margin-top: 1px;
@ -136,6 +135,19 @@ a.login:hover
text-decoration: underline;
}
img.login
{
position: absolute;
right: 9px;
top: 1px;
padding:2px;
text-decoration:none;
color:white;
font-weight:bold;
}
/*
* Barre de gauche
*/
@ -307,10 +319,6 @@ td.menu {
border: 1px solid #000000;
}
td.menusel {
border: 1px solid #000000;
}
td.border {
border: 1px solid #000000;
}
@ -331,12 +339,6 @@ div.menus {
color: #000000;
text-decoration: none }
.menusel {
background: #cceeee;
font-size: 0.9em; font-weight: bold;
color: #000000;
text-decoration: none }
.submenu {
background: #b3cccc;
font-size: 0.9em;
@ -378,14 +380,39 @@ div.titre {
text-decoration: none }
/*
*
*/
* Tableaux
*/
input.liste_titre {
background: #b3cccc;
}
tr.liste_titre {
background: #b3cccc;
font-family: Helvetica, Verdana;
font-size: 0.9em;
font-weight: bold;
border: 1px solid #8CACBB;
border-top: 1px solid #8CACBB;
white-space: nowrap;
}
td.liste_titre {
background: #b3cccc;
font-family: Helvetica, Verdana;
font-weight: bold;
border-top: 1px solid #8CACBB;
border-right: 0px;
border-right: 0px;
white-space: nowrap;
}
.liste_titre_sel {
color: #000000;
background: #cceeee;
font-family: Helvetica, Verdana;
font-weight: bold;
border-top: 1px solid #8CACBB;
border-right: 0px;
border-right: 0px;
white-space: nowrap;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1009 B

After

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 973 B

After

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1010 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 812 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

View File

@ -124,14 +124,6 @@ table.topbarre
color: #000000;
text-decoration: none;
}
.menusel
{
background: #7699A9;
font-weight: bold;
font-size: 12px;
color: #f0f0ff;
text-decoration: none;
}
a.tmenu:link
{
@ -525,11 +517,51 @@ border-collapse: collapse;
border: 1px ridge
}
/*
* Tableaux
*/
input.liste_titre {
background: #7699A9;
}
tr.liste_titre {
background: #7699A9;
color: #334444;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
}
td.liste_titre {
background: #7699A9;
color: #334444;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
}
.liste_titre_sel
{
background: #7699A9;
color: #f0f0ff;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
}
th {
background: #7699A9;
color: #334444;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
@ -544,18 +576,6 @@ white-space: nowrap;
border-top: 1px solid #888888;
}
th {
background: #7699A9;
color: #334444;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
}
td.border {
border-top: 1px solid #000000;
border-right: 1px solid #000000;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

View File

@ -119,15 +119,6 @@ table.topbarre
text-decoration: none;
}
.menusel
{
background: #777799;
font-weight: bold;
font-size: 12px;
color: #DCCCBB;
text-decoration: none;
}
a.tmenu:link
{
@ -593,9 +584,15 @@ div.titre {
text-decoration: none
}
/*
*
*/
* Tableaux
*/
input.liste_titre {
background: #777799;
}
tr.liste_titre {
color: #FFFFFF;
background: #777799;
@ -606,7 +603,27 @@ tr.liste_titre {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
font-size: 1.0em;
}
td.liste_titre {
color: #FFFFFF;
background: #777799;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
}
.liste_titre_sel
{
color: #DCCCBB;
background: #777799;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
}
tr.liste_total {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

BIN
htdocs/theme/help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

View File

@ -124,14 +124,6 @@ table.topbarre
color: #000000;
text-decoration: none;
}
.menusel
{
background: #BBBB88;
font-weight: bold;
font-size: 12px;
color: #fcfffc;
text-decoration: none;
}
a.tmenu:link
@ -568,12 +560,17 @@ div.titre {
font-weight: bold;
color: #666633;
text-decoration: none }
/*
*
*/
* Tableaux
*/
input.liste_titre {
background: #BBBB88;
}
tr.liste_titre {
background: #BBBB88;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-left: 1px solid #FFFFFF;
@ -581,7 +578,26 @@ tr.liste_titre {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
font-size: 1.0em;
}
td.liste_titre {
background: #BBBB88;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
}
.liste_titre_sel
{
color: #fcfffc;
background: #BBBB88;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
}
tr.liste_total {