2012-06-13 19:02:30 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* MR -> show: Automerge widget
|
|
|
|
*
|
|
|
|
*/
|
2012-09-19 08:14:07 +02:00
|
|
|
.automerge_widget {
|
|
|
|
&.can_be_merged {
|
2012-06-13 19:02:30 +02:00
|
|
|
background: #DFF0D8;
|
|
|
|
}
|
|
|
|
|
2012-09-19 08:14:07 +02:00
|
|
|
form {
|
2012-11-23 17:33:43 +01:00
|
|
|
margin-bottom: 0;
|
2012-09-19 08:14:07 +02:00
|
|
|
.clearfix {
|
2012-11-23 17:33:43 +01:00
|
|
|
margin-bottom: 0;
|
2012-06-13 19:02:30 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-19 08:14:07 +02:00
|
|
|
.accept_group {
|
2012-11-23 17:33:43 +01:00
|
|
|
float: left;
|
2012-06-13 19:02:30 +02:00
|
|
|
border: 1px solid #ADA;
|
|
|
|
padding: 2px;
|
|
|
|
@include border-radius(5px);
|
|
|
|
background: #CEB;
|
|
|
|
|
2012-09-19 08:14:07 +02:00
|
|
|
.accept_merge_request {
|
2012-11-23 17:33:43 +01:00
|
|
|
font-size: 13px;
|
|
|
|
float: left;
|
2012-06-13 19:02:30 +02:00
|
|
|
}
|
2012-09-19 08:14:07 +02:00
|
|
|
.remove_branch_holder {
|
2012-11-23 17:33:43 +01:00
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 10px;
|
|
|
|
float: left;
|
2012-06-13 19:02:30 +02:00
|
|
|
}
|
2012-09-19 08:14:07 +02:00
|
|
|
label {
|
2012-11-23 17:51:38 +01:00
|
|
|
color: #444;
|
2012-12-31 17:35:38 +01:00
|
|
|
text-align: left
|
2012-06-13 19:02:30 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-09-19 08:14:07 +02:00
|
|
|
.how_to_merge_link {
|
2012-06-13 19:02:30 +02:00
|
|
|
@extend .primary;
|
|
|
|
}
|
|
|
|
}
|
2012-06-29 20:55:22 +02:00
|
|
|
|
2013-01-05 02:18:39 +01:00
|
|
|
.merge-request .nav-tabs{
|
2012-09-19 08:14:07 +02:00
|
|
|
li {
|
|
|
|
a {
|
2012-11-23 17:33:43 +01:00
|
|
|
font-weight: bold;
|
2012-11-23 17:51:38 +01:00
|
|
|
padding: 8px 20px;
|
2012-11-23 17:33:43 +01:00
|
|
|
text-align: center;
|
2012-06-29 20:55:22 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-07-17 07:17:16 +02:00
|
|
|
|
2012-09-19 08:14:07 +02:00
|
|
|
li.merge_request {
|
2013-01-08 06:14:05 +01:00
|
|
|
padding: 10px;
|
2012-09-19 08:14:07 +02:00
|
|
|
img.avatar {
|
2012-07-17 07:17:16 +02:00
|
|
|
width: 32px;
|
2012-11-10 22:45:13 +01:00
|
|
|
margin-top: 1px;
|
2012-07-17 07:17:16 +02:00
|
|
|
}
|
2012-09-19 08:14:07 +02:00
|
|
|
p {
|
2012-07-17 07:17:16 +02:00
|
|
|
padding: 0px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
|
|
|
}
|
2012-08-18 23:45:46 +02:00
|
|
|
|
2013-01-05 02:18:39 +01:00
|
|
|
.merge-in-progress {
|
2012-08-18 23:45:46 +02:00
|
|
|
@extend .padded;
|
|
|
|
@extend .append-bottom-10;
|
|
|
|
}
|
2012-08-29 20:23:43 +02:00
|
|
|
|
|
|
|
.label_branch {
|
2012-11-25 18:30:18 +01:00
|
|
|
@include border-radius(4px);
|
2012-11-23 17:51:38 +01:00
|
|
|
padding: 2px 4px;
|
2012-11-23 17:33:43 +01:00
|
|
|
border: none;
|
|
|
|
font-size: 14px;
|
2012-08-29 20:23:43 +02:00
|
|
|
background: #474D57;
|
2012-11-23 17:51:38 +01:00
|
|
|
color: #fff;
|
2012-12-01 13:49:21 +01:00
|
|
|
font-family: $monospace_font;
|
2012-08-29 20:23:43 +02:00
|
|
|
}
|
2012-08-29 21:29:50 +02:00
|
|
|
|
2012-09-19 08:14:07 +02:00
|
|
|
.mr_source_commit,
|
|
|
|
.mr_target_commit {
|
|
|
|
.commit {
|
2012-11-23 17:33:43 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-08-29 21:29:50 +02:00
|
|
|
padding: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
.avatar { position:relative }
|
2012-09-19 08:14:07 +02:00
|
|
|
.row_title {
|
2012-11-23 17:51:38 +01:00
|
|
|
color: #444;
|
2012-08-29 21:29:50 +02:00
|
|
|
}
|
|
|
|
.commit-author-name,
|
|
|
|
.dash,
|
|
|
|
.committed_ago,
|
|
|
|
.browse_code_link_holder {
|
2012-11-23 17:33:43 +01:00
|
|
|
display: none;
|
2012-08-29 21:29:50 +02:00
|
|
|
}
|
2012-11-23 17:33:43 +01:00
|
|
|
list-style: none;
|
2012-09-19 08:14:07 +02:00
|
|
|
&:hover {
|
2012-11-23 17:33:43 +01:00
|
|
|
background: none;
|
2012-08-29 21:29:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-19 08:14:07 +02:00
|
|
|
.mr_direction_tip {
|
2012-08-29 21:29:50 +02:00
|
|
|
margin-top:40px
|
|
|
|
}
|