MR -> remove source branch -> UI pollished
This commit is contained in:
parent
d6ed9920d6
commit
2d68e7f4cd
3 changed files with 67 additions and 14 deletions
|
@ -714,6 +714,19 @@ p.time {
|
|||
text-align:center;
|
||||
float:left;
|
||||
margin-right:20px;
|
||||
|
||||
&.success {
|
||||
background: #5BB75B;
|
||||
color: white;
|
||||
text-shadow: 0 1px #111;
|
||||
border-color: #9A9;
|
||||
}
|
||||
&.error {
|
||||
background: #DA4E49;
|
||||
border-color: #BD362F;
|
||||
color: white;
|
||||
text-shadow: 0 1px #111;
|
||||
}
|
||||
}
|
||||
|
||||
.arrow{
|
||||
|
@ -864,15 +877,36 @@ li.note {
|
|||
background: #DFF0D8;
|
||||
}
|
||||
|
||||
.accept_merge_request {
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #222;
|
||||
background: #5bb75b;;
|
||||
&:hover {
|
||||
background-color: #51a351;
|
||||
color: #fff;
|
||||
|
||||
form {
|
||||
margin-bottom:0;
|
||||
.clearfix {
|
||||
margin-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.accept_group {
|
||||
float:left;
|
||||
border: 1px solid #ADA;
|
||||
padding: 2px;
|
||||
@include border-radius(5px);
|
||||
border-radius: 5px;
|
||||
background: #CEB;
|
||||
|
||||
.accept_merge_request {
|
||||
float:left;
|
||||
}
|
||||
.remove_branch_holder {
|
||||
margin-left:20px;
|
||||
margin-right:10px;
|
||||
float:left;
|
||||
}
|
||||
label {
|
||||
color:#444;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.how_to_merge_link {
|
||||
@extend .primary;
|
||||
}
|
||||
|
|
|
@ -127,6 +127,18 @@ table {
|
|||
@extend .btn-primary;
|
||||
}
|
||||
|
||||
&.success {
|
||||
color: #fff;
|
||||
text-shadow: 0 0 1px #111;
|
||||
background: #5bb75b;;
|
||||
font-weight: bold;
|
||||
|
||||
&:hover {
|
||||
background-color: #51a351;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&.danger,
|
||||
&.btn-danger {
|
||||
color:#fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue