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