lil css fixed
This commit is contained in:
parent
fc36df92da
commit
0aa0cb7903
|
@ -100,7 +100,7 @@ body header {
|
||||||
color: #666;
|
color: #666;
|
||||||
border: 1px solid #AAA;
|
border: 1px solid #AAA;
|
||||||
padding: 0 10px 0 30px;
|
padding: 0 10px 0 30px;
|
||||||
background: white url('images.png') no-repeat 8px -42px;
|
background: transparent url('images.png') no-repeat 8px -42px;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height:26px;
|
height:26px;
|
||||||
}
|
}
|
||||||
|
@ -121,12 +121,13 @@ body header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.chzn-single {
|
.chzn-single {
|
||||||
background:white;
|
background:transparent;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
background:white;
|
background:transparent;
|
||||||
|
border-left:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
- else
|
- else
|
||||||
.dashboard_links
|
.dashboard_links
|
||||||
= link_to "Activities", dashboard_path, :class => "#{"active" if current_page?(dashboard_path) || current_page?(root_path) }"
|
= link_to "Activities", dashboard_path, :class => "#{"active" if current_page?(dashboard_path) || current_page?(root_path) }"
|
||||||
-#= link_to "Projects", projects_path, :class => "#{"active" if current_page?(projects_path)}"
|
= link_to "Projects", projects_path, :class => "#{"active" if current_page?(projects_path)}"
|
||||||
= link_to "Issues", dashboard_issues_path, :class => "#{"active" if current_page?(dashboard_issues_path)}", :id => "issues_slide"
|
= link_to "Issues", dashboard_issues_path, :class => "#{"active" if current_page?(dashboard_issues_path)}", :id => "issues_slide"
|
||||||
= link_to "Requests", dashboard_merge_requests_path, :class => "#{"active" if current_page?(dashboard_merge_requests_path)}", :id => "merge_requests_slide"
|
= link_to "Requests", dashboard_merge_requests_path, :class => "#{"active" if current_page?(dashboard_merge_requests_path)}", :id => "merge_requests_slide"
|
||||||
- if current_user.is_admin?
|
- if current_user.is_admin?
|
||||||
|
|
Loading…
Reference in a new issue