This commit is contained in:
Laurent Destailleur 2018-12-18 13:21:00 +01:00
parent dcdfe5c318
commit 16496218d3
6 changed files with 11 additions and 8 deletions

View File

@ -42,7 +42,7 @@ class box_produits extends ModeleBoxes
* @var DoliDB Database handler. * @var DoliDB Database handler.
*/ */
public $db; public $db;
var $param; var $param;
var $info_box_head = array(); var $info_box_head = array();
@ -135,13 +135,13 @@ class box_produits extends ModeleBoxes
$productstatic->entity = $objp->entity; $productstatic->entity = $objp->entity;
$this->info_box_contents[$line][] = array( $this->info_box_contents[$line][] = array(
'td' => 'class="tdoverflowmax150 maxwidth150onsmartphone"', 'td' => 'class="tdoverflowmax100 maxwidth100onsmartphone"',
'text' => $productstatic->getNomUrl(1), 'text' => $productstatic->getNomUrl(1),
'asis' => 1, 'asis' => 1,
); );
$this->info_box_contents[$line][] = array( $this->info_box_contents[$line][] = array(
'td' => 'class="tdoverflowmax150 maxwidth150onsmartphone"', 'td' => 'class="tdoverflowmax100 maxwidth100onsmartphone"',
'text' => $objp->label, 'text' => $objp->label,
); );

View File

@ -190,7 +190,7 @@ class box_services_contracts extends ModeleBoxes
} }
$this->info_box_contents[$i][] = array('td' => 'class="tdoverflowmax150 maxwidth150onsmartphone"', $this->info_box_contents[$i][] = array('td' => 'class="tdoverflowmax100 maxwidth100onsmartphone"',
'text' => $s, 'text' => $s,
'asis' => 1 'asis' => 1
); );
@ -200,7 +200,7 @@ class box_services_contracts extends ModeleBoxes
'asis' => 1 'asis' => 1
); );
$this->info_box_contents[$i][] = array('td' => 'class="tdoverflowmax150 maxwidth150onsmartphone"', $this->info_box_contents[$i][] = array('td' => 'class="tdoverflowmax100 maxwidth100onsmartphone"',
'text' => $thirdpartytmp->getNomUrl(1), 'text' => $thirdpartytmp->getNomUrl(1),
'asis' => 1 'asis' => 1
); );

View File

@ -1074,10 +1074,13 @@ select.selectarrowonleft option {
/* padding: .4em .1em; */ /* padding: .4em .1em; */
/* border-bottom: 1px solid #BBB; */ /* border-bottom: 1px solid #BBB; */
/* max-width: inherit; why this ? */ /* max-width: inherit; why this ? */
} }
input[type=text], input[type=password] { input[type=text], input[type=password] {
max-width: 180px; max-width: 180px;
} }
.vmenu .searchform input {
max-width: 138px; /* length of input text in the quick search box when using a smartphone and without dolidroid */
}
.hideonsmartphone { display: none; } .hideonsmartphone { display: none; }
.hideonsmartphoneimp { display: none !important; } .hideonsmartphoneimp { display: none !important; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 916 B

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 344 B

View File

@ -1990,7 +1990,7 @@ div.login_block {
vertical-align: middle; vertical-align: middle;
background: rgb(<?php echo $colorbackvmenu1; ?>); background: rgb(<?php echo $colorbackvmenu1; ?>);
width: 228px; width: 228px;
height: 43px; height: 45px;
<?php if (GETPOST('optioncss','aZ09') == 'print') { ?> <?php if (GETPOST('optioncss','aZ09') == 'print') { ?>
display: none; display: none;
<?php } ?> <?php } ?>