Remove border and extra padding from hr used in sideboxes

This commit is contained in:
Hadi Nategh 2022-11-07 10:39:34 +01:00
parent 4f1daddd57
commit eccf4bb1da
3 changed files with 5 additions and 4 deletions

View File

@ -3943,8 +3943,9 @@ tr.disableIfNoEPL {
.egw_fw_ui_sidemenu_entry_content hr { .egw_fw_ui_sidemenu_entry_content hr {
/* HR in sidebox */ /* HR in sidebox */
border-top: 1px solid silver; margin: 5px 0px 0px 0px;
margin: 10px 5px 2px 5px; border: none !important;
height: 0px !important;
} }
.inactive_blur > * { .inactive_blur > * {

View File

@ -71,7 +71,7 @@
position: relative; position: relative;
} }
#calendar-sidebox_cat_id { #calendar-sidebox_cat_id {
margin-bottom: 10px; margin-bottom: 5px;
} }
#calendar-sidebox_cat_id ~ * { #calendar-sidebox_cat_id ~ * {
vertical-align: top; vertical-align: top;

View File

@ -80,7 +80,7 @@
position: relative; position: relative;
} }
#calendar-sidebox_cat_id { #calendar-sidebox_cat_id {
margin-bottom: 10px; margin-bottom: 5px;
} }
#calendar-sidebox_cat_id ~ * { #calendar-sidebox_cat_id ~ * {
vertical-align: top; vertical-align: top;