improve profile layout after omniauth changes
This commit is contained in:
parent
64f026b254
commit
acc5302c3f
6 changed files with 67 additions and 47 deletions
|
@ -689,3 +689,17 @@ li.note {
|
|||
text-align:center;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.oauth_select_holder {
|
||||
padding:20px;
|
||||
img {
|
||||
padding:5px;
|
||||
margin-right:10px;
|
||||
}
|
||||
.active {
|
||||
img {
|
||||
border:1px solid #ccc;
|
||||
@include border-radius(5px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -65,6 +65,10 @@
|
|||
border-color: #CCC;
|
||||
@include solid_shade;
|
||||
|
||||
&.white {
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin:0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue