From 426dc4bc54abd75041257b1f5818c09e9c78863c Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 20 Oct 2010 14:51:45 +0200 Subject: [PATCH] Change header. --- src/main/resources/static/css/sone.css | 9 +++++++-- src/main/resources/templates/include/head.html | 10 ++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) 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>
-- 2.7.4