* SusiMail:

- Add print css
   - Add some divs
   - Hide header and footer in mobile css
   - Fix 'from' address in compose
   - Boolean config parse cleanup
   - Config textarea row count
This commit is contained in:
zzz
2014-04-29 19:50:28 +00:00
parent 87889bb322
commit 1dfbe73b73
7 changed files with 94 additions and 37 deletions

View File

@@ -11,3 +11,7 @@
#mailbox .optbox {
float: left;
}
div.header, div.footer {
display: none;
}

View File

@@ -88,6 +88,11 @@ p.mailbody {
text-align: left;
}
.iframed .header {
display: none;
}
.mailbody {
display: block !important;
}

View File

@@ -11,3 +11,7 @@
#mailbox .optbox {
float: left;
}
div.header, div.footer {
display: none;
}

View File

@@ -56,7 +56,7 @@ p.footer {
line-height:10pt;
}
.iframed #footer {
.iframed .footer {
display: none;
}
@@ -67,7 +67,7 @@ p.mailbody {
text-align: left;
}
.iframed p img {
.iframed .header {
display: none;
}