mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +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 {
|
.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 > * {
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user