mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Add header class, and change subscription folder tree height to pixelegg
This commit is contained in:
parent
0a10203058
commit
e4a8200956
@ -628,4 +628,12 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
||||
font-weight: bold;
|
||||
font-size: 150%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#mail-subscribe table.et2_grid tr td {
|
||||
padding: 0px;
|
||||
}
|
||||
#mail-subscribe table.et2_grid tr td div.et2_box {
|
||||
height: 500px;
|
||||
overflow: auto;
|
||||
}
|
@ -616,6 +616,11 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
||||
background-repeat: no-repeat;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.mail_subscription_header {
|
||||
font-weight: bold;
|
||||
font-size: 150%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
#popupMainDiv {
|
||||
padding: 5px;
|
||||
}
|
||||
@ -1416,9 +1421,14 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
padding: 0px;
|
||||
}
|
||||
#mail-subscribe table.et2_grid tr td div.et2_box {
|
||||
height: 350px;
|
||||
height: 500px;
|
||||
overflow: auto;
|
||||
}
|
||||
.mail_subscription_header {
|
||||
font-weight: bold;
|
||||
font-size: 150%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
/* ##################################################################################
|
||||
* E-Mail
|
||||
*
|
||||
|
@ -832,7 +832,7 @@ div#mail-index{
|
||||
// Folder List
|
||||
div.et2_box {
|
||||
|
||||
height: 350px;
|
||||
height: 500px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@ -840,7 +840,12 @@ div#mail-index{
|
||||
|
||||
} // #mail-subscribe
|
||||
|
||||
|
||||
.mail_subscription_header
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 150%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
/* ##################################################################################
|
||||
* E-Mail
|
||||
|
Loading…
Reference in New Issue
Block a user