From 3d920c13b49e40e3ce3e18e60314a9a43f558cd9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 6 Jan 2008 17:28:20 +0000 Subject: [PATCH] wrapper div added to the layout. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1044 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/layouts/base.rhtml | 2 ++ public/stylesheets/application.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index 5f85c78f8..bdaddcb3b 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -18,6 +18,7 @@ <%= yield :header_tags %> +
<% if User.current.logged? %> @@ -75,5 +76,6 @@ +
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index eaef2ae87..2fca6d63c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -7,6 +7,8 @@ h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; bord h4, .wiki h3 {font-size: 12px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;} /***** Layout *****/ +#wrapper {background: white;} + #top-menu {background: #2C4056;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;} #top-menu a {color: #fff; padding-right: 4px;} #account {float:right;} -- 2.39.5