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>2017-07-03 15:35:58 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-07-03 15:35:58 +0300
commit25345f12275bf97a61daccecf8ee21e1a0e23397 (patch)
tree283aaa323e291956ee2c7b974b1d776d4ba2fdff /css
parentaa4b813fbc3ffdf86d14a211391f9c7c6784b4f2 (diff)
parent6a532a507e42b3ab370371758f14ad19b3647a15 (diff)
Merge branch 'master' of github.com:/nextcloud/mail into feature/local-attachments
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css36
1 files changed, 20 insertions, 16 deletions
diff --git a/css/mail.css b/css/mail.css
index 981c6fd39..decbd5999 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -30,9 +30,12 @@
background-color: rgb(240, 240, 240);
}
+.folder.no-select {
+ cursor: not-allowed;
+}
-/* SETUP */
-#setup {
+/* ACCOUNT FORM */
+#account-form {
z-index: 1001;
width: 250px;
top: 15%;
@@ -41,33 +44,33 @@
padding-top: 30px;
}
@media only screen and (max-height: 400px) {
- #setup #emptycontent {
+ #account-form #emptycontent {
margin-top: 0px;
}
}
@media only screen and (min-height: 401px) and (max-height: 600px) {
- #setup #emptycontent {
+ #account-form #emptycontent {
margin-top: 2vh;
}
}
@media only screen and (min-height: 601px) {
- #setup #emptycontent {
+ #account-form #emptycontent {
margin-top: 10vh;
}
}
-#setup h2 {
+#account-form h2 {
text-align: center;
position: relative;
width: 300%;
left: -100%;
margin-bottom: 20px;
}
-#setup input {
+#account-form input {
width: 100%;
box-sizing: border-box;
}
-#setup .toggle-manual-mode {
+#account-form .toggle-manual-mode {
background-position: right;
padding-right: 16px;
margin-left: 6px;
@@ -75,16 +78,16 @@
opacity: .3;
}
-#setup-imap-ssl,
-#setup-smtp-ssl {
- float: right;
- margin: -3px -3px -52px 0;
+#setup-imap-ssl-mode,
+#setup-smtp-ssl-mode {
+ position: absolute;
+ top: 0;
+ right: 0;
+ margin: 0;
+ background-color: transparent;
+ border: none;
z-index: 100;
}
-#setup-imap-ssl label,
-#setup-smtp-ssl label {
- opacity: .4;
-}
#connect-loading {
position: absolute;
@@ -142,6 +145,7 @@
#app-navigation .collapse {
display: inline-block !important;
opacity: .3;
+ z-index: 1;
}
#app-navigation > ul {