mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-19 16:58:48 +02:00
#7344 fixed select
This commit is contained in:
parent
d87c9e0cc1
commit
588e06d357
@ -22,3 +22,11 @@ div#page {
|
||||
right: 50px;
|
||||
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,
|
||||
false,
|
||||
true,
|
||||
'',
|
||||
'select-dashboard-width',
|
||||
false,
|
||||
''
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user