mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Give site logo some space around it
This commit is contained in:
parent
1afdfbc992
commit
d008d78ba1
@ -4256,7 +4256,7 @@ body.scrollVertical {
|
||||
#egw_fw_header #egw_divLogo img {
|
||||
max-width: 210px;
|
||||
border: none;
|
||||
height: 45px;
|
||||
height: 42px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu ul,
|
||||
#egw_fw_header #egw_fw_topmenu > * > ul > li,
|
||||
@ -7282,6 +7282,10 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header_active h1 {
|
||||
text-transform: none;
|
||||
}
|
||||
#egw_fw_header #egw_divLogo img {
|
||||
margin-top: 2px;
|
||||
height: 41px;
|
||||
}
|
||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
||||
gap: 1em;
|
||||
padding-top: 5px;
|
||||
|
@ -122,6 +122,12 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#egw_fw_header {
|
||||
#egw_divLogo img {
|
||||
margin-top: 2px;
|
||||
height: 41px;
|
||||
}
|
||||
}
|
||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header{
|
||||
gap:1em;
|
||||
padding-top: 5px;
|
||||
|
@ -4259,7 +4259,7 @@ body.scrollVertical {
|
||||
#egw_fw_header #egw_divLogo img {
|
||||
max-width: 210px;
|
||||
border: none;
|
||||
height: 45px;
|
||||
height: 42px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu ul,
|
||||
#egw_fw_header #egw_fw_topmenu > * > ul > li,
|
||||
|
@ -4238,7 +4238,7 @@ body.scrollVertical {
|
||||
#egw_fw_header #egw_divLogo img {
|
||||
max-width: 210px;
|
||||
border: none;
|
||||
height: 45px;
|
||||
height: 42px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu ul,
|
||||
#egw_fw_header #egw_fw_topmenu > * > ul > li,
|
||||
|
@ -4249,7 +4249,7 @@ body.scrollVertical {
|
||||
#egw_fw_header #egw_divLogo img {
|
||||
max-width: 210px;
|
||||
border: none;
|
||||
height: 45px;
|
||||
height: 42px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu ul,
|
||||
#egw_fw_header #egw_fw_topmenu > * > ul > li,
|
||||
|
@ -37,7 +37,7 @@
|
||||
img {
|
||||
max-width: 210px;
|
||||
border: none;
|
||||
height: 45px;
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -4269,7 +4269,7 @@ body.scrollVertical {
|
||||
#egw_fw_header #egw_divLogo img {
|
||||
max-width: 210px;
|
||||
border: none;
|
||||
height: 45px;
|
||||
height: 42px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu ul,
|
||||
#egw_fw_header #egw_fw_topmenu > * > ul > li,
|
||||
|
Loading…
Reference in New Issue
Block a user