Another attempt at fxing the mailer

This commit is contained in:
Godwin
2016-07-02 13:56:03 -07:00
parent e5123a18e5
commit 433afaffe6
4 changed files with 33 additions and 18 deletions
+18 -4
View File
@@ -1136,14 +1136,16 @@ ul.warnings li,
margin: 1em 0 0;
padding: 0;
list-style: none;
border: 0.1em solid #EEE;
background-color: #F8F8F8;
// border: 0.1em solid #EEE;
// background-color: #F8F8F8;
a {
display: block;
padding: 0.5em 0.75em;
@include font-family(secondary);
border-bottom: 0.1em solid #CCC;
//@include font-family(secondary);
border: 0.1rem solid #EEE;
border-top: 0;
border-right: 0;
@include after {
display: none;
@@ -1370,6 +1372,18 @@ ul.warnings li,
vertical-align: top;
}
}
.table-tr.new {
.table-th {
background-color: transparent;
border: 0;
}
.table-td {
background-color: transparent;
border: 0;
}
}
}
#main {