Fix too much margin of app title in sidebar

This commit is contained in:
Hadi Nategh 2019-09-27 11:11:04 +02:00
parent 9e1b9f041d
commit e59957056c
5 changed files with 10 additions and 10 deletions

View File

@ -4385,7 +4385,7 @@ td.message span.message {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 {
margin: 0 0 10px 0;
margin: 0 0 0 0;
padding-top: 0.4em;
padding-left: 3em;
color: #999999;
@ -4460,7 +4460,7 @@ td.message span.message {
border-right: 0px;
margin-bottom: 10px;
border-top-color: white;
padding-top: 8px;
padding-top: 0px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
margin: 4px 5px 5px 5px;

View File

@ -4374,7 +4374,7 @@ td.message span.message {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 {
margin: 0 0 10px 0;
margin: 0 0 0 0;
padding-top: 0.4em;
padding-left: 3em;
color: #999999;
@ -4449,7 +4449,7 @@ td.message span.message {
border-right: 0px;
margin-bottom: 10px;
border-top-color: white;
padding-top: 8px;
padding-top: 0px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
margin: 4px 5px 5px 5px;

View File

@ -4385,7 +4385,7 @@ td.message span.message {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 {
margin: 0 0 10px 0;
margin: 0 0 0 0;
padding-top: 0.4em;
padding-left: 3em;
color: #999999;
@ -4460,7 +4460,7 @@ td.message span.message {
border-right: 0px;
margin-bottom: 10px;
border-top-color: white;
padding-top: 8px;
padding-top: 0px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
margin: 4px 5px 5px 5px;

View File

@ -65,7 +65,7 @@
}
&:active {.box_shadow_standard_light_inset;}
h1 {
margin: 0 0 10px 0;
margin: 0 0 0 0;
padding-top: 0.4em;
padding-left: 3em;
.color_40_gray;
@ -167,7 +167,7 @@
border-right: 0px;
margin-bottom: 10px;
border-top-color: white;
padding-top: 8px;
padding-top: 0px;
}
& > div {}

View File

@ -4396,7 +4396,7 @@ td.message span.message {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 {
margin: 0 0 10px 0;
margin: 0 0 0 0;
padding-top: 0.4em;
padding-left: 3em;
color: #999999;
@ -4471,7 +4471,7 @@ td.message span.message {
border-right: 0px;
margin-bottom: 10px;
border-top-color: white;
padding-top: 8px;
padding-top: 0px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
margin: 4px 5px 5px 5px;