This commit is contained in:
Laurent Destailleur 2018-06-19 13:26:30 +02:00
parent fb2e820329
commit 19e40466b1
2 changed files with 3 additions and 3 deletions

View File

@ -2420,7 +2420,7 @@ span.butAction, span.butActionDelete {
font-family: <?php print $fontlist ?>;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
display: inline-block;
text-align: center;
/* text-align: center; New button are on right of screen */
cursor: pointer;
/*color: #fff !important;
background: rgb(<?php echo $colorbackhmenu1 ?>);
@ -2477,7 +2477,7 @@ a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-ci
padding: 0.2em <?php echo ($dol_optimize_smallscreen?'0.4':'0.7'); ?>em;
font-family: <?php print $fontlist ?> !important;
display: inline-block;
text-align: center;
/* text-align: center; New button are on right of screen */
cursor: pointer;
color: #999 !important;
padding-top: 0.2em;

View File

@ -2393,7 +2393,7 @@ span.butAction, span.butActionDelete {
padding: 0.2em <?php echo ($dol_optimize_smallscreen?'0.4':'0.7'); ?>em;
margin: 0em <?php echo ($dol_optimize_smallscreen?'0.7':'0.9'); ?>em;
line-height: 20px;
text-align: center;
/* text-align: center; New button are on right of screen */
vertical-align: middle;
cursor: pointer;
/* color: #ffffff !important; */