Merge pull request #5867 from jhollingsworth/feature/styling-changes
Change archive icon and clone panel styling.
This commit is contained in:
commit
566b49624a
2 changed files with 16 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue