summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_form.less23
-rw-r--r--public/less/_user.less4
2 files changed, 26 insertions, 1 deletions
diff --git a/public/less/_form.less b/public/less/_form.less
index 1fe48d97ac..fc0fdddad1 100644
--- a/public/less/_form.less
+++ b/public/less/_form.less
@@ -46,6 +46,27 @@
}
}
+.signin {
+ .oauth2{
+ div {
+ display: inline-block;
+ p {
+ margin: 10px 5px 0 0;
+ float: left;
+ }
+ }
+ a {
+ margin-right: 5px;
+ &:last-child {
+ margin-right: 0px;
+ }
+ }
+ img {
+ width: 32px;
+ height: 32px;
+ }
+ }
+}
.user.activate,
.user.forgot.password,
.user.reset.password,
@@ -85,7 +106,7 @@
.header {
padding-left: 0 !important;
text-align: center;
- }
+ }
}
}
diff --git a/public/less/_user.less b/public/less/_user.less
index 5411c1d062..ce0f1fa1d3 100644
--- a/public/less/_user.less
+++ b/public/less/_user.less
@@ -114,4 +114,8 @@
}
}
}
+ &.link-account:not(.icon) {
+ padding-top: 15px;
+ padding-bottom: 5px;
+ }
}