Look: Modification esthtique mineure
This commit is contained in:
parent
b55c020541
commit
86995ba90c
@ -21,7 +21,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file htdocs/fourn/index.php
|
||||
/**
|
||||
\file htdocs/fourn/index.php
|
||||
\ingroup fournisseur
|
||||
\brief Page accueil de la zone fournisseurs
|
||||
\version $Revision$
|
||||
@ -114,8 +115,8 @@ if ($result)
|
||||
|
||||
print '<tr class="liste_titre">';
|
||||
print '<form action="index.php" method="GET">';
|
||||
print '<td><input type="text" name="search_nom" value="'.$_GET["search_nom"].'"></td>';
|
||||
print '<td><input type="text" name="search_ville" value="'.$_GET["search_ville"].'"></td>';
|
||||
print '<td><input type="text" class="flat" name="search_nom" value="'.$_GET["search_nom"].'"></td>';
|
||||
print '<td><input type="text" class="flat" name="search_ville" value="'.$_GET["search_ville"].'"></td>';
|
||||
print '<td><input class="button" type="submit" value="'.$langs->trans("Search").'"></td>';
|
||||
print '</form>';
|
||||
print '</tr>';
|
||||
|
||||
@ -165,6 +165,18 @@ a.tmenu:hover
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
font.tmenudisabled
|
||||
{
|
||||
color: #93a5aa;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0em 1.5em 0em;
|
||||
border: 1px solid #b3c5cc;
|
||||
font-weight:bold;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* Login */
|
||||
|
||||
a.login
|
||||
{
|
||||
position: absolute;
|
||||
@ -209,6 +221,7 @@ a.vsmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left;
|
||||
a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
font.vsmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #a3a590; margin: 1em 1em 1em 1em; }
|
||||
|
||||
a.help:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
|
||||
@ -169,6 +169,18 @@ a.tmenu:hover
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
font.tmenudisabled
|
||||
{
|
||||
color: #93a5aa;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0em 1.5em 0em;
|
||||
border: 1px solid #b3c5cc;
|
||||
font-weight:bold;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* Login */
|
||||
|
||||
a.login
|
||||
{
|
||||
position: absolute;
|
||||
@ -213,6 +225,7 @@ a.vsmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left;
|
||||
a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
font.vsmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #aaa593; margin: 1em 1em 1em 1em; }
|
||||
|
||||
a.help:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
@ -282,6 +295,10 @@ td.barre_select {
|
||||
background: #b3c5cc;
|
||||
color: #000000
|
||||
}
|
||||
td.photo {
|
||||
background: #FFFFFF;
|
||||
color: #000000
|
||||
}
|
||||
|
||||
form {
|
||||
padding: 0.1em 0em 0em 0em;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user