From: Matías Aguirre Date: Sun, 9 Jan 2011 21:44:24 +0000 (-0200) Subject: Reposition badges X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0d2375c24276876b69423f0825b4e657b3ffe947;p=django-social-auth.git Reposition badges --- diff --git a/example/templates/base.html b/example/templates/base.html index 89a2c8c..3acab78 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -25,7 +25,7 @@ .description {font-size: 1.0em; color: #333;} a.logout, .associated, .error {color: #c00;} #forkme {position: absolute; top: 0; right: 0;} - #valid-badges {margin-top: 20px;} + #valid-badges {position: absolute; right: 10px; bottom: 10px;} #valid-badges p {display: inline;}