diff --git a/app/assets/images/logo_text.png b/app/assets/images/logo_text.png new file mode 100644 index 0000000000000000000000000000000000000000..c74663930e4a0073f92bedfd02a0929879e59d25 Binary files /dev/null and b/app/assets/images/logo_text.png differ diff --git a/app/assets/stylesheets/ui_basic.scss b/app/assets/stylesheets/ui_basic.scss index fc4a108c0f503eeae7e0e9577cd3b55f49b05e6f..1666bcde37e2fe0149e6da49caca98187755bab7 100644 --- a/app/assets/stylesheets/ui_basic.scss +++ b/app/assets/stylesheets/ui_basic.scss @@ -50,7 +50,9 @@ float:left; h1 { - background: url('logo_basic.png') no-repeat -3px -4px; + text-indent:-9999px; + width:102px; + background: url('logo_text.png') no-repeat 0px -3px; float:left; margin-left:5px; font-size:20px; @@ -59,9 +61,17 @@ color:#aaa; text-shadow: 0 1px 1px #FFF; padding-left:50px; - padding-top:5px; } } + .separator { + margin-left:20px; + float: left; + height: 60px; + width: 1px; + background: white; + border-left: 1px solid #DDD; + margin-top: -10px; + } } .container { .top_panel_content { diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index 362992adb3c0e8a9f7a9c060c5f5f08f5ffef3ad..5d09b5bc7eb49c13bc449ccecc0bb0e88d8b0909 100644 --- a/app/views/layouts/_head_panel.html.haml +++ b/app/views/layouts/_head_panel.html.haml @@ -6,6 +6,7 @@ = link_to root_path, :class => "home", :title => "Home" do %h1 GITLAB + %span.separator %h1.project_name= title .search = form_tag search_path, :method => :get do |f|