Add header class, and change subscription folder tree height to pixelegg

This commit is contained in:
Hadi Nategh 2014-02-17 17:03:47 +00:00
parent 0a10203058
commit e4a8200956
3 changed files with 26 additions and 3 deletions

View File

@ -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;
}

View File

@ -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
*

View File

@ -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