Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-24 10:25:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-24 10:25:47 +0300
commit9d3a881eaf02624bcfebf4c734ce4fcf9b3aaee2 (patch)
tree34a006407b8750794c7241e45e6acd670ab315fe /css/mail.scss
parentc462ea9c55bd3dc224b0b7c59ea9604b84905c87 (diff)
Add rendering of text-only messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css/mail.scss')
-rwxr-xr-xcss/mail.scss65
1 files changed, 0 insertions, 65 deletions
diff --git a/css/mail.scss b/css/mail.scss
index 2ddd41a8d..d88782e6e 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -428,13 +428,6 @@ input.submit-message,
vertical-align: text-top;
}
-
-/* message display */
-
-.mail-message-body {
- margin-bottom: 100px;
-}
-
#mail-message-header {
height: 90px;
z-index: 100;
@@ -447,68 +440,10 @@ input.submit-message,
background: linear-gradient(var(--color-main-background) , var(--color-main-background) 80%, rgba(255,255,255,0));
}
-#mail-message-header h2,
-#mail-message-header p {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- padding-bottom: 7px;
- margin-bottom: 0;
-}
-
-#mail-message-close {
- display: none;
-}
-
-#mail-content,
-.mail-message-attachments {
- margin: 100px 10px 50px 30px;
-}
-.mail-message-attachments {
- margin-top: 10px;
-}
-#mail-content iframe {
- width: 100%;
-}
-
-#show-images-text {
- display: none;
-}
-
-#mail-content a,
-.mail-signature a {
- color: #07d;
- border-bottom: 1px dotted #07d;
- text-decoration: none;
- word-wrap: break-word;
-}
-.mail-signature {
- font-family: monospace;
- opacity: 0.5;
- line-height: initial;
-}
-
.transparency {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
}
-#mail-message-header .transparency {
- color: rgba(0, 0, 0, .3) !important;
- opacity: 1;
-}
-#mail-message-header .transparency a {
- color: rgba(0, 0, 0, .5) !important;
-}
-
-#mail-message {
- position: absolute;
- top: 0;
- right: 0;
- width: 70%;
- height: 100%;
- overflow-y: auto;
- overflow-x: hidden;
-}
.new-message-attachments li {
padding: 10px;