css
This commit is contained in:
parent
749ea1a922
commit
59de140366
@ -111,17 +111,17 @@ if ($permission) {
|
|||||||
|
|
||||||
<div class="tagtd"><?php echo $conf->global->MAIN_INFO_SOCIETE_NOM; ?></div>
|
<div class="tagtd"><?php echo $conf->global->MAIN_INFO_SOCIETE_NOM; ?></div>
|
||||||
<!-- <div class="nowrap tagtd"><?php echo img_object('', 'user').' '.$langs->trans("Users"); ?></div> -->
|
<!-- <div class="nowrap tagtd"><?php echo img_object('', 'user').' '.$langs->trans("Users"); ?></div> -->
|
||||||
<div class="tagtd maxwidthonsmartphone"><?php echo img_object('', 'user', 'class="pictofixedwidth"').$form->select_dolusers($user->id, 'userid', 0, (!empty($userAlreadySelected) ? $userAlreadySelected : null), 0, null, null, 0, 56, '', 0, '', 'minwidth200imp'); ?></div>
|
<div class="tagtd maxwidthonsmartphone"><?php echo img_object('', 'user', 'class="pictofixedwidth"').$form->select_dolusers($user->id, 'userid', 0, (!empty($userAlreadySelected) ? $userAlreadySelected : null), 0, null, null, 0, 56, 0, '', 0, '', 'minwidth100imp widthcentpercentminusxx maxwidth400'); ?></div>
|
||||||
<div class="tagtd maxwidthonsmartphone">
|
<div class="tagtd maxwidthonsmartphone">
|
||||||
<?php
|
<?php
|
||||||
$tmpobject = $object;
|
$tmpobject = $object;
|
||||||
if (($object->element == 'shipping' || $object->element == 'reception') && is_object($objectsrc)) {
|
if (($object->element == 'shipping' || $object->element == 'reception') && is_object($objectsrc)) {
|
||||||
$tmpobject = $objectsrc;
|
$tmpobject = $objectsrc;
|
||||||
}
|
}
|
||||||
$formcompany->selectTypeContact($tmpobject, '', 'type', 'internal');
|
$formcompany->selectTypeContact($tmpobject, '', 'type', 'internal', 'position', 0, 'minwidth125imp widthcentpercentminusx maxwidth400');
|
||||||
?></div>
|
?></div>
|
||||||
<div class="tagtd"> </div>
|
<div class="tagtd"> </div>
|
||||||
<div class="tagtd center"><input type="submit" class="button" value="<?php echo $langs->trans("Add"); ?>"></div>
|
<div class="tagtd center"><input type="submit" class="button small" value="<?php echo $langs->trans("Add"); ?>"></div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -163,14 +163,14 @@ if ($permission) {
|
|||||||
if (($object->element == 'shipping' || $object->element == 'reception') && is_object($objectsrc)) {
|
if (($object->element == 'shipping' || $object->element == 'reception') && is_object($objectsrc)) {
|
||||||
$tmpobject = $objectsrc;
|
$tmpobject = $objectsrc;
|
||||||
}
|
}
|
||||||
$formcompany->selectTypeContact($tmpobject, $preselectedtypeofcontact, 'typecontact', 'external', 'position', 0, 'minwidth100imp');
|
$formcompany->selectTypeContact($tmpobject, $preselectedtypeofcontact, 'typecontact', 'external', 'position', 0, 'minwidth125imp widthcentpercentminusx maxwidth400');
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div class="tagtd noborderbottom"> </div>
|
<div class="tagtd noborderbottom"> </div>
|
||||||
<div class="tagtd center noborderbottom">
|
<div class="tagtd center noborderbottom">
|
||||||
<input type="submit" id="add-customer-contact" class="button" value="<?php echo $langs->trans("Add"); ?>"<?php if (!$nbofcontacts) {
|
<input type="submit" id="add-customer-contact" class="button small" value="<?php echo $langs->trans("Add"); ?>"<?php if (!$nbofcontacts) {
|
||||||
echo ' disabled';
|
echo ' disabled';
|
||||||
} ?>>
|
} ?>>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
@ -1455,6 +1455,7 @@ table[summary="list_of_modules"] .fa-cog {
|
|||||||
.minwidth50imp { min-width: 50px !important; }
|
.minwidth50imp { min-width: 50px !important; }
|
||||||
.minwidth75imp { min-width: 75px !important; }
|
.minwidth75imp { min-width: 75px !important; }
|
||||||
.minwidth100imp { min-width: 100px !important; }
|
.minwidth100imp { min-width: 100px !important; }
|
||||||
|
.minwidth125imp { min-width: 125px !important; }
|
||||||
.minwidth150imp { min-width: 150px !important; }
|
.minwidth150imp { min-width: 150px !important; }
|
||||||
.minwidth200imp { min-width: 200px !important; }
|
.minwidth200imp { min-width: 200px !important; }
|
||||||
.minwidth250imp { min-width: 250px !important; }
|
.minwidth250imp { min-width: 250px !important; }
|
||||||
@ -1474,6 +1475,7 @@ table[summary="list_of_modules"] .fa-cog {
|
|||||||
.minwidth50imp { min-width: 50px !important; }
|
.minwidth50imp { min-width: 50px !important; }
|
||||||
.minwidth75imp { min-width: 75px !important; }
|
.minwidth75imp { min-width: 75px !important; }
|
||||||
.minwidth100imp { min-width: 100px !important; }
|
.minwidth100imp { min-width: 100px !important; }
|
||||||
|
.minwidth125imp { min-width: 125px !important; }
|
||||||
.minwidth150imp { min-width: 110px !important; }
|
.minwidth150imp { min-width: 110px !important; }
|
||||||
.minwidth200imp { min-width: 110px !important; }
|
.minwidth200imp { min-width: 110px !important; }
|
||||||
.minwidth250imp { min-width: 115px !important; }
|
.minwidth250imp { min-width: 115px !important; }
|
||||||
|
|||||||
@ -1455,6 +1455,7 @@ tr.nobottom td {
|
|||||||
.minwidth50imp { min-width: 50px !important; }
|
.minwidth50imp { min-width: 50px !important; }
|
||||||
.minwidth75imp { min-width: 75px !important; }
|
.minwidth75imp { min-width: 75px !important; }
|
||||||
.minwidth100imp { min-width: 100px !important; }
|
.minwidth100imp { min-width: 100px !important; }
|
||||||
|
.minwidth125imp { min-width: 125px !important; }
|
||||||
.minwidth200imp { min-width: 200px !important; }
|
.minwidth200imp { min-width: 200px !important; }
|
||||||
.minwidth250imp { min-width: 250px !important; }
|
.minwidth250imp { min-width: 250px !important; }
|
||||||
.minwidth300imp { min-width: 300px !important; }
|
.minwidth300imp { min-width: 300px !important; }
|
||||||
@ -1514,6 +1515,7 @@ tr.nobottom td {
|
|||||||
.minwidth50imp { min-width: 50px !important; }
|
.minwidth50imp { min-width: 50px !important; }
|
||||||
.minwidth75imp { min-width: 75px !important; }
|
.minwidth75imp { min-width: 75px !important; }
|
||||||
.minwidth100imp { min-width: 100px !important; }
|
.minwidth100imp { min-width: 100px !important; }
|
||||||
|
.minwidth125imp { min-width: 125px !important; }
|
||||||
.minwidth150imp { min-width: 150px !important; }
|
.minwidth150imp { min-width: 150px !important; }
|
||||||
.minwidth200imp { min-width: 200px !important; }
|
.minwidth200imp { min-width: 200px !important; }
|
||||||
.minwidth250imp { min-width: 250px !important; }
|
.minwidth250imp { min-width: 250px !important; }
|
||||||
@ -1533,6 +1535,7 @@ tr.nobottom td {
|
|||||||
.minwidth50imp { min-width: 50px !important; }
|
.minwidth50imp { min-width: 50px !important; }
|
||||||
.minwidth75imp { min-width: 70px !important; }
|
.minwidth75imp { min-width: 70px !important; }
|
||||||
.minwidth100imp { min-width: 100px !important; }
|
.minwidth100imp { min-width: 100px !important; }
|
||||||
|
.minwidth125imp { min-width: 125px !important; }
|
||||||
.minwidth150imp { min-width: 110px !important; }
|
.minwidth150imp { min-width: 110px !important; }
|
||||||
.minwidth200imp { min-width: 110px !important; }
|
.minwidth200imp { min-width: 110px !important; }
|
||||||
.minwidth250imp { min-width: 115px !important; }
|
.minwidth250imp { min-width: 115px !important; }
|
||||||
@ -1679,6 +1682,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
|
|||||||
.minwidth50imp { min-width: 50px !important; }
|
.minwidth50imp { min-width: 50px !important; }
|
||||||
.minwidth75imp { min-width: 75px !important; }
|
.minwidth75imp { min-width: 75px !important; }
|
||||||
.minwidth100imp { min-width: 100px !important; }
|
.minwidth100imp { min-width: 100px !important; }
|
||||||
|
.minwidth125imp { min-width: 125px !important; }
|
||||||
.minwidth150imp { min-width: 110px !important; }
|
.minwidth150imp { min-width: 110px !important; }
|
||||||
.minwidth200imp { min-width: 110px !important; }
|
.minwidth200imp { min-width: 110px !important; }
|
||||||
.minwidth250imp { min-width: 115px !important; }
|
.minwidth250imp { min-width: 115px !important; }
|
||||||
@ -3459,7 +3463,7 @@ div.colorback
|
|||||||
border-left: 1px solid #ccc;
|
border-left: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
table.liste, table.noborder, table.formdoc, div.noborder {
|
table.liste, table.noborder, table.formdoc, div.noborder {
|
||||||
width: calc(100% - 1px); /* -1 to fix a bug. Without, a scroll appears due to overflow-x: auto; of div-table-responsive */
|
width: calc(100% - 2px); /* -2 to fix a bug. Without, a scroll appears due to overflow-x: auto; of div-table-responsive */
|
||||||
|
|
||||||
border-collapse: separate !important;
|
border-collapse: separate !important;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user