diff -r 2565a518aafa -r 9d80aeae789b integration/css/common.css --- a/integration/css/common.css Tue Nov 27 11:38:18 2012 +0100 +++ b/integration/css/common.css Tue Nov 27 12:15:14 2012 +0100 @@ -171,24 +171,33 @@ } .header .profil-wrap a{ width: 160px; - display: block; + display: inline-block; text-align: right; - position: absolute; right: 0; font-size: 13px; color: #30036d; padding-right: 18px; } +.profil-wrap li{ + text-align: right; + line-height: 18px; +} .header .profil-wrap a:hover{ color: #FF00FC; } .header .profil-wrap a.all-hashcut{ top: 2px; - background: url(../img/arrow-top.png) right 2px no-repeat; + background: url(../img/arrow-top.png) right 3px no-repeat; } .header .profil-wrap a.my-profil{ top: 42px; - background: url(../img/arrow-bot.png) right 4px no-repeat; + background: url(../img/arrow-bot.png) right 6px no-repeat; +} +.space-top{ + padding-top: 10px; +} +.space-top-2{ + padding-top: 30px; } .header .profil-wrap a.new-hashcut{ top: 22px;