logo changed for header
This commit is contained in:
parent
ae565d24ee
commit
71819dc344
BIN
app/assets/images/logo_text.png
Normal file
BIN
app/assets/images/logo_text.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
|
@ -50,7 +50,9 @@
|
||||||
float:left;
|
float:left;
|
||||||
|
|
||||||
h1 {
|
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;
|
float:left;
|
||||||
margin-left:5px;
|
margin-left:5px;
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
|
@ -59,9 +61,17 @@
|
||||||
color:#aaa;
|
color:#aaa;
|
||||||
text-shadow: 0 1px 1px #FFF;
|
text-shadow: 0 1px 1px #FFF;
|
||||||
padding-left:50px;
|
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 {
|
.container {
|
||||||
.top_panel_content {
|
.top_panel_content {
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
= link_to root_path, :class => "home", :title => "Home" do
|
= link_to root_path, :class => "home", :title => "Home" do
|
||||||
%h1
|
%h1
|
||||||
GITLAB
|
GITLAB
|
||||||
|
%span.separator
|
||||||
%h1.project_name= title
|
%h1.project_name= title
|
||||||
.search
|
.search
|
||||||
= form_tag search_path, :method => :get do |f|
|
= form_tag search_path, :method => :get do |f|
|
||||||
|
|
Loading…
Reference in a new issue