mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Remove border and extra padding from hr used in sideboxes
This commit is contained in:
parent
4f1daddd57
commit
eccf4bb1da
@ -3943,8 +3943,9 @@ tr.disableIfNoEPL {
|
||||
|
||||
.egw_fw_ui_sidemenu_entry_content hr {
|
||||
/* HR in sidebox */
|
||||
border-top: 1px solid silver;
|
||||
margin: 10px 5px 2px 5px;
|
||||
margin: 5px 0px 0px 0px;
|
||||
border: none !important;
|
||||
height: 0px !important;
|
||||
}
|
||||
|
||||
.inactive_blur > * {
|
||||
|
@ -71,7 +71,7 @@
|
||||
position: relative;
|
||||
}
|
||||
#calendar-sidebox_cat_id {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#calendar-sidebox_cat_id ~ * {
|
||||
vertical-align: top;
|
||||
|
@ -80,7 +80,7 @@
|
||||
position: relative;
|
||||
}
|
||||
#calendar-sidebox_cat_id {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#calendar-sidebox_cat_id ~ * {
|
||||
vertical-align: top;
|
||||
|
Loading…
Reference in New Issue
Block a user