Skip to content

Commit

Permalink
Trans: Missing trans
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanjo Menent committed Aug 17, 2011
1 parent ba42482 commit 3b9187e
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 54 deletions.
Binary file modified htdocs/theme/bureau2crea/img/bg_btnBlue.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed htdocs/theme/bureau2crea/img/bg_mainNav.jpg
Binary file not shown.
Binary file removed htdocs/theme/bureau2crea/img/bg_navHorizontal.jpg
Binary file not shown.
Binary file removed htdocs/theme/bureau2crea/img/favicon.ico
Binary file not shown.
103 changes: 49 additions & 54 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.47 2011/08/17 09:42:14 bureau2crea Exp $
* \version $Id: style.css.php,v 1.46 2011/08/17 08:22:10 bureau2crea Exp $
*/

//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
Expand Down Expand Up @@ -167,7 +167,7 @@
padding: 0px 10px 0px 10px;
margin: 0px;
background-repeat: repeat-x;
/*border: 2px solid #336600;*/
border: 2px solid #336600;
color: #FFFFFF;
cursor: pointer;
font-size: 10px;
Expand Down Expand Up @@ -243,7 +243,6 @@
float: left;
margin: 0px;
width: 180px;
margin-left: 10px;
}

div.fiche {
Expand Down Expand Up @@ -316,7 +315,7 @@
padding: 0px;
margin: 10px 0px 10px 0px;
font-size: 13px;
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_mainNav.jpg' ?>) ;
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu.jpg' ?>) ;
height: 22px;
border-bottom: 2px solid #842F00;
<?php } ?>
Expand Down Expand Up @@ -474,6 +473,8 @@
}

li.tmenu {
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu_btnD.jpg' ?>);
background-position: right;
}
.tmenuimage {
margin: 0 !important;
Expand All @@ -484,27 +485,35 @@
position: relative;
display: block;
height: 22px;
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu_btnG.jpg' ?>);
background-position: left center;
background-repeat: no-repeat;
font-size: 12px;
font-family: Geneva, Verdana, sans-serif;
line-height: 22px;
line-height: 25px;
color: #FFF;
font-weight: normal;
float: left;
}

li.tmenu a:hover {
color: #FFFFFF;
background-color: #D45416;
color: #842F00;
}

li.tmenu a.tmenusel,
li.tmenu a.tmenusel:hover {
li.tmenu a.tmenusel {
color: #842F00;
font-weight: bold;
background-color: #FFF;
}

li.tmenu .tmenusel {
color: #FFF;
padding: 0px 10px 0px 10px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border-top-left-radius:4px;
border-top-right-radius:4px;
border: 2px solid #842F00;
border-bottom: none;
background: #FFFFFF;
}

Expand Down Expand Up @@ -548,11 +557,10 @@
div.login_block {
position: absolute;
<?php print $right; ?>: 5px;
top: 6px;
top: 3px;
font-weight: bold;
<?php if (GETPOST("optioncss") == 'print') { ?>
display: none;
color: #FFF;
<?php } ?>
}

Expand All @@ -567,7 +575,7 @@
font-weight: bold;
}
div.login a {
color: #FFFFFF;
color: #234046;
}
div.login a:hover {
color: black;
Expand Down Expand Up @@ -633,7 +641,7 @@
padding: 0px;
width: 100%;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_leftCategorie.jpg' ?>);
background-position: top right;
background-position: top left;
background-repeat: no-repeat;

}
Expand Down Expand Up @@ -669,7 +677,7 @@
div.menu_titre a.vmenu {
font-weight: bold;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 12px;
font-size: 13px;
}

div.blockvmenusearch
Expand Down Expand Up @@ -1003,53 +1011,46 @@

div.tabs {
top: 20px;
margin: 0px 0px 10px 0px;
margin: 10px 0px 0px 0px;
text-align: left;
width: 100%;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_navHorizontal.jpg' ?>);
height: 25px;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenu.jpg' ?>);
height: 18px;
border-bottom: 2px solid #842F00;
background-repeat: repeat-x;
background-position: bottom;
}

div.tabs a.tabTitle {
margin: 4px;
margin-right: 5px;
position: relative;
float: left;
height: 16px;
color: #FFF;
line-height: 16px;
font-weight: bold;
font-size: 14px;
display: block;
padding-left: 20px;
}

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

div.tabs a.tab {
display: block;
width: auto;
font-size: 11px;
height: 25px;
line-height: 25px;
font-size: 10px;
height: 18px;
background-position: right;
line-height: 18px;
color: #FFFFFF;
text-decoration: none;
position: relative;
float: left;
margin-left: 10px;
padding: 0px 10px 0px 10px;
margin-bottom: -2px;
border: 1px solid #666;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnGrey.jpg' ?>);
}

div.tabs a.tab#active {
background-color: #FFF;
color: #D45416;
color: #842F00;
border: 1px solid #842F00;
border-bottom: 0px;
background-image: none;

}

div.tabs a.tab span {
Expand All @@ -1067,8 +1068,7 @@
}

div.tabs a.tab:hover {
color: #FFFFFF;
background-color: #505050;
color: #333333;
}

/*div.tabs {
Expand Down Expand Up @@ -1203,6 +1203,7 @@
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-weight: bold;
background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;
border: 2px solid #063953;
color: #FFF;
padding: 0px 10px 0px 10px;
margin: 0px 10px 0px 10px;
Expand All @@ -1220,14 +1221,15 @@
}

.butActionDelete {
background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnRed.jpg' ?>) repeat-x;
color: #FFF;
border: 1px solid red;
}

.butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
border: 1px solid #997777;
}

.butActionDelete:hover {
background: #FFe7ec;
}

.butActionRefused {
Expand Down Expand Up @@ -1287,10 +1289,9 @@


table.border {
-webkit-box-shadow: #CCC 2px 4px 2px;
border: 1px solid #666;
/*border-collapse: collapse;*/
padding: 10px;
border: 2px solid #666666;
border-collapse: collapse;
clear: left;
}

table.border td {
Expand All @@ -1309,11 +1310,11 @@
/* Main boxes */

table.noborder {
/*box-shadow: 2px 4px 2px #CCCCCC;
box-shadow: 2px 4px 2px #CCCCCC;
-moz-box-shadow: 2px 4px 2px #CCCCCC;
-webkit-box-shadow: 2px 4px 2px #CCCCCC; */
-webkit-box-shadow: 2px 4px 2px #CCCCCC;
border-collapse: collapse;
/*border: 1px solid #666;*/
border: 1px solid #666;
}

table.noborder tr {
Expand Down Expand Up @@ -1375,11 +1376,6 @@
white-space: nowrap;
}

tr.liste_titre a {
color: #FFFFFF;
margin: 0px 5px;
}

tr.liste_titre td {
padding-left: 3px;
vertical-align: text-top;
Expand Down Expand Up @@ -2111,7 +2107,6 @@
margin-bottom: 10px;
position: relative;
float: left;
border: none;
}

div.leftContent {
Expand Down

0 comments on commit 3b9187e

Please sign in to comment.