mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch 'ent-7344-Selector-de-Dashboards-desplazado' into 'develop'
Ent 7344 selector de dashboards desplazado See merge request artica/pandorafms!4089
This commit is contained in:
commit
d4dceb0a6c
@ -22,3 +22,11 @@ div#page {
|
|||||||
right: 50px;
|
right: 50px;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-dashboard-width {
|
||||||
|
width: 110%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu_tab li.nomn form#form-select-dashboard {
|
||||||
|
margin-top: 0px !important;
|
||||||
|
}
|
||||||
|
@ -189,7 +189,7 @@ $combo_dashboard['text'] .= html_print_select(
|
|||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
'',
|
'select-dashboard-width',
|
||||||
false,
|
false,
|
||||||
''
|
''
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user