1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-03 08:55:20 +02: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;
}
}
}
}