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-10-31 16:01:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-22 18:14:42 +0300
commit897742cb7545e3021747f170e612062cad5ceedd (patch)
tree59abc26c83cb593156127cddd0b01b76148730b0 /css/mail.scss
parent36c7acb46482116bfa30dba1beb3ce240e1c6742 (diff)
Use multiselects for the recipient selection
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css/mail.scss')
-rwxr-xr-xcss/mail.scss129
1 files changed, 0 insertions, 129 deletions
diff --git a/css/mail.scss b/css/mail.scss
index a2cfb193c..fba7b0822 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -18,14 +18,6 @@
height: 100%;
}
-.mail-account {
- max-width: 100%;
- height: 44px;
- padding-left: 30px;
- background-color: transparent;
- border: none;
-}
-
.folders .ui-droppable-active {
background-color: rgb(240, 240, 240);
}
@@ -251,127 +243,6 @@
background-image: var(--icon-star-000) !important;
}
-.message-composer {
- margin: 0;
- margin-bottom: 10px; /* line up with the send button */
- z-index: 100;
-}
-#reply-composer .message-composer {
- margin: 0;
-}
-.composer-fields {
- position: relative;
-}
-input.to,
-input.cc,
-input.bcc,
-input.subject,
-textarea.message-body {
- width: 100%;
-}
-input.to,
-input.cc,
-input.bcc,
-input.subject,
-textarea.message-body {
- padding: 12px;
- padding-left: 64px;
- border: 1px solid #eee;
- border-right: none;
- border-left: none;
- border-radius: 0;
- margin: 0;
-}
-input.to {
- padding-right: 60px; /* for cc-bcc-toggle */
-}
-input.cc,
-input.bcc,
-input.subject,
-textarea.message-body {
- border-top: none;
-}
-input.subject {
- font-size: 20px;
- font-weight: 300;
-}
-input.subject,
-textarea.message-body {
- padding-left: 30px;
-}
-textarea.message-body {
- min-height: 300px;
- resize: none;
- padding-right: 25%;
-}
-
-#content .message-composer .composer-fields .noreply-box {
- margin-top: 0;
- background: #fdffc3;
- padding-left: 64px;
-}
-
-.composer-cc-bcc {
- position: relative;
-}
-label.to-label,
-label.cc-label,
-label.bcc-label {
- position: absolute;
- left: 0;
- top: 0;
- padding: 12px;
- padding-left: 30px;
- cursor: text;
- opacity: .5;
-}
-label.bcc-label {
- top: initial;
- bottom: 0;
-}
-.composer-cc-bcc-toggle {
- position: absolute;
- right: 0;
- padding: 12px;
-}
-textarea.reply {
- min-height: 100px;
-}
-input.submit-message,
-.submit-message-wrapper {
- position: fixed;
- bottom: 10px;
- right: 15px;
-}
-.submit-message-wrapper {
- position: fixed;
- height: 36px;
- width: 60px;
-}
-
-.submit-message-wrapper-inside {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 102;
-}
-#reply-msg {
- float: left;
-}
-
-/* extra button styles */
-.submit-message.send,
-#mail_new_attachment,
-#forward-button {
- padding: 12px;
-}
-.new-message-attachments,
-#forward-button {
- margin-left: 30px;
-}
-
.unread {
font-weight: bold;
}