Changed logo in header

- removed old image
- whitespace fixes
pull/654/head
Christian Ratz 11 years ago
parent f88e9a1e62
commit 832825f087
  1. BIN
      app/assets/images/logo_openproject_white.png
  2. 12
      app/assets/stylesheets/layout/header.css.scss
  3. 12
      app/assets/stylesheets/layout/top_menu.css.sass
  4. 2
      app/views/layouts/base.html.erb

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

@ -30,18 +30,6 @@
display: block;
}
#logo {
float: left;
width: 270px;
height: 55px;
background-color: #06799F;
.home-link {
margin-top: 13px;
display: block;
padding-left: 20px;
}
}
#header {
height: 55px;
min-width: 1000px;

@ -37,6 +37,18 @@
font-family: 'LatoRegular', 'Lucida Grande', Helvetica, Arial, sans-serif
font-weight: normal
#logo
float: left
width: 270px
height: 55px
background-color: #06799F
.home-link-image
width: 150px
.home-link
margin-top: 13px
display: block
padding-left: 20px
#top-menu
background-color: #3493B3
height: 55px

@ -66,7 +66,7 @@ See doc/COPYRIGHT.rdoc for more details.
<div id="top-menu">
<div id="header">
<div id="logo">
<%= link_to(image_tag(asset_path('logo_openproject_white.png'), :alt => I18n.t('label_home')), home_url, :class => 'home-link') %>
<%= link_to(image_tag(asset_path('logo_openproject_white_big.png'), :alt => I18n.t('label_home'), :class => 'home-link-image'), home_url, :class => 'home-link') %>
</div>
<div id="top-menu-items">
<%= render_top_menu_left %>

Loading…
Cancel
Save