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
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
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
|
|
|
|
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,
|
|
|
|
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
|
|
|
|
2013-02-19 17:30:59 +01:00
|
|
|
tr.labelone div,
|
|
|
|
tr.labelone span,
|
|
|
|
tr.labelone time,
|
|
|
|
tr.labelone a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #ff0080 !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-02-19 17:30:59 +01:00
|
|
|
tr.labeltwo div,
|
|
|
|
tr.labeltwo span,
|
|
|
|
tr.labeltwo time,
|
|
|
|
tr.labeltwo a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #ff8000 !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-02-19 17:30:59 +01:00
|
|
|
tr.labelthree div,
|
|
|
|
tr.labelthree span,
|
|
|
|
tr.labelthree time,
|
|
|
|
tr.labelthree a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #008000 !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-02-19 17:30:59 +01:00
|
|
|
tr.labelfour div,
|
|
|
|
tr.labelfour span,
|
|
|
|
tr.labelfour time,
|
|
|
|
tr.labelfour a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #0000ff !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-02-19 17:30:59 +01:00
|
|
|
tr.labelfive div,
|
|
|
|
tr.labelfive span,
|
|
|
|
tr.labelfive time,
|
|
|
|
tr.labelfive a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #8000ff !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.flagged div,
|
2013-02-14 18:10:20 +01:00
|
|
|
tr.flagged span,
|
|
|
|
tr.flagged time,
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.flagged a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #ff0000 !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.prio_high div,
|
2013-02-14 18:10:20 +01:00
|
|
|
tr.prio_high span,
|
|
|
|
tr.prio_high time,
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.prio_high a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: #ac0000 !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.deleted div,
|
2013-02-14 18:10:20 +01:00
|
|
|
tr.deleted span,
|
|
|
|
tr.deleted time,
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.deleted a {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: silver;
|
|
|
|
text-decoration : line-through;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
span.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-image: url(images/kmmsgread.png);
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.deleted span.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-image: url(images/kmmsgdel.png);
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.unseen span.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-image: url(images/kmmsgunseen.png);
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.flagged_seen span.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-image: url(images/read_flagged_small.png) !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.flagged_unseen span.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-image: url(images/unread_flagged_small.png) !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.recent span.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-image: url(images/kmmsgnew.png) !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.replied span.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-image: url(images/kmmsgreplied.png) !important;
|
2013-02-08 20:11:44 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
tr.forwarded span.status_img {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-image: url(images/kmmsgforwarded.png) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
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{
|
|
|
|
padding:0 !important;
|
|
|
|
}
|
|
|
|
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
|
|
|
position:top;
|
|
|
|
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;
|
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
|
|
|
}
|
|
|
|
.mail-index_quotabox {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: absolute;
|
|
|
|
top:8px;
|
|
|
|
right:74px;
|
|
|
|
width:200px !important;
|
|
|
|
z-index:99;
|
|
|
|
}
|
2014-04-03 14:20:23 +02:00
|
|
|
.mail-index_vacation {
|
|
|
|
position: absolute;
|
|
|
|
top:3px;
|
|
|
|
right:190px;
|
|
|
|
width:250px !important;
|
|
|
|
z-index:99;
|
|
|
|
}
|
|
|
|
.mail-index_vacation > div {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.mail-index_vacation > div > span {
|
|
|
|
color: red;
|
|
|
|
}
|
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 {
|
|
|
|
height:12px !important;
|
|
|
|
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;
|
|
|
|
height:11px !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;
|
|
|
|
height:11px !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;
|
|
|
|
height:11px !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;
|
|
|
|
}
|
2013-11-14 20:29:55 +01:00
|
|
|
#mail-index_button\[mailcreate\] {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 99%;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 25px;
|
|
|
|
background-image: url(images/write_mail.png) !important;
|
|
|
|
background-position: left;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
2015-01-07 18:37:56 +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;
|
|
|
|
background-image: url(images/attach.png);
|
|
|
|
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;
|
|
|
|
background-image: url(images/mail_send.png) !important;
|
|
|
|
background-position: left;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
2014-02-06 13:27:28 +01:00
|
|
|
.mailDisplay{
|
|
|
|
position: relative;
|
|
|
|
background-color: white;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#mail-index_mailPreview {
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
2013-11-21 00:35:27 +01:00
|
|
|
background-color: white;
|
2013-05-14 15:19:09 +02: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;
|
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;
|
|
|
|
border: 1px solid silver;
|
2013-12-18 01:37:30 +01:00
|
|
|
top: 9em;
|
2013-11-18 20:57:38 +01:00
|
|
|
bottom: 0;
|
|
|
|
left: 3px;
|
|
|
|
right: 0;
|
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 {
|
2014-11-10 11:45:04 +01:00
|
|
|
min-height: 768px;
|
2014-10-16 00:50:03 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
.mailDisplayContainer, .mailDisplayAttachments {
|
|
|
|
display: block;
|
|
|
|
display: -moz-inline-stack;
|
|
|
|
display: -moz-box;
|
2013-11-26 16:30:08 +01:00
|
|
|
/*width: 99%;*/
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow: hidden;
|
2013-11-26 16:30:08 +01:00
|
|
|
left: 8px;
|
|
|
|
right: 8px;
|
2013-11-11 20:10:28 +01:00
|
|
|
}
|
|
|
|
.mailDisplayContainer {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: fixed;
|
|
|
|
overflow: hidden;
|
|
|
|
border: 1px solid silver;
|
|
|
|
top: 120px;
|
|
|
|
}
|
|
|
|
.mailDisplayContainerFixedHeight {
|
|
|
|
bottom: 123px;
|
2014-07-08 09:30:02 +02:00
|
|
|
overflow: hidden;
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
.mailDisplayContainerFullHeight {
|
|
|
|
bottom: .1em;
|
|
|
|
}
|
|
|
|
.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 {
|
2013-11-18 20:57:38 +01:00
|
|
|
height: 121px;
|
|
|
|
position: fixed;
|
|
|
|
bottom: .1em;
|
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);
|
2013-11-14 20:29:55 +01:00
|
|
|
}
|
2014-08-26 12:59:07 +02:00
|
|
|
#mail-display_mailDisplayBodySrc {
|
|
|
|
height:100%;
|
|
|
|
}
|
2014-03-07 15:26:16 +01:00
|
|
|
#divGenTime_mail {
|
|
|
|
display: none;
|
2013-06-07 15:58:17 +02:00
|
|
|
}
|
2014-01-18 15:21:35 +01:00
|
|
|
div.mail-display > div:first-parent > div.first-parent
|
2013-11-26 16:30:08 +01:00
|
|
|
{
|
|
|
|
height: 99%;
|
|
|
|
}
|
2013-06-07 15:58:17 +02:00
|
|
|
.mailDisplayHeaders {
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow: hidden;
|
2013-11-26 16:30:08 +01:00
|
|
|
right: 8px;
|
2013-06-07 15:58:17 +02:00
|
|
|
}
|
|
|
|
.mailDisplayHeaderSection {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
|
2013-06-07 15:58:17 +02:00
|
|
|
}
|
|
|
|
div.mailDisplayHeaders > div:first-parent {
|
2013-11-18 20:57:38 +01:00
|
|
|
overflow: hidden;
|
2013-06-07 15:58:17 +02:00
|
|
|
}
|
2014-01-18 15:21:35 +01:00
|
|
|
div.mailDisplayHeaders > span:first-child, div.mailPreviewHeaders > span:first-child {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 7em;
|
|
|
|
display: inline-block;
|
2013-05-14 15:19:09 +02:00
|
|
|
}
|
2013-11-26 16:30:08 +01:00
|
|
|
#mail-display_toolbar {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
2013-07-20 17:15:29 +02:00
|
|
|
div.mailComposeHeaders > span:first-child {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 8em;
|
2013-07-20 17:15:29 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > * {
|
|
|
|
margin-left: 3px;
|
2013-05-14 15:19:09 +02:00
|
|
|
}
|
2014-02-04 13:53:58 +01:00
|
|
|
div.mailDisplayHeaders div.mail_extraEmails
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
max-height: 1.3em;
|
|
|
|
max-width: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
div.mailDisplayHeaders div.mail_extraEmails.visible
|
|
|
|
{
|
|
|
|
position: fixed;
|
|
|
|
left: 7em;
|
|
|
|
display: block;
|
|
|
|
max-height: 8em;
|
|
|
|
min-width: 30em;
|
|
|
|
z-index: 999;
|
|
|
|
overflow-y: auto;
|
|
|
|
background-color: white;
|
2014-07-02 12:09:27 +02:00
|
|
|
box-shadow: 5px 5px 5px #aaa;
|
|
|
|
border: 1px solid gray;
|
2014-02-04 13:53:58 +01:00
|
|
|
}
|
2014-01-31 09:06:41 +01:00
|
|
|
div.mailComposeBody {
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
2014-02-18 12:01:22 +01:00
|
|
|
#mail-compose_mail_plaintext {
|
2015-03-03 16:43:16 +01:00
|
|
|
white-space: pre-wrap !important;
|
2014-02-18 12:01:22 +01:00
|
|
|
}
|
2013-12-18 01:37:30 +01:00
|
|
|
div.mailPreviewHeaders div.mail_extraEmails {
|
|
|
|
display: inline-block;
|
2013-12-23 23:37:40 +01:00
|
|
|
max-height: 1.3em;
|
2013-12-18 01:37:30 +01:00
|
|
|
max-width: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2015-02-06 14:09:51 +01:00
|
|
|
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
|
2014-02-10 14:24:56 +01:00
|
|
|
width: 58%;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2015-02-06 14:09:51 +01:00
|
|
|
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject > span {
|
2014-02-10 14:24:56 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
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;
|
|
|
|
}
|
2015-08-10 17:45:22 +02:00
|
|
|
#mail-subscribe table.et2_grid tr td div.et2_box,
|
|
|
|
#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 * {
|
|
|
|
font-size: 12pt !important;
|
|
|
|
}
|
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;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
.tmpPrintDiv .td_display {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
2015-08-05 15:09:50 +02:00
|
|
|
font-size: 140%;
|
2015-08-05 14:44:13 +02:00
|
|
|
color: black;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
2015-03-09 11:35:56 +01:00
|
|
|
pre {
|
|
|
|
width:99% !important;
|
|
|
|
}
|
2014-11-18 14:30:03 +01:00
|
|
|
div.mailDisplayContainer {
|
|
|
|
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;
|
|
|
|
}
|
2015-06-02 14:24:29 +02:00
|
|
|
div.mailDisplayContainer.mailvelopeTopContainer {
|
|
|
|
top:190px;
|
|
|
|
}
|
|
|
|
div.mailDisplayContainer.mailvelopeTopContainer > iframe {
|
2015-06-02 17:26:51 +02:00
|
|
|
position: static;
|
|
|
|
min-width: 860px;
|
2015-06-02 14:24:29 +02:00
|
|
|
}
|
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) {
|
2015-03-03 11:02:59 +01:00
|
|
|
|
2014-12-11 18:23:37 +01:00
|
|
|
div.mailDisplayContainer{
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-left:0;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2015-02-04 09:35:40 +01:00
|
|
|
#mail-display.et2_container {
|
2014-12-11 18:23:37 +01:00
|
|
|
min-height: initial;
|
|
|
|
}
|
2014-12-12 12:09:55 +01:00
|
|
|
|
|
|
|
table.egwGridView_grid tbody td {
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
2015-11-16 16:45:04 +01:00
|
|
|
table.egwGridView_grid span.et2_date_ro.et2_label {
|
|
|
|
font-size: 9px;
|
|
|
|
}
|
2014-12-12 13:26:48 +01:00
|
|
|
/*Make Font size readable in mobile theme*/
|
|
|
|
#mail-compose .mailComposeHeaders span, #mail-compose .mailComposeHeadersSection span,
|
|
|
|
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > *{
|
2014-12-12 12:09:55 +01:00
|
|
|
font-size: small !important;
|
|
|
|
}
|
2015-03-27 11:06:54 +01:00
|
|
|
.mailDisplayHeaders, .mailDisplayAttachments > * {
|
|
|
|
font-size: large !important;
|
|
|
|
}
|
2015-11-16 16:45:04 +01:00
|
|
|
span.status_img {
|
|
|
|
background-image: none !important;
|
2015-11-30 12:11:38 +01:00
|
|
|
padding-left: 3px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#mail-index div#mail-index_nm tr.mail td img, span[id^='mail-index_'][id$='attachments]'] {
|
|
|
|
float: right;
|
2015-11-16 16:45:04 +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 {
|
2015-11-25 16:17:59 +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 {
|
2015-11-25 16:17:59 +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*/
|
|
|
|
div.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, div.mail-compose_toolbar_assist {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
/*Make file uploads in compose dialog invisible*/
|
|
|
|
div.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, div.mail-compose_toolbar_assist {
|
|
|
|
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;
|
|
|
|
}
|