Commit c1fe3769 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

logo updated

parent cd567ee4
...@@ -27,7 +27,7 @@ body header { ...@@ -27,7 +27,7 @@ body header {
margin:0; margin:0;
margin-right:30px; margin-right:30px;
font-size:20px; font-size:20px;
line-height:28px; line-height:34px;
font-weight:bold; font-weight:bold;
color:#666; color:#666;
text-shadow: 0 1px 1px #FFF; text-shadow: 0 1px 1px #FFF;
...@@ -57,12 +57,34 @@ body header { ...@@ -57,12 +57,34 @@ body header {
} }
} }
} }
.main_links {
width:155px; .app_logo {
width:230px;
float:left; float:left;
a { a {
float:left; 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;
}
} }
} }
......
...@@ -2,12 +2,13 @@ ...@@ -2,12 +2,13 @@
%header.top_panel_holder %header.top_panel_holder
.wrapper .wrapper
.top_panel_content .top_panel_content
%div.main_links %div.app_logo
= link_to root_path, :class => "home", :title => "Home" do = 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 %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 .account-box
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment