forked from extern/egroupware
Fix scrollbar not working on subscribe folder and folder management dialogs
This commit is contained in:
parent
669f679fbc
commit
812cdb6165
@ -235,6 +235,7 @@ pre {
|
|||||||
.containerTableStyle {
|
.containerTableStyle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.dtree {
|
.dtree {
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
@ -714,7 +715,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
|||||||
#mail-folder_management table.et2_grid tr td {
|
#mail-folder_management table.et2_grid tr td {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
#mail-subscribe table.et2_grid tr td div.et2_box,
|
#mail-subscribe table.et2_grid tr td et2-box,
|
||||||
#mail-folder_management table.et2_grid tr td .mail_subscription_header {
|
#mail-folder_management table.et2_grid tr td .mail_subscription_header {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -226,6 +226,7 @@ pre {
|
|||||||
.containerTableStyle {
|
.containerTableStyle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.dtree {
|
.dtree {
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
@ -709,7 +710,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
|||||||
#mail-folder_management table.et2_grid tr td {
|
#mail-folder_management table.et2_grid tr td {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
#mail-subscribe table.et2_grid tr td div.et2_box,
|
#mail-subscribe table.et2_grid tr td et2-box,
|
||||||
#mail-folder_management table.et2_grid tr td .mail_subscription_header {
|
#mail-folder_management table.et2_grid tr td .mail_subscription_header {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -1350,8 +1351,8 @@ div#displayToolbar-menulist img {
|
|||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
#mail-subscribe table.et2_grid tr td div.et2_box,
|
#mail-subscribe table.et2_grid tr td et2-box,
|
||||||
#mail-folder_management table.et2_grid tr td div.et2_box {
|
#mail-folder_management table.et2_grid tr td et2-box {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
height: 484px;
|
height: 484px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -1620,6 +1621,7 @@ pre {
|
|||||||
.containerTableStyle {
|
.containerTableStyle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.dtree {
|
.dtree {
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
|
@ -458,7 +458,7 @@ div#displayToolbar-menulist {
|
|||||||
|
|
||||||
}
|
}
|
||||||
// Folder List
|
// Folder List
|
||||||
div.et2_box {
|
et2-box {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
height: 484px;
|
height: 484px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -747,6 +747,7 @@ pre {
|
|||||||
.containerTableStyle {
|
.containerTableStyle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user