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 <ChristophWurst@users.noreply.github.com>2017-06-26 10:40:13 +0300
committerGitHub <noreply@github.com>2017-06-26 10:40:13 +0300
commit548f22c59d8216e1e3a98f284d40298f466ef79d (patch)
tree9ae92b82effe8f947cbad0112c8f24ea94618469 /css
parent5c6951fb120f440dde2d2b2aa66fe7c79d1c238e (diff)
parent5b6ae4ca43ebe024145b683ac156f3fed7424b24 (diff)
Merge pull request #298 from nextcloud/enhanced-setup-interaction
show nice loading view while the account is being created
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/css/mail.css b/css/mail.css
index 422e274da..4d9aa35ef 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -31,8 +31,8 @@
}
-/* SETUP */
-#setup {
+/* ACCOUNT FORM */
+#account-form {
z-index: 1001;
width: 250px;
top: 15%;
@@ -41,33 +41,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 +75,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;