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>2015-10-17 12:27:19 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2015-10-17 13:58:17 +0300
commit951a2b662dfd7d3dc9a4ae530b28380b4d46c2bf (patch)
treeea79115d09d110b1de5ae4b8d24b6f939ba74343 /css
parented6d5bece4f0213cf8a788535642773bf88f3c6e (diff)
create marionette view for account setup
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css26
1 files changed, 8 insertions, 18 deletions
diff --git a/css/mail.css b/css/mail.css
index 4cb5ec96f..8c25e0ec1 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -10,7 +10,7 @@
/* SETUP */
-#mail-setup {
+#setup {
z-index: 1001;
width: 250px;
top: 15%;
@@ -18,19 +18,19 @@
margin: 0 auto;
padding-top: 30px;
}
-#mail-setup h2 {
+#setup h2 {
text-align: center;
position: relative;
width: 300%;
left: -100%;
margin-bottom: 20px;
}
-#mail-setup input {
+#setup input {
width: 100%;
box-sizing: border-box;
}
-#mail-setup-manual-toggle {
+#setup .toggle-manual-mode {
background-position: right;
padding-right: 16px;
margin-left: 6px;
@@ -38,30 +38,20 @@
opacity: .3;
}
-#mail-imap-ssl,
-#mail-smtp-ssl {
+#setup-imap-ssl,
+#setup-smtp-ssl {
float: right;
margin: -3px -3px -52px 0;
z-index: 100;
}
-#mail-imap-ssl label,
-#mail-smtp-ssl label {
+#setup-imap-ssl label,
+#setup-smtp-ssl label {
opacity: .4;
}
.connect {
margin: 0;
}
-#connect-loading {
- position: absolute;
- top: 204px;
- left: 0;
- right: 0;
- margin-left: auto;
- margin-right: auto;
-}
-
-
/* app navigation */