mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
css
This commit is contained in:
parent
76d7d883df
commit
cf323002af
|
|
@ -420,7 +420,7 @@ $viewmode = '';
|
|||
$viewmode .= '<div class="divadvancedsearchfield">';
|
||||
$arrayofgraphs = array('bars' => 'Bars', 'lines' => 'Lines'); // also 'pies'
|
||||
$viewmode .= '<div class="inline-block opacitymedium"><span class="fas fa-chart-area paddingright" title="'.$langs->trans("Graph").'"></span>'.$langs->trans("Graph").'</div> ';
|
||||
$viewmode .= $form->selectarray('search_graph', $arrayofgraphs, $search_graph, 0, 0, 0, 'minwidth100', 1);
|
||||
$viewmode .= $form->selectarray('search_graph', $arrayofgraphs, $search_graph, 0, 0, 0, '', 1, 0, 0, '', 'graphtype width100');
|
||||
$viewmode .= '</div>';
|
||||
|
||||
$num = 0;
|
||||
|
|
|
|||
|
|
@ -6566,11 +6566,11 @@ select.multiselectononeline {
|
|||
@media only screen and (min-width: 767px)
|
||||
{
|
||||
/* CSS to have the dropdown boxes larger that the input search area */
|
||||
.select2-container.select2-container--open .select2-dropdown.ui-dialog {
|
||||
.select2-container.select2-container--open:not(.graphtype) .select2-dropdown.ui-dialog {
|
||||
min-width: 220px !important;
|
||||
}
|
||||
.select2-container.select2-container--open .select2-dropdown--below:not(.onrightofpage),
|
||||
.select2-container.select2-container--open .select2-dropdown--above:not(.onrightofpage) {
|
||||
.select2-container.select2-container--open:not(.graphtype) .select2-dropdown--below:not(.onrightofpage),
|
||||
.select2-container.select2-container--open:not(.graphtype) .select2-dropdown--above:not(.onrightofpage) {
|
||||
min-width: 220px !important;
|
||||
}
|
||||
.onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
|
||||
|
|
|
|||
|
|
@ -6462,12 +6462,11 @@ select.multiselectononeline {
|
|||
@media only screen and (min-width: 767px)
|
||||
{
|
||||
/* CSS to have the dropdown boxes larger that the input search area */
|
||||
.select2-container.select2-container--open .select2-dropdown.ui-dialog {
|
||||
.select2-container.select2-container--open:not(.graphtype) .select2-dropdown.ui-dialog {
|
||||
min-width: 220px !important;
|
||||
}
|
||||
|
||||
.select2-container.select2-container--open .select2-dropdown--below:not(.onrightofpage),
|
||||
.select2-container.select2-container--open .select2-dropdown--above:not(.onrightofpage) {
|
||||
.select2-container.select2-container--open:not(.graphtype) .select2-dropdown--below:not(.onrightofpage),
|
||||
.select2-container.select2-container--open:not(.graphtype) .select2-dropdown--above:not(.onrightofpage) {
|
||||
min-width: 220px !important;
|
||||
}
|
||||
.onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user