cmc-sales/php/app/webroot/css/email.css

87 lines
1.1 KiB
CSS
Raw Permalink Normal View History

#emailbody {
text-align: left;
font-size: 100%;
background-color: #FFFFFF;
color: #000000;
}
dl.mailheaders {
line-height: 2em;
margin: 0em 0em;
width: 100%;
color: #000000;
font-size: 85%;
}
dl.altrow {
background: #f4f4f4;
}
dt {
font-weight: bold;
padding-left: 4px;
vertical-align: top;
}
dt.altrow {
background: #E6F0F0;
}
dd {
margin-left: 10em;
margin-top: -2em;
vertical-align: top;
}
dd.altrow {
background: #E6F0F0;
}
/* Tables */
table {
background: #fff;
border:1px solid #ccc;
border-right:0;
clear: both;
color: #333;
margin-bottom: 10px;
width: 100%;
}
th {
background: #f2f2f2;
border:1px solid #bbb;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
text-align: center;
}
th a {
background:#f2f2f2;
display: block;
padding: 2px 4px;
text-decoration: none;
}
th a:hover {
background: #ccc;
color: #333;
text-decoration: none;
}
table tr td {
background: #fff;
border-right: 1px solid #ccc;
text-align: center;
vertical-align: top;
padding: 1px;
}
table tr.altrow td {
background: #f4f4f4;
}
td.actions {
text-align: center;
white-space: nowrap;
}
td.actions a {
margin: 0px 6px;
}