logo updated

This commit is contained in:
Dmitriy Zaporozhets 2012-02-10 00:07:49 +02:00
parent cd567ee40b
commit c1fe37690a
3 changed files with 29 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View file

@ -27,7 +27,7 @@ body header {
margin:0;
margin-right:30px;
font-size:20px;
line-height:28px;
line-height:34px;
font-weight:bold;
color:#666;
text-shadow: 0 1px 1px #FFF;
@ -57,12 +57,34 @@ body header {
}
}
}
.main_links {
width:155px;
.app_logo {
width:230px;
float:left;
a {
float:left;
h1 {
float:left;
margin-left:5px;
font-size:20px;
line-height:34px;
font-weight:bold;
color:#aaa;
text-shadow: 0 1px 1px #FFF;
&:hover {
color:$active_link_color;
}
}
img {
float: left;
position: relative;
top: -9px;
width:46px;
}
}
}

View file

@ -2,12 +2,13 @@
%header.top_panel_holder
.wrapper
.top_panel_content
%div.main_links
%div.app_logo
= link_to root_path, :class => "home", :title => "Home" do
= image_tag "logo.png", :width => 100
= image_tag "logo_tr.png", :width => 50
%h1 GITLAB
%h1.project_name= title
.search= text_field_tag "search", nil, :placeholder => "Search", :class => "search-input xlarge"
.search= text_field_tag "search", nil, :placeholder => "Search", :class => "search-input"
.account-box