2013-11-18 20:57:38 +01:00
|
|
|
textarea
|
|
|
|
{
|
|
|
|
font-family: monospace, sans-serif;
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.defaultProfile { color:#000000; font-weight:bold !important; }
|
2013-11-21 00:35:27 +01:00
|
|
|
|
|
|
|
|
2013-11-18 20:57:38 +01:00
|
|
|
.quoted1 { color:#660066; }
|
|
|
|
.quoted2 { color:#007777; }
|
|
|
|
.quoted3 { color:#990000; }
|
|
|
|
.quoted4 { color:#000099; }
|
|
|
|
.quoted5 { color:#bb6600; }
|
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.mail div {
|
2013-11-18 20:57:38 +01:00
|
|
|
cursor: default;
|
|
|
|
white-space: nowrap;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2016-06-01 19:38:35 +02:00
|
|
|
tr.mail td:first-child {
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left: 6px solid white;
|
|
|
|
}
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.mail a {
|
2013-11-18 20:57:38 +01:00
|
|
|
cursor: pointer;
|
|
|
|
white-space: nowrap;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2020-09-25 16:59:08 +02:00
|
|
|
/**
|
|
|
|
No styling on recent, sometimes recent & unseen are cleared seperately causing confusion when the row doesn't change
|
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.recent div,
|
2013-02-14 18:10:20 +01:00
|
|
|
tr.recent span,
|
|
|
|
tr.recent time,
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.recent a,
|
2020-09-25 16:59:08 +02:00
|
|
|
*/
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.unseen div,
|
2013-02-14 18:10:20 +01:00
|
|
|
tr.unseen span,
|
|
|
|
tr.unseen time,
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.unseen a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #003075;
|
|
|
|
font-weight: bold;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2020-08-05 15:38:14 +02:00
|
|
|
tr.mail.label1 td:first-child{
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left:6px solid #ff0080 !important;
|
|
|
|
}
|
2020-08-05 15:38:14 +02:00
|
|
|
tr.mail.label2 td:first-child{
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left:6px solid #ff8000 !important;
|
|
|
|
}
|
2020-08-05 15:38:14 +02:00
|
|
|
tr.mail.label3 td:first-child{
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left:6px solid #008000 !important;
|
|
|
|
}
|
2020-08-05 15:38:14 +02:00
|
|
|
tr.mail.label4 td:first-child{
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left: 6px solid #0000ff !important;
|
|
|
|
}
|
2020-08-05 15:38:14 +02:00
|
|
|
tr.mail.label5 td:first-child{
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left: 6px solid #8000ff !important;
|
|
|
|
}
|
|
|
|
|
2016-06-01 19:38:35 +02:00
|
|
|
tr.mail.flagged td:first-child{
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left: 6px solid #ff0000 !important;
|
|
|
|
}
|
|
|
|
|
2016-06-01 19:38:35 +02:00
|
|
|
tr.mail.prio_high td:first-child{
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left: 6px solid #ac0000 !important;
|
|
|
|
}
|
|
|
|
|
2016-06-01 19:38:35 +02:00
|
|
|
tr.mail.deleted td:first-child{
|
2016-04-27 13:18:58 +02:00
|
|
|
border-left: 6px solid silver;
|
2013-11-18 20:57:38 +01:00
|
|
|
text-decoration : line-through;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2022-02-25 14:19:17 +01:00
|
|
|
.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
background-repeat: no-repeat;
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/kmmsgread.png);
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2022-02-25 14:19:17 +01:00
|
|
|
tr.deleted .status_img {
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/kmmsgdel.png);
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2022-02-25 14:19:17 +01:00
|
|
|
tr.unseen .status_img {
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/kmmsgunseen.png);
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2022-02-25 14:19:17 +01:00
|
|
|
tr.flagged_seen .status_img {
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/read_flagged_small.png) !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2022-02-25 14:19:17 +01:00
|
|
|
tr.flagged_unseen .status_img {
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/unread_flagged_small.png) !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2022-02-25 14:19:17 +01:00
|
|
|
tr.recent .status_img {
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/kmmsgnew.png) !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2022-02-25 14:19:17 +01:00
|
|
|
tr.replied .status_img {
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/kmmsgreplied.png) !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2022-02-25 14:19:17 +01:00
|
|
|
tr.forwarded .status_img {
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/kmmsgforwarded.png) !important;
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.subjectBold
|
|
|
|
{
|
2014-06-02 18:57:30 +02:00
|
|
|
font-size: 12px;
|
2013-11-18 20:57:38 +01:00
|
|
|
font-weight : bold;
|
|
|
|
font-family : Arial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subject
|
|
|
|
{
|
2014-06-02 18:57:30 +02:00
|
|
|
font-size: 12px;
|
2013-11-18 20:57:38 +01:00
|
|
|
font-family : Arial;
|
|
|
|
}
|
|
|
|
|
2016-02-19 13:23:06 +01:00
|
|
|
.bodypreview {
|
2016-03-04 11:27:51 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
max-height: 18px;
|
|
|
|
font-size: 12px;
|
2016-02-19 13:23:06 +01:00
|
|
|
font-weight : normal !important;
|
|
|
|
font-family: Arial;
|
2016-03-04 11:27:51 +01:00
|
|
|
color: grey !important;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-top: 5px;
|
2016-02-19 13:23:06 +01:00
|
|
|
}
|
|
|
|
|
2013-11-18 20:57:38 +01:00
|
|
|
TR.sieveRowActive
|
|
|
|
{
|
2014-06-02 18:57:30 +02:00
|
|
|
font-size: 11px;
|
2013-11-18 20:57:38 +01:00
|
|
|
height : 20px;
|
|
|
|
padding: 0;
|
|
|
|
background : White;
|
|
|
|
}
|
|
|
|
|
|
|
|
A.sieveRowActive
|
|
|
|
{
|
2014-06-02 18:57:30 +02:00
|
|
|
font-size: 11px;
|
2013-11-18 20:57:38 +01:00
|
|
|
height : 14px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
TR.sieveRowInActive
|
|
|
|
{
|
2014-06-02 18:57:30 +02:00
|
|
|
font-size: 11px;
|
2013-11-18 20:57:38 +01:00
|
|
|
height : 20px;
|
|
|
|
padding: 0;
|
|
|
|
background : White;
|
|
|
|
color: Silver;
|
|
|
|
}
|
|
|
|
|
|
|
|
A.sieveRowInActive
|
|
|
|
{
|
2014-06-02 18:57:30 +02:00
|
|
|
font-size: 11px;
|
2013-11-18 20:57:38 +01:00
|
|
|
height : 14px;
|
2013-11-21 00:35:27 +01:00
|
|
|
padding: 0;
|
2013-11-18 20:57:38 +01:00
|
|
|
color: Silver;
|
|
|
|
}
|
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
.bodyDIV {
|
2013-11-21 00:35:27 +01:00
|
|
|
position:absolute;
|
|
|
|
background-color:white;
|
|
|
|
top:134px;
|
|
|
|
bottom:0px;
|
|
|
|
width:100%;
|
2013-11-18 20:57:38 +01:00
|
|
|
border-top: 1px solid #efefdf;
|
|
|
|
}
|
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
.bodyDIVAttachment {
|
2013-11-21 00:35:27 +01:00
|
|
|
bottom:80px;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2014-09-03 17:48:57 +02:00
|
|
|
table tr.attachmentRow > td{
|
2022-07-28 15:32:33 +02:00
|
|
|
vertical-align: middle;
|
2014-09-03 17:48:57 +02:00
|
|
|
}
|
|
|
|
table tr.attachmentRow > td > img {
|
|
|
|
background:transparent;
|
|
|
|
padding-left: 5px;
|
2014-09-04 11:01:43 +02:00
|
|
|
cursor: pointer;
|
2014-09-03 17:48:57 +02:00
|
|
|
}
|
|
|
|
#mail-compose_attachments.egwGridView_grid {
|
|
|
|
display:table !important;
|
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
#attachmentSpanAllDIV{
|
|
|
|
background-color:#efefdf;
|
|
|
|
height:260px;
|
|
|
|
overflow:auto;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
#attachmentDIV {
|
2013-11-21 00:35:27 +01:00
|
|
|
position:fixed;
|
|
|
|
background-color:#efefdf;
|
|
|
|
bottom:0px;
|
2013-11-18 20:57:38 +01:00
|
|
|
min-height:80px;
|
2013-11-21 00:35:27 +01:00
|
|
|
max-height:239px;
|
|
|
|
width:100%;
|
|
|
|
border-top: 1px solid silver;
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
#popupattachmentDIV {
|
2013-11-21 00:35:27 +01:00
|
|
|
background-color:#efefdf;
|
|
|
|
bottom:0px;
|
2013-11-18 20:57:38 +01:00
|
|
|
min-height:80px;
|
2013-11-21 00:35:27 +01:00
|
|
|
max-height:239px;
|
|
|
|
width:100%;
|
|
|
|
border-top: 1px solid silver;
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
pre {
|
2013-11-18 20:57:38 +01:00
|
|
|
white-space: pre-wrap; /* Mozilla, since 1999 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
2013-11-21 00:35:27 +01:00
|
|
|
width: 99%;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-03-06 16:55:39 +01:00
|
|
|
/*
|
|
|
|
avoid the vertical scrollbar within the sidebox section (triggered by the vertical dimension of the tree)
|
|
|
|
*/
|
|
|
|
.divSidebox {
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow: hidden;
|
2013-03-06 16:55:39 +01:00
|
|
|
}
|
|
|
|
.textSidebox {
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
2013-03-06 16:55:39 +01:00
|
|
|
}
|
|
|
|
/*
|
|
|
|
avoid the vertical scrollbar within the actual tablecontainer (of the tree)
|
|
|
|
*/
|
|
|
|
.containerTableStyle {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
2022-06-13 13:53:37 +02:00
|
|
|
overflow-y: auto;
|
2013-03-06 16:55:39 +01:00
|
|
|
}
|
2013-02-13 15:02:02 +01:00
|
|
|
.dtree {
|
2013-11-18 20:57:38 +01:00
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #666;
|
|
|
|
white-space: nowrap;
|
2013-02-13 15:02:02 +01:00
|
|
|
}
|
2013-03-05 15:09:35 +01:00
|
|
|
.dtree div {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 100%;
|
2013-03-05 15:09:35 +01:00
|
|
|
}
|
2013-02-13 15:02:02 +01:00
|
|
|
.dtree img {
|
2013-11-18 20:57:38 +01:00
|
|
|
border: 0px;
|
|
|
|
vertical-align: middle;
|
2013-02-13 15:02:02 +01:00
|
|
|
}
|
|
|
|
.dtree a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #333;
|
|
|
|
text-decoration: none;
|
2013-02-13 15:02:02 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
.dtree a.node, .dtree a.nodeSel {
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: 1px 2px 1px 2px;
|
2013-02-13 15:02:02 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
.dtree a.node:hover, .dtree a.nodeSel:hover {
|
|
|
|
color: #333;
|
|
|
|
text-decoration: underline;
|
2013-02-13 15:02:02 +01:00
|
|
|
}
|
|
|
|
.dtree a.nodeSel {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: #c0d2ec;
|
2013-02-13 15:02:02 +01:00
|
|
|
}
|
|
|
|
.dtree .clip {
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow: hidden;
|
2013-02-13 15:02:02 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
.dtree table, .dtree tr, .dtree td {
|
|
|
|
border: none;
|
2013-02-13 15:02:02 +01:00
|
|
|
}
|
2013-04-09 16:43:55 +02:00
|
|
|
.dtree table {
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
display: table-row;
|
2013-04-09 16:43:55 +02:00
|
|
|
}
|
2013-10-01 13:29:54 +02:00
|
|
|
.useEllipsis {
|
2013-11-18 20:57:38 +01:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
2014-09-04 12:54:32 +02:00
|
|
|
max-width: 0px;
|
2013-10-01 13:29:54 +02:00
|
|
|
}
|
2013-10-03 18:09:25 +02:00
|
|
|
#mail-index {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: relative
|
2013-10-03 18:09:25 +02:00
|
|
|
}
|
2017-06-28 17:53:19 +02:00
|
|
|
/*Keeps the scrollbar in the window in Firefox*/
|
|
|
|
#mail-index table.egwGridView_outer {
|
|
|
|
-moz-margin-end: 10px;
|
|
|
|
}
|
2013-10-03 18:09:25 +02:00
|
|
|
.mail-index_quotabox {
|
2016-02-25 16:07:35 +01:00
|
|
|
display: inline-block;
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
2014-04-03 14:20:23 +02:00
|
|
|
.mail-index_vacation {
|
2016-02-25 16:07:35 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2014-04-03 14:20:23 +02:00
|
|
|
}
|
|
|
|
.mail-index_vacation > div {
|
|
|
|
text-align: center;
|
2016-02-25 16:07:35 +01:00
|
|
|
line-height: 110%;
|
2014-04-03 14:20:23 +02:00
|
|
|
}
|
|
|
|
.mail-index_vacation > div > span {
|
|
|
|
color: red;
|
|
|
|
}
|
2022-07-27 15:37:03 +02:00
|
|
|
#mail-index_mailPreview_blank {
|
2017-03-23 17:28:20 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
background-color: white;
|
|
|
|
z-index: 10;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 200%;
|
|
|
|
}
|
2022-07-27 15:37:03 +02:00
|
|
|
#mail-index_mailPreview_blank::part(base)
|
|
|
|
{
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
#mail-index_mailPreview_blank[disabled] {display: none}
|
2013-11-18 20:57:38 +01:00
|
|
|
.mail_DisplayNone {
|
|
|
|
display: none !important;
|
2013-10-11 11:28:33 +02:00
|
|
|
}
|
2013-10-04 11:33:44 +02:00
|
|
|
.mail-index_quotaDisplayNone {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: none !important;
|
2013-10-04 11:33:44 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
.mail-index_QuotaGreen, .mail-index_QuotaYellow, .mail-index_QuotaRed {
|
|
|
|
width:100px !important;
|
2013-10-03 18:09:25 +02:00
|
|
|
}
|
|
|
|
.mail-index_QuotaGreen > div {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: green !important;
|
2013-10-03 18:09:25 +02:00
|
|
|
}
|
|
|
|
.mail-index_QuotaYellow > div {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: yellow !important;
|
2013-10-03 18:09:25 +02:00
|
|
|
}
|
|
|
|
.mail-index_QuotaRed > div {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: red !important;
|
2013-10-03 18:09:25 +02:00
|
|
|
}
|
2013-02-25 11:42:04 +01:00
|
|
|
/*
|
|
|
|
influence the tree display and scrolling behavior
|
|
|
|
*/
|
2013-07-20 09:23:55 +02:00
|
|
|
#mail-tree_target {
|
2013-11-18 20:57:38 +01:00
|
|
|
min-height: 35px;
|
|
|
|
display: block;
|
|
|
|
display: -moz-inline-stack;
|
|
|
|
display: -moz-box;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
z-index:100;
|
2013-02-25 11:42:04 +01:00
|
|
|
}
|
2013-04-09 16:43:55 +02:00
|
|
|
/*
|
|
|
|
we need the the image displayed with our buttons on the left side
|
|
|
|
*/
|
|
|
|
input[type=button] {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: left;
|
2013-04-09 16:43:55 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-07-20 09:23:55 +02:00
|
|
|
#mail-index_messageIFRAME {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: 0;
|
2013-11-11 20:10:28 +01:00
|
|
|
}
|
2014-03-19 14:38:29 +01:00
|
|
|
/*********************************
|
|
|
|
************ mailCompose ******
|
|
|
|
*********************************/
|
2014-12-01 21:14:18 +01:00
|
|
|
div.mailUploadSection {
|
|
|
|
border-top: 1px solid silver;
|
|
|
|
margin-top: 16px;
|
2014-12-18 10:34:31 +01:00
|
|
|
width:99%;
|
2014-12-01 21:14:18 +01:00
|
|
|
}
|
2014-12-02 20:18:37 +01:00
|
|
|
div.mailUploadSection > div.et2_hbox {
|
|
|
|
margin-top: -10px;
|
|
|
|
margin-left: 6px;
|
|
|
|
margin-right: -12px;
|
|
|
|
background-color: white;
|
|
|
|
display: table-caption;
|
|
|
|
}
|
|
|
|
div.mailUploadSection > div.et2_hbox > label {
|
|
|
|
padding-left: 4px;
|
|
|
|
white-space: nowrap;
|
2014-12-01 21:14:18 +01:00
|
|
|
}
|
|
|
|
#mail-compose_filemode {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
2014-12-03 17:25:10 +01:00
|
|
|
#mail-compose_expiration > input {
|
2014-12-02 20:18:37 +01:00
|
|
|
min-width: 15ex;
|
|
|
|
}
|
2014-04-30 15:13:14 +02:00
|
|
|
#mail-compose_selectFromVFSForCompose{
|
|
|
|
width:20px;
|
|
|
|
float:none;
|
|
|
|
background-color: transparent;
|
|
|
|
background-size: 18px;
|
|
|
|
padding: 0;
|
|
|
|
background-position: center;
|
|
|
|
border:none;
|
|
|
|
}
|
2016-02-25 16:07:35 +01:00
|
|
|
#mail-index_button\[mailcreate\], #composeToolbar-send {
|
|
|
|
color: white;
|
|
|
|
background-color: #189800;
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
2016-02-25 16:07:35 +01:00
|
|
|
.mail-compose_composeToolbar {
|
2014-03-21 17:28:56 +01:00
|
|
|
border-left: 1px solid silver;
|
|
|
|
border-top: 1px solid silver;
|
|
|
|
border-right: 1px solid gray;
|
|
|
|
border-bottom: 1px solid gray;
|
|
|
|
background-color: #c0d2ec;
|
|
|
|
background-image: url(../../../phpgwapi/templates/default/images/egw_action/header_overlay.png);
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: repeat-x;
|
2014-03-19 14:38:29 +01:00
|
|
|
}
|
2015-01-07 18:37:56 +01:00
|
|
|
.mail-compose_composeToolbarr > span {
|
2014-03-19 14:38:29 +01:00
|
|
|
padding: 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2015-01-07 18:37:56 +01:00
|
|
|
.mail-compose_composeToolbar > span.priority {
|
2014-03-19 14:38:29 +01:00
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
.compose_egw_icons {
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-04-30 15:13:14 +02:00
|
|
|
div.mail-compose_fileselector {
|
|
|
|
width:auto;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
2014-03-21 17:28:56 +01:00
|
|
|
.mail-compose_fileselector span.et2_file_span {
|
|
|
|
background-repeat: no-repeat;
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/attach.png);
|
2014-03-21 17:28:56 +01:00
|
|
|
background-size: inherit;
|
|
|
|
background-position: left;
|
|
|
|
}
|
2014-03-19 14:38:29 +01:00
|
|
|
.mail-compose_fileselector div.progress {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
#mail-compose_button\[send\] {
|
2013-11-18 20:57:38 +01:00
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 30px;
|
|
|
|
width: 80px;
|
2016-02-23 20:24:19 +01:00
|
|
|
background-image: url(../default/images/mail_send.png) !important;
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: left;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
2014-02-06 13:27:28 +01:00
|
|
|
.mailDisplay{
|
|
|
|
position: relative;
|
|
|
|
background-color: white;
|
|
|
|
width: 100%;
|
2022-07-25 16:35:50 +02:00
|
|
|
height: 100%;
|
2014-02-06 13:27:28 +01:00
|
|
|
}
|
2022-07-22 15:08:23 +02:00
|
|
|
#mail-index_mail-index-preview {
|
2022-06-22 00:34:57 +02:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
background-color: white;
|
2022-07-22 15:08:23 +02:00
|
|
|
width: calc(100% - 1em);
|
|
|
|
margin-left: 1em;
|
2013-05-14 15:19:09 +02:00
|
|
|
}
|
2022-07-22 15:08:23 +02:00
|
|
|
.previewWrapper {height: 100%}
|
2022-07-26 11:40:50 +02:00
|
|
|
|
|
|
|
.previewWrapper .et2_details.et2_details_expanded .et2_details_wrapper {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 4em;
|
|
|
|
box-shadow: 1px 1px 2px 1px silver;
|
|
|
|
width: calc(100% - 6em);
|
|
|
|
padding: 1em;
|
|
|
|
background: white;
|
|
|
|
max-height: 12em;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
2022-07-22 15:08:23 +02:00
|
|
|
#mail-index_mailPreview .th {display: none}
|
2022-06-22 00:34:57 +02:00
|
|
|
|
2022-07-22 15:08:23 +02:00
|
|
|
#mail-index_mailPreview > div, #mail-index_mailPreview > * {
|
2022-06-22 00:34:57 +02:00
|
|
|
padding-left: 8px !important;
|
2020-02-17 19:25:15 +01:00
|
|
|
}
|
2022-07-25 16:35:50 +02:00
|
|
|
#mail-index_mailPreview_subject, #mail-display_mail_displaysubject {
|
2022-07-22 15:08:23 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
.previewWrapper .et2_details.attachments {
|
|
|
|
margin-top: 0.4em;
|
|
|
|
}
|
|
|
|
.previewWrapper .et2_details {
|
|
|
|
flex-direction: row;
|
|
|
|
text-align: start !important;
|
|
|
|
}
|
|
|
|
.previewWrapper .et2_details .et2_details_title {
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
.previewWrapper .et2_details .et2_details_toggle {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2022-06-22 00:34:57 +02:00
|
|
|
#mail-index_mailPreview .et2_email > span {
|
|
|
|
display: inline;
|
2016-03-18 17:44:51 +01:00
|
|
|
}
|
2013-12-04 10:52:59 +01:00
|
|
|
.maildisplayAllAdresses {
|
|
|
|
max-height: 245px !important;
|
|
|
|
overflow:scroll;
|
|
|
|
overflow-x:hidden;
|
|
|
|
}
|
2015-01-07 18:37:56 +01:00
|
|
|
#mail-compose_composeToolbar {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: 0px !important;
|
2015-02-10 11:38:54 +01:00
|
|
|
border: none;
|
2013-10-07 17:02:35 +02:00
|
|
|
}
|
2015-01-07 18:37:56 +01:00
|
|
|
#mail-compose_composeToolbar > button {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: .2em .4em;
|
2013-10-07 17:02:35 +02:00
|
|
|
}
|
2015-01-07 18:37:56 +01:00
|
|
|
#mail-compose_composeToolbar > img {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
height: 16px !important;
|
2013-10-07 17:02:35 +02:00
|
|
|
}
|
2015-01-07 18:37:56 +01:00
|
|
|
#mail-compose_composeToolbar > button > span > img {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
height: 16px !important;
|
2013-10-07 17:02:35 +02:00
|
|
|
}
|
2015-01-07 18:37:56 +01:00
|
|
|
#mail-compose_composeToolbar > button {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: .2em .4em;
|
2013-10-05 16:15:29 +02:00
|
|
|
}
|
2015-02-26 09:53:56 +01:00
|
|
|
#mail-compose_to div.ms-sel-ctn, #mail-compose_cc .ms-sel-ctn, #mail-compose_bcc .ms-sel-ctn {
|
2014-08-20 17:24:36 +02:00
|
|
|
max-height: 75px;
|
|
|
|
}
|
2013-10-05 16:15:29 +02:00
|
|
|
#mail-display_toolbar > button > span {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: .2em .4em;
|
2013-10-05 16:15:29 +02:00
|
|
|
}
|
|
|
|
#mail-display_toolbar > button > span > img {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
height: 16px !important;
|
|
|
|
}
|
2014-07-08 09:30:02 +02:00
|
|
|
#mail-display_toolbar .et2_button_icon, .previewAttachmentArea .et2_button_icon, #mail-display_mail_displayattachments .et2_button_icon {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2013-10-11 15:35:47 +02:00
|
|
|
}
|
2014-02-28 10:08:01 +01:00
|
|
|
.mailPreviewIcons {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2013-10-05 16:15:29 +02:00
|
|
|
}
|
2013-11-11 20:10:28 +01:00
|
|
|
#mail-index_toolbar {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: 0px;
|
2017-06-28 17:53:19 +02:00
|
|
|
height: 35px;
|
2013-11-11 20:10:28 +01:00
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
#mail-index_toolbar > button > span {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: .2em .4em;
|
2013-11-11 20:10:28 +01:00
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
#mail-index_toolbar > button > span > img {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
height: 16px !important;
|
2013-05-14 15:19:09 +02:00
|
|
|
}
|
2014-09-25 13:12:04 +02:00
|
|
|
#mail-index_toolbar > #toolbar-actionlist {
|
|
|
|
width:auto;
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
#mail-index_mailPreviewContainer {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: absolute;
|
2013-12-18 01:37:30 +01:00
|
|
|
top: 9em;
|
2013-11-18 20:57:38 +01:00
|
|
|
bottom: 0;
|
2017-06-28 15:46:22 +02:00
|
|
|
left: 0px;
|
|
|
|
right: 5px;
|
2013-11-14 20:29:55 +01:00
|
|
|
}
|
2013-10-01 13:29:54 +02:00
|
|
|
#mail-index_previewAttachmentArea {
|
2014-07-08 09:30:02 +02:00
|
|
|
background-color:#f0f0f0;
|
2015-01-13 14:44:37 +01:00
|
|
|
max-height: 3.6em;
|
2013-11-18 20:57:38 +01:00
|
|
|
max-width: 50%;
|
|
|
|
overflow:scroll;
|
|
|
|
overflow-x:hidden;
|
2014-07-08 09:30:02 +02:00
|
|
|
border: 1px solid grey;
|
2013-11-18 20:57:38 +01:00
|
|
|
opacity: 1;
|
2013-11-21 00:35:27 +01:00
|
|
|
-moz-opacity:1;
|
2013-11-18 20:57:38 +01:00
|
|
|
filter: Alpha(opacity=100);
|
|
|
|
display: inline-block !important;
|
2015-01-13 14:44:37 +01:00
|
|
|
width:100%;
|
2013-12-23 23:37:40 +01:00
|
|
|
vertical-align: text-top;
|
2013-10-01 13:29:54 +02:00
|
|
|
}
|
|
|
|
#mail-index_previewAttachmentArea.noContent {
|
2013-11-18 20:57:38 +01:00
|
|
|
border:0px !important;
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2014-11-28 17:18:46 +01:00
|
|
|
#mail-display {
|
2017-03-28 12:22:51 +02:00
|
|
|
padding: 5px;
|
2014-10-16 00:50:03 +02:00
|
|
|
}
|
2022-06-27 23:27:39 +02:00
|
|
|
|
2013-11-11 20:10:28 +01:00
|
|
|
.mailDisplayContainer {
|
2022-07-25 16:35:50 +02:00
|
|
|
height: 100%;
|
|
|
|
padding-top: 1em;
|
|
|
|
border-top: 1px solid silver;
|
|
|
|
margin-top: 1em;
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
.mailDisplayBody {
|
|
|
|
height:100%;
|
|
|
|
width:100%;
|
|
|
|
background-color:white;
|
|
|
|
padding:0px;
|
|
|
|
margin:0px;
|
2013-06-07 15:58:17 +02:00
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
.mailDisplayAttachments {
|
2017-03-28 12:22:51 +02:00
|
|
|
height: 114px;
|
2013-11-18 20:57:38 +01:00
|
|
|
position: fixed;
|
2017-03-28 12:22:51 +02:00
|
|
|
bottom: 8px;
|
2014-12-18 12:01:23 +01:00
|
|
|
border-top: 1px solid grey;
|
2013-11-18 20:57:38 +01:00
|
|
|
opacity: 1;
|
2013-11-21 00:35:27 +01:00
|
|
|
-moz-opacity:1;
|
2013-11-18 20:57:38 +01:00
|
|
|
filter: Alpha(opacity=100);
|
2017-03-28 12:22:51 +02:00
|
|
|
overflow-y: auto;
|
2013-11-14 20:29:55 +01:00
|
|
|
}
|
2014-08-26 12:59:07 +02:00
|
|
|
#mail-display_mailDisplayBodySrc {
|
|
|
|
height:100%;
|
|
|
|
}
|
2022-07-25 16:35:50 +02:00
|
|
|
|
2013-06-07 15:58:17 +02:00
|
|
|
.mailDisplayHeaders {
|
2022-06-28 18:15:58 +02:00
|
|
|
overflow: hidden;
|
|
|
|
right: 8px;
|
|
|
|
font-size: 14px;
|
2013-06-07 15:58:17 +02:00
|
|
|
}
|
2022-06-22 00:34:57 +02:00
|
|
|
|
2013-06-07 15:58:17 +02:00
|
|
|
.mailDisplayHeaderSection {
|
2022-06-22 00:34:57 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-06-07 15:58:17 +02:00
|
|
|
}
|
2022-06-22 00:34:57 +02:00
|
|
|
|
|
|
|
div.mailDisplayHeaders > span:first-child, div.mailPreviewHeaders > span:first-child {
|
|
|
|
width: 7em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mailDisplayHeaders et2-select-email, div.mailPreviewHeaders et2-select-email {
|
|
|
|
display: inline-block;
|
2013-05-14 15:19:09 +02:00
|
|
|
}
|
2022-06-22 00:34:57 +02:00
|
|
|
|
2013-11-26 16:30:08 +01:00
|
|
|
#mail-display_toolbar {
|
2022-06-22 00:34:57 +02:00
|
|
|
display: inline-flex;
|
2013-11-26 16:30:08 +01:00
|
|
|
}
|
2022-06-22 00:34:57 +02:00
|
|
|
|
2013-07-20 17:15:29 +02:00
|
|
|
div.mailComposeHeaders > span:first-child {
|
2022-06-22 00:34:57 +02:00
|
|
|
width: 8em;
|
2013-07-20 17:15:29 +02:00
|
|
|
}
|
2022-06-22 00:34:57 +02:00
|
|
|
|
|
|
|
div.mailDisplayHeaders div.mail_extraEmails {
|
|
|
|
display: inline-block;
|
|
|
|
max-height: 1.3em;
|
|
|
|
max-width: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: top;
|
2014-02-04 13:53:58 +01:00
|
|
|
}
|
2022-06-22 00:34:57 +02:00
|
|
|
|
|
|
|
div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|
|
|
position: fixed;
|
|
|
|
left: 7em;
|
2022-06-24 22:17:58 +02:00
|
|
|
display: block;
|
|
|
|
max-height: 8em;
|
|
|
|
min-width: 30em;
|
|
|
|
z-index: 999;
|
|
|
|
overflow-y: auto;
|
|
|
|
background-color: white;
|
|
|
|
box-shadow: 5px 5px 5px #aaa;
|
|
|
|
border: 1px solid gray;
|
2014-02-04 13:53:58 +01:00
|
|
|
}
|
2022-06-24 22:17:58 +02:00
|
|
|
|
2021-09-27 16:14:42 +02:00
|
|
|
.mailComposeBody {
|
2022-06-24 22:17:58 +02:00
|
|
|
white-space: normal !important;
|
2014-01-31 09:06:41 +01:00
|
|
|
}
|
2022-06-24 22:17:58 +02:00
|
|
|
|
2014-02-18 12:01:22 +01:00
|
|
|
#mail-compose_mail_plaintext {
|
2022-06-24 22:17:58 +02:00
|
|
|
white-space: pre-wrap !important;
|
2014-02-18 12:01:22 +01:00
|
|
|
}
|
2022-06-24 22:17:58 +02:00
|
|
|
|
|
|
|
.mailPreviewHeaders {
|
|
|
|
font-size: 0.875rem;
|
2022-07-26 11:40:50 +02:00
|
|
|
position: relative;
|
2022-06-24 22:17:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mailPreviewHeaders :first-child, .mailDisplayHeaders :first-child {
|
2022-07-15 11:34:30 +02:00
|
|
|
flex: 0 0 auto;
|
|
|
|
color: #7a7a7a;
|
2022-06-24 22:17:58 +02:00
|
|
|
}
|
|
|
|
|
2013-12-18 01:37:30 +01:00
|
|
|
div.mailPreviewHeaders div.mail_extraEmails {
|
2022-06-24 22:17:58 +02:00
|
|
|
display: inline-block;
|
|
|
|
max-height: 1.3em;
|
|
|
|
max-width: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: top;
|
2013-12-18 01:37:30 +01:00
|
|
|
}
|
2022-06-24 22:17:58 +02:00
|
|
|
|
2022-07-15 11:34:30 +02:00
|
|
|
#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersSubject {
|
2019-01-22 22:16:39 +01:00
|
|
|
width: 90%;
|
2014-02-10 14:24:56 +01:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2022-07-15 11:34:30 +02:00
|
|
|
#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersSubject > span:not(:first-child) {
|
2014-02-10 14:24:56 +01:00
|
|
|
white-space: nowrap;
|
2019-01-22 22:16:39 +01:00
|
|
|
display: inline;
|
2014-02-10 14:24:56 +01:00
|
|
|
}
|
2016-04-12 14:53:50 +02:00
|
|
|
#mail-index_mail-index-header_right {
|
|
|
|
display: inline-flex;
|
2016-04-27 13:18:58 +02:00
|
|
|
}
|
2013-12-23 23:37:40 +01:00
|
|
|
div.mailPreviewHeaders div.mail_extraEmails.visible,
|
|
|
|
div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
2013-12-18 01:37:30 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 7em;
|
|
|
|
display: block;
|
|
|
|
max-height: 8em;
|
|
|
|
min-width: 30em;
|
|
|
|
z-index: 1;
|
|
|
|
overflow-y: auto;
|
|
|
|
background-color: white;
|
2014-07-02 12:09:27 +02:00
|
|
|
box-shadow: 5px 5px 5px #aaa;
|
|
|
|
border: 1px solid gray;
|
2013-12-18 01:37:30 +01:00
|
|
|
}
|
|
|
|
.mail_extraEmails > a {
|
|
|
|
display:inline;
|
2013-12-23 23:37:40 +01:00
|
|
|
margin: 5px 5px 0 0;
|
2013-12-18 01:37:30 +01:00
|
|
|
}
|
|
|
|
.mail_extraEmails.visible > a {
|
|
|
|
display: list-item;
|
2014-07-02 12:09:27 +02:00
|
|
|
border-bottom: 1px solid gray;
|
2014-01-15 09:45:05 +01:00
|
|
|
}
|
2014-01-21 11:21:59 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Lock div for tree to prevent further clicks
|
|
|
|
*/
|
|
|
|
#mail-index_nm\[foldertree\] {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#mail_folder_lock_div {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 10000;
|
|
|
|
background-position: left top;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
2014-02-14 18:12:17 +01:00
|
|
|
|
2015-08-10 17:45:22 +02:00
|
|
|
.mail_subscription_header, .mail_folder_management_header
|
2014-02-14 18:12:17 +01:00
|
|
|
{
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 150%;
|
|
|
|
padding-bottom: 20px;
|
2014-02-17 18:03:47 +01:00
|
|
|
}
|
|
|
|
|
2015-08-10 17:45:22 +02:00
|
|
|
#mail-subscribe table.et2_grid tr td,
|
|
|
|
#mail-folder_management table.et2_grid tr td {
|
2014-02-17 18:03:47 +01:00
|
|
|
padding: 0px;
|
|
|
|
}
|
2022-06-13 13:53:37 +02:00
|
|
|
#mail-subscribe table.et2_grid tr td et2-box,
|
2015-08-10 17:45:22 +02:00
|
|
|
#mail-folder_management table.et2_grid tr td .mail_subscription_header {
|
2014-02-17 18:03:47 +01:00
|
|
|
height: 500px;
|
|
|
|
overflow: auto;
|
2014-02-18 12:01:22 +01:00
|
|
|
}
|
2014-07-16 13:37:02 +02:00
|
|
|
.mail_importMessageFile{
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
#mail-importMessage .dialogHeader {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size:150%;
|
|
|
|
}
|
2014-09-10 13:58:34 +02:00
|
|
|
blockquote {
|
|
|
|
margin: 0;
|
|
|
|
border-left: 2px solid gray;
|
|
|
|
padding-left: 7px;
|
|
|
|
margin-left: 0;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
blockquote blockquote{
|
|
|
|
border-color: blue !important;
|
|
|
|
}
|
|
|
|
blockquote blockquote blockquote{
|
|
|
|
border-color: purple !important;
|
|
|
|
}
|
|
|
|
blockquote blockquote blockquote blockquote{
|
|
|
|
border-color: green !important;
|
|
|
|
}
|
|
|
|
blockquote blockquote blockquote blockquote blockquote{
|
|
|
|
border-color: orange !important;
|
|
|
|
}
|
|
|
|
blockquote blockquote blockquote blockquote blockquote blockquote{
|
|
|
|
border-color: gray !important;
|
|
|
|
}
|
2014-04-16 19:16:42 +02:00
|
|
|
/* MAIL PRINT */
|
|
|
|
@media print {
|
2014-12-19 12:19:20 +01:00
|
|
|
html {
|
|
|
|
height: auto !important;
|
|
|
|
}
|
2014-11-12 11:34:02 +01:00
|
|
|
html *, .td_display {
|
2014-12-18 12:01:23 +01:00
|
|
|
border-right: none !important;
|
|
|
|
border-left: none !important;
|
2014-11-12 11:34:02 +01:00
|
|
|
}
|
2015-02-12 09:34:02 +01:00
|
|
|
/* set font size for printing of text mail body and all headers, attachments */
|
|
|
|
.td_display pre, .mailDisplayHeaders, .mailDisplayAttachments * {
|
2015-12-08 13:01:35 +01:00
|
|
|
font-size: 10pt !important;
|
|
|
|
font-family: arial;
|
|
|
|
}
|
|
|
|
#mail-display_mail_displaysubject {
|
|
|
|
font-weight: bold;
|
2015-02-12 09:34:02 +01:00
|
|
|
}
|
2014-04-16 19:16:42 +02:00
|
|
|
.mailDisplayHeaders {
|
|
|
|
border-bottom: 0.1em solid #d7d7d7;
|
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
|
|
|
#mail-display_mailDisplayBodySrc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.tmpPrintDiv {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 30px;
|
2014-04-17 17:10:16 +02:00
|
|
|
display: block;
|
|
|
|
overflow: visible;
|
|
|
|
height: auto;
|
2014-04-16 19:16:42 +02:00
|
|
|
}
|
2015-08-05 14:44:13 +02:00
|
|
|
.tmpPrintDiv td, textarea {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
2016-02-25 16:07:35 +01:00
|
|
|
|
2015-08-05 14:44:13 +02:00
|
|
|
}
|
|
|
|
.tmpPrintDiv .td_display {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
2016-02-25 16:07:35 +01:00
|
|
|
|
2015-08-05 14:44:13 +02:00
|
|
|
color: black;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
2015-11-30 12:13:45 +01:00
|
|
|
.tmpPrintDiv .td_display span[style] {
|
2016-02-25 16:07:35 +01:00
|
|
|
|
2015-11-30 12:13:45 +01:00
|
|
|
}
|
2015-03-09 11:35:56 +01:00
|
|
|
pre {
|
|
|
|
width:99% !important;
|
|
|
|
}
|
2022-07-25 16:35:50 +02:00
|
|
|
.mailDisplayContainer {
|
2014-11-18 14:30:03 +01:00
|
|
|
border-top: none;
|
2014-04-17 17:10:16 +02:00
|
|
|
overflow: visible !important;
|
|
|
|
position: static !important;
|
2014-04-16 19:16:42 +02:00
|
|
|
}
|
2014-04-17 15:31:18 +02:00
|
|
|
.mailDisplayAttachments{
|
2014-04-16 19:16:42 +02:00
|
|
|
border: none;
|
2014-04-17 17:55:54 +02:00
|
|
|
overflow: visible !important;
|
2014-04-17 17:10:16 +02:00
|
|
|
position: inherit !important;
|
2014-04-16 19:16:42 +02:00
|
|
|
}
|
2014-04-17 15:31:18 +02:00
|
|
|
.et2_button {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-08-19 09:33:10 +02:00
|
|
|
.mailCompose_copyEmail {
|
2014-08-14 16:44:16 +02:00
|
|
|
}
|
2014-11-18 14:30:03 +01:00
|
|
|
div.mailDisplay .mailDisplayHeaders .mail_extraEmails {
|
|
|
|
max-height: 100%;
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
div.mailDisplayHeaders > span:first-child{
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
div.mailDisplayHeaders {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
2022-07-25 16:35:50 +02:00
|
|
|
.mailDisplayContainer.mailvelopeTopContainer {
|
2015-06-02 14:24:29 +02:00
|
|
|
top:190px;
|
|
|
|
}
|
2022-07-25 16:35:50 +02:00
|
|
|
.mailDisplayContainer.mailvelopeTopContainer > iframe {
|
2015-06-02 17:26:51 +02:00
|
|
|
position: static;
|
|
|
|
min-width: 860px;
|
2015-06-02 14:24:29 +02:00
|
|
|
}
|
2017-03-07 14:37:40 +01:00
|
|
|
.mail_extraEmails > a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.et2_email:after {
|
|
|
|
content: " | ";
|
|
|
|
}
|
|
|
|
.et2_email:last-child:after {
|
|
|
|
content: "";
|
|
|
|
}
|
2014-04-16 19:16:42 +02:00
|
|
|
}
|
2014-12-11 14:34:44 +01:00
|
|
|
|
2014-12-11 18:23:37 +01:00
|
|
|
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
2014-12-11 14:34:44 +01:00
|
|
|
@media only screen and (max-device-width:1024px) {
|
2016-02-25 16:07:35 +01:00
|
|
|
|
|
|
|
|
2014-12-11 14:34:44 +01:00
|
|
|
}
|
|
|
|
/* tablets and smartphones (portrait) ----------- */
|
|
|
|
@media only screen
|
|
|
|
and (max-device-width : 1024px)
|
|
|
|
and (orientation : portrait) {
|
2015-02-06 15:05:17 +01:00
|
|
|
#mail-index div#mail-index_nm tr.mail.row {
|
2016-02-25 16:07:35 +01:00
|
|
|
|
2014-12-11 14:34:44 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Smartphones (landscape) ----------- */
|
|
|
|
@media only screen
|
|
|
|
and (min-width : 321px)
|
|
|
|
and (max-device-width:768){
|
2015-02-06 15:05:17 +01:00
|
|
|
#mail-index div#mail-index_nm tr.mail.row {
|
2016-02-25 16:07:35 +01:00
|
|
|
|
2014-12-11 14:34:44 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Mobile (landscape) Tablet----------- */
|
|
|
|
@media only screen
|
|
|
|
and (max-device-width : 1024px)
|
|
|
|
and (orientation : landscape) {
|
2015-02-04 09:35:40 +01:00
|
|
|
|
2014-12-18 10:34:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
span#mail-compose_cc_expander,
|
|
|
|
span#mail-compose_bcc_expander,
|
|
|
|
span#mail-compose_folder_expander,
|
|
|
|
span#mail-compose_replyto_expander {
|
|
|
|
float: left;
|
2015-02-10 11:38:54 +01:00
|
|
|
width: 100%;
|
2014-12-18 10:34:31 +01:00
|
|
|
margin: 3px;
|
2015-02-10 11:38:54 +01:00
|
|
|
margin-right: 12px;
|
|
|
|
text-align: center;
|
2014-12-18 10:34:31 +01:00
|
|
|
padding: 0;
|
2015-01-07 12:57:34 +01:00
|
|
|
}
|
|
|
|
/*Make file uploads in compose dialog invisible*/
|
2021-09-27 16:14:42 +02:00
|
|
|
.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist {
|
2015-01-07 12:57:34 +01:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
/*Make file uploads in compose dialog invisible*/
|
2021-09-27 16:14:42 +02:00
|
|
|
.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist {
|
2015-01-07 12:57:34 +01:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mailComposeHeaderSection>table {
|
2015-02-10 11:38:54 +01:00
|
|
|
padding-top: 35px;
|
2015-02-27 15:47:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mail-index-extra-iframe {
|
|
|
|
position: relative;
|
|
|
|
z-index: 999;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
2015-03-03 16:43:16 +01:00
|
|
|
}
|
2015-07-28 10:05:48 +02:00
|
|
|
/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/
|
|
|
|
#mail-subscribe {
|
|
|
|
overflow: hidden;
|
2016-02-19 13:23:06 +01:00
|
|
|
}
|
2016-05-06 12:47:06 +02:00
|
|
|
|
|
|
|
.sieve-title {
|
|
|
|
font-size: 12pt;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2016-05-11 18:33:54 +02:00
|
|
|
.sieve-title .ruleID::before {content:'#'}
|
|
|
|
|
2016-05-25 19:54:46 +02:00
|
|
|
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
|
2016-09-14 10:32:44 +02:00
|
|
|
|
2017-06-28 16:20:41 +02:00
|
|
|
#mail-compose_mailaccount {max-width: 100% !important;}
|
|
|
|
|
|
|
|
.header_row_right.vertical_splitter {float:left;}
|
2017-07-25 17:13:49 +02:00
|
|
|
.header_row_right.vertical_splitter div#mail-index_mail-index-vacationnotice .et2_vbox {margin-right: 0;}
|
|
|
|
|
2022-07-28 16:39:47 +02:00
|
|
|
et2-box.smime_cert_notverified {
|
2017-08-25 16:07:09 +02:00
|
|
|
border-top: 4px solid #8dff95 !important;
|
2017-07-25 17:13:49 +02:00
|
|
|
}
|
2022-07-28 16:39:47 +02:00
|
|
|
et2-image.smime_cert_notverified {
|
2017-08-25 16:07:09 +02:00
|
|
|
background: #8dff95;
|
2017-07-25 17:13:49 +02:00
|
|
|
}
|
2022-07-28 16:39:47 +02:00
|
|
|
et2-box.smime_cert_verified {
|
2017-08-25 16:07:09 +02:00
|
|
|
border-top: 4px solid #1ab82c !important;
|
2017-07-25 17:13:49 +02:00
|
|
|
}
|
2022-07-28 16:39:47 +02:00
|
|
|
et2-box.smime_cert_unknownemail {
|
2017-08-25 16:07:09 +02:00
|
|
|
border-top: 4px solid #a28cff !important;
|
|
|
|
}
|
|
|
|
|
2022-07-28 16:39:47 +02:00
|
|
|
et2-image.smime_cert_verified {
|
2017-08-25 16:07:09 +02:00
|
|
|
background: #1ab82c;
|
2017-07-25 17:13:49 +02:00
|
|
|
}
|
2022-07-28 16:39:47 +02:00
|
|
|
et2-box.smime_cert_notvalid {
|
2017-08-25 16:07:09 +02:00
|
|
|
border-top: 4px solid #e90052 !important;
|
2017-07-25 17:13:49 +02:00
|
|
|
}
|
2022-07-28 16:39:47 +02:00
|
|
|
et2-image.smime_cert_notvalid {
|
2017-08-25 16:07:09 +02:00
|
|
|
background: #e90052;
|
|
|
|
}
|
2022-07-28 16:39:47 +02:00
|
|
|
et2-image.smime_cert_unknownemail {
|
2017-08-25 16:07:09 +02:00
|
|
|
background: #a28cff;
|
2017-08-31 17:33:23 +02:00
|
|
|
}
|
2022-07-20 12:53:57 +02:00
|
|
|
.mailPreviewHeaders.smimeIcons et2-image {
|
|
|
|
width: 24px;
|
|
|
|
}
|
2022-07-28 16:39:47 +02:00
|
|
|
.mailPreviewHeaders.smimeIcons {
|
|
|
|
display: flex;
|
|
|
|
justify-content: end;
|
|
|
|
}
|
2018-01-25 12:59:18 +01:00
|
|
|
#mail-compose tr.mailComposeHeaders {
|
2018-06-28 17:28:45 +02:00
|
|
|
border-top: 1px solid silver;
|
2018-01-25 12:59:18 +01:00
|
|
|
}
|
|
|
|
#mail-compose tr.mailComposeHeaders .et2_selectbox,
|
|
|
|
#mail-compose tr.mailComposeHeaders .et2_taglist .ms-ctn,
|
|
|
|
#mail-compose tr.mailComposeHeaders .et2_taglist .ms-sel-ctn input,
|
|
|
|
#mail-compose tr.mailComposeHeaders input {
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
#mail-compose tr.mailComposeHeaders .et2_taglist .ms-ctn-focus {
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
2018-06-28 17:28:45 +02:00
|
|
|
}
|
|
|
|
|
2018-10-19 16:35:18 +02:00
|
|
|
.et2_vbox.et2_box_widget.mailComposeBodySection .mailComposeHtmlContainer .tox.tox-tinymce{
|
|
|
|
width: 100%;
|
2018-06-28 17:28:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#mail-compose_subject {
|
|
|
|
padding: 10px 0 10px 0;
|
2018-08-07 10:29:02 +02:00
|
|
|
}
|
|
|
|
div#mail-index_nm.splitter-pane {min-height: 100px;}
|
2019-08-20 15:55:53 +02:00
|
|
|
#mail-index_mailSplitter .splitter-bar-horizontal {background: white;}
|
|
|
|
|
2020-12-18 14:43:22 +01:00
|
|
|
#calendar-meeting table.et2_grid.meetingRequest td {
|
|
|
|
padding-left: 8px !important;
|
2022-07-15 11:34:30 +02:00
|
|
|
}
|
2022-07-22 15:08:23 +02:00
|
|
|
#mail-index_mailPreview_mailPreviewContainer {
|
|
|
|
height:100%;
|
|
|
|
padding-top: 1em;
|
|
|
|
border-top: 1px solid silver;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2022-07-26 11:03:27 +02:00
|
|
|
#mail-index_nm .mail.row et2-url-email_ro {width: fit-content}
|
2022-07-22 15:08:23 +02:00
|
|
|
#mail-index_nm .et2_label.et2_vfs {text-align: center}
|
|
|
|
|
|
|
|
.et2_nextmatch .egwGridView_outer .egwGridView_scrollarea tbody tr.row_category td:first-child>div {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 2px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
#mail-index_nm tbody tr et2-lavatar {max-width: 3.7em; min-width:3.7em !important;}
|
2022-07-26 11:40:50 +02:00
|
|
|
|
|
|
|
.previewWrapper .firstColumnTitle {
|
|
|
|
width: 3em;
|
|
|
|
text-align: end;
|
2022-07-28 16:54:53 +02:00
|
|
|
}
|
|
|
|
.mailPreviewHeaders et2-select-email::part(control) {
|
|
|
|
border: none;
|
2022-07-26 11:40:50 +02:00
|
|
|
}
|