Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
bureau2crea committed Aug 17, 2011
1 parent a5efdc3 commit 4dda6ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Binary file modified htdocs/theme/bureau2crea/img/bg_navHorizontal.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions htdocs/theme/bureau2crea/style.css.php
Expand Up @@ -22,7 +22,7 @@
/**
* \file htdocs/theme/bureau2crea/style.css.php
* \brief Fichier de style CSS du theme bureau2crea
* \version $Id: style.css.php,v 1.53 2011/08/17 16:17:21 bureau2crea Exp $
* \version $Id: style.css.php,v 1.54 2011/08/17 16:36:32 bureau2crea Exp $
*/

//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
Expand Down Expand Up @@ -1012,11 +1012,12 @@
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_navHorizontal.jpg' ?>);
height: 25px;
background-repeat: repeat-x;
background-position: bottom;
background-position: left;
}

div.tabs a.tabTitle {
padding: 4px 20px;
padding: 4px 10px;
margin-left: 25px;
position: relative;
float: left;
height: 17px;
Expand All @@ -1030,8 +1031,8 @@

div.tabs a.tabTitle img {
position: absolute;
top: 0px;
left: 0px;
top: 4px;
left: -20px;
}

div.tabs a.tab {
Expand Down

0 comments on commit 4dda6ae

Please sign in to comment.