wrapper div added to the layout.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1044 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-01-06 17:28:20 +00:00
parent 976a31e941
commit 3d920c13b4
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@
<!-- page specific tags --><%= yield :header_tags %> <!-- page specific tags --><%= yield :header_tags %>
</head> </head>
<body> <body>
<div id="wrapper">
<div id="top-menu"> <div id="top-menu">
<div id="account"> <div id="account">
<% if User.current.logged? %> <% if User.current.logged? %>
@ -75,5 +76,6 @@
<div id="footer"> <div id="footer">
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> <%= Redmine::VERSION %> &copy; 2006-2007 Jean-Philippe Lang Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> <%= Redmine::VERSION %> &copy; 2006-2007 Jean-Philippe Lang
</div> </div>
</div>
</body> </body>
</html> </html>

View File

@ -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;} h4, .wiki h3 {font-size: 12px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
/***** Layout *****/ /***** Layout *****/
#wrapper {background: white;}
#top-menu {background: #2C4056;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;} #top-menu {background: #2C4056;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;}
#top-menu a {color: #fff; padding-right: 4px;} #top-menu a {color: #fff; padding-right: 4px;}
#account {float:right;} #account {float:right;}