This commit is contained in:
Rodolphe Quiedeville 2004-07-19 09:23:45 +00:00
parent a8e5447481
commit 8f8e665d7a
2 changed files with 23 additions and 3 deletions

View File

@ -733,6 +733,11 @@ else
$h = 1;
$a = 0;
$head[$h][0] = DOL_URL_ROOT."/compta/facture/note.php?facid=".$_GET["facid"];
$head[$h][1] = "Note";
$h++;
$a = 0;
dolibarr_fiche_head($head, $a, $soc->nom);
/*

View File

@ -22,17 +22,32 @@ body
{
background: #dcdad5;
margin: 0px;
font-family: sans-serif; font-size: 0.9em;
font-family: sans-serif; font-size: 0.9em;
}
/*
* Onglets
*/
div.tabs {
div.tabs
{
float: none;
margin: 0em;
padding: 0em 0em;
text-align: left;
}
a.tabTitle {
background: #436976;
border: 1px solid #8CACBB;
color: white;
font: 100% Bold;
padding: 0em 1.0em;
margin: 0em 0em;
text-decoration: none;
white-space: nowrap;
}
a.tab {
background: white;
border: 1px solid #8CACBB;
@ -65,7 +80,7 @@ div.tabsAction {
a.tabAction {
background: white;
border: 1px solid #8CACBB;
border: 1px outset #8CACBB;
color: #436976;
font: 105% Bold;
padding: 0em 1.5em;