Styling
- Retina optimized gravatar - White Umbraco logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -79,7 +79,8 @@ ul.sections li.avatar a {
|
||||
}
|
||||
|
||||
ul.sections li.avatar a img {
|
||||
border-radius: 500px;
|
||||
border-radius: 16px;
|
||||
width: 32px
|
||||
}
|
||||
|
||||
.faded ul.sections li {
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
@red: #9d261d;
|
||||
@yellow: #ffc40d;
|
||||
@orange: #f57020;
|
||||
@turquoise: #04bfbf;
|
||||
@pink: #c3325f;
|
||||
@purple: #7a43b6;
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ function MainController($scope, $location, $routeParams, $rootScope, $timeout, $
|
||||
$("#avatar-img").fadeTo(1000, 0, function(){
|
||||
|
||||
$timeout(function(){
|
||||
$scope.avatar = "http://www.gravatar.com/avatar/" + $scope.user.emailHash +".jpg?s=32&d=mm";
|
||||
$scope.avatar = "http://www.gravatar.com/avatar/" + $scope.user.emailHash +".jpg?s=64&d=mm";
|
||||
});
|
||||
|
||||
$("#avatar-img").fadeTo(1000, 1);
|
||||
|
||||
Reference in New Issue
Block a user