Fix: Style of button

This commit is contained in:
Laurent Destailleur 2012-02-19 16:00:46 +01:00
parent bb88593ed0
commit b8b1a4f60d

View File

@ -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 {
} }
.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;
} }