1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix missing less sources for oauth (#1288)

This commit is contained in:
Antoine GIRARD
2017-03-17 01:49:24 +01:00
committed by Lunny Xiao
parent 1476bf909e
commit 925b252927
3 changed files with 58 additions and 33 deletions

View File

@@ -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;
}
}
}
}