mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix responsiv
This commit is contained in:
parent
4e550f239f
commit
3992e12143
|
|
@ -1221,7 +1221,7 @@ if ($action == 'create') {
|
|||
print '<tr><td><span class="fieldrequired">'.$langs->trans("Date").'</span></td><td class="valignmiddle height30 small"><input type="checkbox" id="fullday" name="fullday" '.(GETPOST('fullday') ? ' checked' : '').'><label for="fullday">'.$langs->trans("EventOnFullDay").'</label>';
|
||||
|
||||
// Recurring event
|
||||
$userepeatevent = ($conf->global->MAIN_FEATURES_LEVEL == 2 ? 1 : 0);
|
||||
$userepeatevent = (getDolGlobalInt('MAIN_FEATURES_LEVEL') >= 1 ? 1 : 0);
|
||||
if ($userepeatevent) {
|
||||
// Repeat
|
||||
//print '<tr><td></td><td colspan="3" class="opacitymedium">';
|
||||
|
|
@ -1477,6 +1477,7 @@ if ($action == 'create') {
|
|||
|
||||
print '</td></tr>';
|
||||
|
||||
// Task
|
||||
print '<tr><td class="titlefieldcreate">'.$langs->trans("Task").'</td><td id="project-task-input-container" >';
|
||||
print img_picto('', 'projecttask', 'class="paddingrightonly"');
|
||||
$projectsListId = false;
|
||||
|
|
@ -1486,7 +1487,7 @@ if ($action == 'create') {
|
|||
|
||||
$tid = GETPOSTISSET("projecttaskid") ? GETPOST("projecttaskid", 'int') : (GETPOSTISSET("taskid") ? GETPOST("taskid", 'int') : '');
|
||||
|
||||
$formproject->selectTasks((!empty($societe->id) ? $societe->id : -1), $tid, 'taskid', 24, 0, '1', 1, 0, 0, 'maxwidth500', $projectsListId);
|
||||
$formproject->selectTasks((!empty($societe->id) ? $societe->id : -1), $tid, 'taskid', 24, 0, '1', 1, 0, 0, 'maxwidth500 widthcentpercentminusxx', $projectsListId);
|
||||
print '</td></tr>';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2367,9 +2367,9 @@ function htmlPrintOnlineFooter($fromcompany, $langs, $addformmessage = 0, $suffi
|
|||
$line2 .= ($line2 ? " - " : "").$langs->transnoentities("VATIntraShort").": ".$fromcompany->tva_intra;
|
||||
}
|
||||
|
||||
print '<!-- htmlPrintOnlinePaymentFooter -->'."\n";
|
||||
print '<!-- htmlPrintOnlineFooter -->'."\n";
|
||||
|
||||
print '<footer class="center paddingleft paddingright opacitymedium">'."\n";
|
||||
print '<footer class="center paddingleft paddingright opacitymedium centpercent">'."\n";
|
||||
print '<br>';
|
||||
if ($addformmessage) {
|
||||
print '<!-- object = '.(empty($object) ? 'undefined' : $object->element).' -->';
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ function llxHeaderVierge($title, $head = "", $disablejs = 0, $disablehead = 0, $
|
|||
$urllogo = DOL_URL_ROOT.'/theme/dolibarr_logo.svg';
|
||||
}
|
||||
|
||||
print '<div class="center">';
|
||||
print '<header class="center">';
|
||||
|
||||
// Output html code for logo
|
||||
if ($urllogo) {
|
||||
|
|
@ -149,7 +149,7 @@ function llxHeaderVierge($title, $head = "", $disablejs = 0, $disablehead = 0, $
|
|||
print '</div>';
|
||||
}
|
||||
|
||||
print '</div>';
|
||||
print '</header>';
|
||||
|
||||
print '<div class="divmainbodylarge">';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -547,7 +547,7 @@ print '<tr><td class="center">';
|
|||
if ($action == "dosign" && empty($cancel)) {
|
||||
print '<div class="tablepublicpayment">';
|
||||
print '<input type="button" class="buttonDelete small" id="clearsignature" value="'.$langs->trans("ClearSignature").'">';
|
||||
print '<input type="text" class="" id="name" placeholder="'.$langs->trans("Lastname").'">';
|
||||
print '<input type="text" class="paddingleftonly marginleftonly paddingrightonly marginrightonly" id="name" placeholder="'.$langs->trans("Lastname").'">';
|
||||
print '<div id="signature" style="border:solid;"></div>';
|
||||
print '</div>';
|
||||
// Do not use class="reposition" here: It breaks the submit and there is a message on top to say it's ok, so going back top is better.
|
||||
|
|
|
|||
|
|
@ -3449,7 +3449,7 @@ div.tabBar {
|
|||
padding-top: 16px;
|
||||
padding-left: 0px; padding-right: 0px;
|
||||
padding-bottom: 2px;
|
||||
margin: 0px 0px 16px 0px;
|
||||
margin: 0px 0px 30px 0px;
|
||||
border-top: 1px solid #BBB;
|
||||
/* border-bottom: 1px solid #AAA; */
|
||||
width: auto;
|
||||
|
|
|
|||
|
|
@ -3581,7 +3581,7 @@ div.tabBar {
|
|||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
padding-bottom: 23px;
|
||||
margin: 0px 0px 18px 0px;
|
||||
margin: 0px 0px 20px 0px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border-right: 1px solid #CCC;
|
||||
|
|
@ -4989,7 +4989,7 @@ span.buttonpaymentsmall {
|
|||
min-width: 320px; font-size: 16px;
|
||||
} /* Width must have min to make stripe input area visible. Lower than 320 makes input area crazy for credit card that need zip code */
|
||||
|
||||
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }
|
||||
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; margin-bottom: 20px; }
|
||||
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
|
||||
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
|
||||
#tablepublicpayment tr.liste_total td { border-top: none; }
|
||||
|
|
|
|||
|
|
@ -2086,11 +2086,12 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
print '<input type="hidden" name="page_y" value="" />';
|
||||
}
|
||||
|
||||
print '<!-- List of groups of the user -->'."\n";
|
||||
print '<table class="noborder centpercent">'."\n";
|
||||
print '<tr class="liste_titre"><th class="liste_titre">'.$langs->trans("Groups").'</th>'."\n";
|
||||
print '<th class="liste_titre right">';
|
||||
if ($caneditgroup) {
|
||||
print $form->select_dolgroups('', 'group', 1, $exclude, 0, '', '', $object->entity);
|
||||
print $form->select_dolgroups('', 'group', 1, $exclude, 0, '', '', $object->entity, false, 'maxwidth150');
|
||||
print ' ';
|
||||
print '<input type="hidden" name="entity" value="'.$conf->entity.'" />';
|
||||
print '<input type="submit" class="button buttongen button-add reposition" value="'.$langs->trans("Add").'" />';
|
||||
|
|
@ -2101,7 +2102,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
if (!empty($groupslist)) {
|
||||
foreach ($groupslist as $group) {
|
||||
print '<tr class="oddeven">';
|
||||
print '<td>';
|
||||
print '<td class="tdoverflowmax150">';
|
||||
if ($caneditgroup) {
|
||||
print $group->getNomUrl(1);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user