forked from Wavyzz/dolibarr
CSS
This commit is contained in:
@@ -463,12 +463,14 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a
|
||||
print '<p><label for="track_id" style="display: inline-block;" class="titlefieldcreate"><span class="fieldrequired">';
|
||||
print img_picto($langs->trans("TicketTrackId"), 'generic', 'class="pictofixedwidth"');
|
||||
print $langs->trans("TicketTrackId").'</span></label>';
|
||||
print '<br class="showonsmartphone hidden">';
|
||||
print '<input class="minwidth100" id="track_id" name="track_id" value="'.(GETPOST('track_id', 'alpha') ? GETPOST('track_id', 'alpha') : '').'" />';
|
||||
print '</p>';
|
||||
|
||||
print '<p><label for="email" style="display: inline-block;" class="titlefieldcreate"><span class="fieldrequired">';
|
||||
print img_picto($langs->trans("Email"), 'email', 'class="pictofixedwidth"');
|
||||
print $langs->trans('Email').'</span></label>';
|
||||
print '<br class="showonsmartphone hidden">';
|
||||
print '<input class="minwidth100" id="email" name="email" value="'.(GETPOST('email', 'alpha') ? GETPOST('email', 'alpha') : (!empty($_SESSION['customer_email']) ? $_SESSION['customer_email'] : "")).'" />';
|
||||
print '</p>';
|
||||
|
||||
|
||||
@@ -1890,6 +1890,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
|
||||
|
||||
.hideonsmartphone { display: none; }
|
||||
.hideonsmartphoneimp { display: none !important; }
|
||||
.showonsmartphone { display: block !important; }
|
||||
|
||||
.margintoponsmartphone { margin-top: 6px; }
|
||||
|
||||
@@ -2022,7 +2023,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
|
||||
.minwidth400imp { min-width: 150px !important; }
|
||||
.minwidth500imp { min-width: 250px !important; }
|
||||
.titlefield { width: auto; min-width: unset; }
|
||||
.titlefieldcreate { width: auto; }
|
||||
.titlefieldcreate { width: auto !important; }
|
||||
|
||||
#tooltip {
|
||||
position: absolute;
|
||||
@@ -5446,7 +5447,8 @@ div.visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, div.showifmore {
|
||||
div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
|
||||
img.hidden, span.hidden, br.hidden, div.showifmore {
|
||||
display: none;
|
||||
}
|
||||
.unvisible {
|
||||
|
||||
@@ -2055,6 +2055,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
|
||||
|
||||
.hideonsmartphone { display: none; }
|
||||
.hideonsmartphoneimp { display: none !important; }
|
||||
.showonsmartphone { display: block !important; }
|
||||
|
||||
.margintoponsmartphone { margin-top: 6px; }
|
||||
|
||||
@@ -5425,7 +5426,8 @@ div.visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, div.showifmore {
|
||||
div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
|
||||
img.hidden, span.hidden, br.hidden, div.showifmore {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user