Look: Le bord haut des onglets sont grs par la feuille de style et non par un br.

This commit is contained in:
Laurent Destailleur 2005-09-17 13:41:44 +00:00
parent 044f27c42c
commit bc90e10577
7 changed files with 7 additions and 1 deletions

View File

@ -206,7 +206,7 @@ function dolibarr_fiche_head($links, $active=0, $title='')
}
print "</div>\n";
print "<div class=\"tabBar\">\n<br>\n";
print "<div class=\"tabBar\">\n\n";
}
/**

View File

@ -51,6 +51,7 @@ div.tabBar
{
float: none;
background: #dcdcd3;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
padding-bottom: 14px;

View File

@ -200,6 +200,7 @@ div.blockvmenuimpair
div.tabBar {
color: #436976;
background: #dee7ec;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
padding-bottom: 14px;

View File

@ -345,6 +345,7 @@ div.formsearch
div.tabBar {
color: #234046;
background: #dee7ec;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
padding-bottom: 14px;

View File

@ -322,6 +322,7 @@ div.formsearch
*/
div.tabBar {
background: #dcdcd0;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
padding-bottom: 14px;

View File

@ -321,6 +321,7 @@ div.formsearch
*/
div.tabBar {
background: #dcdcd3;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
padding-bottom: 14px;

View File

@ -322,6 +322,7 @@ div.formsearch
*/
div.tabBar {
background: #dcdcd3;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
padding-bottom: 14px;