Commit 0aa0cb790373e426766596e0270b90310fd49098

Authored by Dmitriy Zaporozhets
1 parent fc36df92

lil css fixed

app/assets/stylesheets/top_panel.scss
@@ -100,7 +100,7 @@ body header { @@ -100,7 +100,7 @@ body header {
100 color: #666; 100 color: #666;
101 border: 1px solid #AAA; 101 border: 1px solid #AAA;
102 padding: 0 10px 0 30px; 102 padding: 0 10px 0 30px;
103 - background: white url('images.png') no-repeat 8px -42px; 103 + background: transparent url('images.png') no-repeat 8px -42px;
104 width: 160px; 104 width: 160px;
105 height:26px; 105 height:26px;
106 } 106 }
@@ -121,12 +121,13 @@ body header { @@ -121,12 +121,13 @@ body header {
121 } 121 }
122 122
123 .chzn-single { 123 .chzn-single {
124 - background:white; 124 + background:transparent;
125 -moz-border-radius: 4px; 125 -moz-border-radius: 4px;
126 border-radius: 4px; 126 border-radius: 4px;
127 127
128 div { 128 div {
129 - background:white; 129 + background:transparent;
  130 + border-left:none;
130 } 131 }
131 132
132 span { 133 span {
app/views/layouts/_head_panel.html.haml
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 - else 19 - else
20 .dashboard_links 20 .dashboard_links
21 = link_to "Activities", dashboard_path, :class => "#{"active" if current_page?(dashboard_path) || current_page?(root_path) }" 21 = link_to "Activities", dashboard_path, :class => "#{"active" if current_page?(dashboard_path) || current_page?(root_path) }"
22 - -#= link_to "Projects", projects_path, :class => "#{"active" if current_page?(projects_path)}" 22 + = link_to "Projects", projects_path, :class => "#{"active" if current_page?(projects_path)}"
23 = link_to "Issues", dashboard_issues_path, :class => "#{"active" if current_page?(dashboard_issues_path)}", :id => "issues_slide" 23 = link_to "Issues", dashboard_issues_path, :class => "#{"active" if current_page?(dashboard_issues_path)}", :id => "issues_slide"
24 = link_to "Requests", dashboard_merge_requests_path, :class => "#{"active" if current_page?(dashboard_merge_requests_path)}", :id => "merge_requests_slide" 24 = link_to "Requests", dashboard_merge_requests_path, :class => "#{"active" if current_page?(dashboard_merge_requests_path)}", :id => "merge_requests_slide"
25 - if current_user.is_admin? 25 - if current_user.is_admin?