Commit 566b4962 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #5867 from jhollingsworth/feature/styling-changes

Change archive icon and clone panel styling.
parents 35c4351e e1fa9abd
......@@ -71,13 +71,24 @@
border: 1px solid #E1E1E1;
@include border-radius(4px);
input[type="text"],
.btn {
margin-left: 3px;
border: none;
background: none;
@include border-radius(0px);
border-left: 1px solid #E1E1E1;
box-shadow: none;
padding: 6px 10px;
}
.btn {
float: left;
background: none;
color: #29b;
padding: 6px;
&:first-child {
@include border-radius-left(4px);
border-left: 0px;
}
&.active {
color: #333;
......@@ -86,14 +97,9 @@
}
input[type="text"] {
margin-left: 2px;
border: none;
border-radius: 0;
border-left: 1px solid #E1E1E1;
cursor: auto;
@extend .monospace;
box-shadow: none;
background: #FAFAFA;
padding: 6px 10px;
}
}
......
......@@ -84,7 +84,7 @@
.pull-right
- if project.archived?
%span.label
%i.icon-book
%i.icon-archive
Archived
- project.labels.each do |label|
%span.label.label-info
......
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