Skip to content
Snippets Groups Projects
Commit 4158a3d3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent 32d248bf
No related branches found
No related tags found
No related merge requests found
Showing
with 82 additions and 42 deletions
......@@ -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>';
......
......@@ -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;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -24,10 +24,9 @@ body {
background: #e0ebeb;
margin: 0px;
font-family: sans-serif; font-size: 0.95em;
/***** Styles par dfaut *****/
}
/***** Styles par dfaut *****/
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;
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment