mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix quick add dropdown menu not being aligned
This commit is contained in:
parent
fd8f6c2f07
commit
24f280d4fc
@ -5587,6 +5587,9 @@ span.overlayContainer img.overlay {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(form-control-input) {
|
||||
border: none !important;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(form-control) {
|
||||
margin-left: -3em;
|
||||
}
|
||||
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -300,6 +300,9 @@
|
||||
#quick_add_selectbox::part(form-control-input) {
|
||||
border: none !important;
|
||||
}
|
||||
#quick_add_selectbox::part(form-control) {
|
||||
margin-left: -3em;
|
||||
}
|
||||
}
|
||||
|
||||
// ##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user