Skip to content
Snippets Groups Projects
Commit b8b1a4f6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Style of button

parent bb88593e
Branches
No related tags found
No related merge requests found
...@@ -1186,7 +1186,7 @@ span.tabspan { ...@@ -1186,7 +1186,7 @@ span.tabspan {
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-weight: bold; font-weight: bold;
background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x; background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;
color: #FFF; color: #FFF !important;
padding: 0px 10px 0px 10px; padding: 0px 10px 0px 10px;
margin: 0px 10px 0px 10px; margin: 0px 10px 0px 10px;
text-decoration: none; text-decoration: none;
...@@ -1214,15 +1214,19 @@ span.tabspan { ...@@ -1214,15 +1214,19 @@ span.tabspan {
} }
.butActionRefused { .butActionRefused {
font-family: <?php print $fontlist ?> !important; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-weight: bold !important; font-weight: bold;
background: white !important; background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;
border: 1px solid #AAAAAA !important; color: #AAA !important;
color: #AAAAAA !important; padding: 0px 10px 0px 10px;
padding: 0em 0.7em !important; margin: 0px 10px 0px 10px;
margin: 0em 0.5em !important; text-decoration: none;
text-decoration: none !important; white-space: nowrap;
white-space: nowrap !important; float: right;
font-size: 10px;
height: 18px;
line-height: 18px;
margin-bottom: 10px;
cursor: not-allowed; cursor: not-allowed;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment