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
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-31 15:54:31 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-31 15:54:31 +0300
commit71c4f86092b9614b8ca167b3a8a98c460cc7baa0 (patch)
tree4b1c028583372118ddaad426f3a843bbb22f16a6 /css
parentfd2b5a24c13d49463d4972df1577e22a1f089052 (diff)
Fix app structure for Nextcloud 14
Ref https://github.com/nextcloud/server/pull/9982https://github.com/nextcloud/server/pull/9982 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss16
1 files changed, 1 insertions, 15 deletions
diff --git a/css/mail.scss b/css/mail.scss
index e277a2224..b2fffe091 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -342,12 +342,6 @@
}
/* editor */
-#mail-new-message-fixed {
- z-index: 111; /* navigation menu is 110 ;-) */
- background-color: rgba(255, 255, 255, .75);
- padding: 10px;
- position: relative;
-}
#mail-new-message-list {
margin-top: 36px;
}
@@ -414,7 +408,7 @@ textarea.message-body {
padding-right: 25%;
}
-#app .message-composer .composer-fields .noreply-box {
+#content .message-composer .composer-fields .noreply-box {
margin-top: 0;
background: #fdffc3;
padding-left: 64px;
@@ -562,7 +556,6 @@ input.submit-message,
}
#mail-message-header {
- position: fixed;
height: 90px;
width: 50%;
z-index: 100;
@@ -634,13 +627,6 @@ input.submit-message,
overflow-y: auto;
overflow-x: hidden;
}
-.mail-message-container {
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
-}
.new-message-attachments li {
padding: 10px;