From 9c6460162b54b01a0c0a6432f8e038bf194fef52 Mon Sep 17 00:00:00 2001 From: godofdream Date: Sun, 12 Aug 2012 19:04:02 +0200 Subject: added login --- module/web/static/css/default/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'module/web/static') diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 232733b95..efea80bc5 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -108,11 +108,13 @@ header div.center span.title { cursor: default; margin-top: 12px; } -header img.logo { +header .logo { float: left; - padding-right: 10px; - padding-top: 7px; - width: 120px; + margin-right: 10px; + margin-top: 8px; + width: 120px; + height: 120px; + background: url("../../img/default/logo.png")no-repeat; } .header_block { -- cgit v1.2.3