Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMarc Michalsky <m.michalsky@posteo.de>2020-01-31 16:56:20 +0300
committerGitHub <noreply@github.com>2020-01-31 16:56:20 +0300
commit9f473f777f8d75f49a814c76fd7f5bc458873d0c (patch)
tree876b7a82aaa4afdf6bcfa436a6e63f029577457e /core
parent4765f5b3db6e8e3d2acae19a0c00f616729c1155 (diff)
Center Buttons
Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore.
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index acdc232f52a..5f15998c44e 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -193,7 +193,7 @@ form #datadirField legend {
margin-top: 0;
}
#alternative-logins {
- margin: 30px 15px 10px;
+ margin: auto;
}
}