summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-09-27 18:41:11 +0200
committerGitHub <noreply@github.com>2018-09-27 18:41:11 +0200
commit6d848dcd3bf513076bb2f5cadb138898422d4b30 (patch)
tree1d1a510c683afba5fa18bee50ddedc2d12bd4977 /css
parent309dbc5efd6d87eb89a1b6c99f7b957bcc3e4513 (diff)
parent42953d1ed21cdff26c3f144a1013a1244066a2bf (diff)
Merge pull request #648 from nextcloud/vue-import-dav-fix
Fix import and push vCards to the server
Diffstat (limited to 'css')
-rw-r--r--css/importScreen.scss17
1 files changed, 10 insertions, 7 deletions
diff --git a/css/importScreen.scss b/css/importScreen.scss
index c57dca90..3d815389 100644
--- a/css/importScreen.scss
+++ b/css/importScreen.scss
@@ -25,13 +25,16 @@
padding-top: 20px;
}
&__progress {
- width: 50%;
- position: absolute;
- left: 25%;
+ width: 50%;
+ min-width: 300px;
+ margin: auto;
}
&__tracker {
- padding-top: 10px;
- position: absolute;
- left: 25%;
+ display: flex;
+ justify-content: space-between;
+ width: 50%;
+ min-width: 300px;
+ margin: auto;
+ padding-top: 10px;
}
-} \ No newline at end of file
+}