improve profile layout after omniauth changes

This commit is contained in:
randx 2012-09-12 18:56:44 +03:00
parent 64f026b254
commit acc5302c3f
6 changed files with 67 additions and 47 deletions

View file

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

View file

@ -65,6 +65,10 @@
border-color: #CCC;
@include solid_shade;
&.white {
background:#fff;
}
ul {
margin:0;
}