diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index 5c9877e892d..64ae3d7d219 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -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 ''; print '
'; - print ''; - print ''; + print ''; + print ''; print ''; print '
'; print ''; diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 55898932ab2..c3ffe83b6a5 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -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; } diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 8986aa7260d..8c092153274 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -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;