From: David ‘Bombe’ Roden Date: Wed, 20 Oct 2010 12:51:45 +0000 (+0200) Subject: Change header. X-Git-Tag: 0.1-RC1~156 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=426dc4bc54abd75041257b1f5818c09e9c78863c Change header. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 3c4e321..738c077 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -42,14 +42,14 @@ } #sone #profile.online .picture { - float: left; + position: absolute; background-image: url("../images/sone.png"); width: 80px; height: 80px; } #sone #profile.offline .picture { - float: left; + position: absolute; background-image: url("../images/sone-offline.png"); width: 80px; height: 80px; @@ -63,6 +63,11 @@ font-size: 85%; } +#sone #home-sone { + margin-left: 80px; + padding-left: 1ex; +} + #sone .nice-name { font-weight: bold; } diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index e006967..0f400a9 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -12,10 +12,12 @@
- - - +   <%ifnull ! currentSone> - <%include include/updateStatus.html> +
+ <% currentSone|store key=sone> + <%include include/viewSone.html> + <%include include/updateStatus.html> +
<%/if>