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:
authorPierre Gordon <pierregordon@protonmail.com>2018-01-02 11:19:25 +0300
committerPierre Gordon <pierregordon@protonmail.com>2018-01-02 17:12:03 +0300
commit31800ce426b74e6d08bef17a89c729970de11657 (patch)
tree43faa28c3171ec570c1e5b3f67b8bc9476984aa9 /css
parenta52e97a31c9d868c86006ecddd8eadcd8f50889f (diff)
Make account settings editable
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/mail.scss b/css/mail.scss
index 9138ed922..6a8d49a0c 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -43,6 +43,12 @@
margin: 0 auto;
padding-top: 30px;
}
+#mail-settings {
+ #account-form {
+ margin: 0;
+ padding-top: 0;
+ }
+}
@media only screen and (max-height: 400px) {
#account-form #emptycontent {
margin-top: 0px;