Fix misaligned scrollarea in sidebar

This commit is contained in:
Hadi Nategh 2017-06-28 10:42:45 +02:00
parent fb1b32aec8
commit 4c6d73ae05
4 changed files with 8 additions and 0 deletions

View File

@ -4911,7 +4911,9 @@ td.message span.message {
background-position: center;
}
.egw_fw_ui_scrollarea_button_up {
height: 37px;
top: 0px;
border-bottom: 1px solid silver;
}
.egw_fw_ui_scrollarea_button_down {
bottom: 0px;

View File

@ -4900,7 +4900,9 @@ td.message span.message {
background-position: center;
}
.egw_fw_ui_scrollarea_button_up {
height: 37px;
top: 0px;
border-bottom: 1px solid silver;
}
.egw_fw_ui_scrollarea_button_down {
bottom: 0px;

View File

@ -61,7 +61,9 @@
.egw_fw_ui_scrollarea_button_up
{
height: 37px;
top: 0px;
border-bottom: 1px solid silver;
}
.egw_fw_ui_scrollarea_button_down

View File

@ -4922,7 +4922,9 @@ td.message span.message {
background-position: center;
}
.egw_fw_ui_scrollarea_button_up {
height: 37px;
top: 0px;
border-bottom: 1px solid silver;
}
.egw_fw_ui_scrollarea_button_down {
bottom: 0px;