2014-06-04 11:52:35 -04:00
|
|
|
.issues-sortable-list .str-truncated {
|
2015-03-06 07:49:27 -05:00
|
|
|
max-width: 90%;
|
2014-06-04 11:52:35 -04:00
|
|
|
}
|
2015-03-09 19:24:45 -04:00
|
|
|
|
2016-07-22 05:18:38 -04:00
|
|
|
.milestones {
|
|
|
|
.milestone {
|
|
|
|
padding: 10px 16px;
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2015-09-08 05:14:48 -04:00
|
|
|
|
2016-07-22 05:18:38 -04:00
|
|
|
.progress {
|
|
|
|
height: 6px;
|
|
|
|
}
|
2015-09-08 05:14:48 -04:00
|
|
|
}
|
2015-03-09 19:24:45 -04:00
|
|
|
}
|
2016-01-26 10:58:04 -05:00
|
|
|
|
2016-02-03 10:27:46 -05:00
|
|
|
.milestone-content {
|
|
|
|
.issues-count {
|
|
|
|
margin-right: 17px;
|
|
|
|
float: right;
|
|
|
|
width: 105px;
|
|
|
|
}
|
2016-01-27 11:45:51 -05:00
|
|
|
|
2016-03-06 23:07:19 -05:00
|
|
|
.issuable-row {
|
2016-02-03 10:27:46 -05:00
|
|
|
.color-label {
|
2016-02-17 21:34:25 -05:00
|
|
|
border-radius: 2px;
|
|
|
|
padding: 3px !important;
|
2016-03-06 23:07:19 -05:00
|
|
|
margin-right: 7px;
|
2016-02-17 21:34:25 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
// Issue title
|
|
|
|
span a {
|
2016-05-03 07:21:09 -04:00
|
|
|
color: $gl-text-color;
|
2016-09-19 11:17:10 -04:00
|
|
|
word-wrap: break-word;
|
2016-02-03 10:27:46 -05:00
|
|
|
}
|
2016-01-27 11:45:51 -05:00
|
|
|
}
|
|
|
|
}
|
2016-01-27 11:58:25 -05:00
|
|
|
|
|
|
|
.milestone-summary {
|
2016-01-27 17:00:04 -05:00
|
|
|
margin-bottom: 25px;
|
2016-01-27 12:38:03 -05:00
|
|
|
|
2016-02-03 10:27:46 -05:00
|
|
|
.milestone-stat {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2016-01-27 12:38:03 -05:00
|
|
|
|
2016-02-25 15:23:34 -05:00
|
|
|
.remaining-days {
|
2016-02-03 10:27:46 -05:00
|
|
|
color: $orange-light;
|
|
|
|
}
|
2016-01-27 12:38:03 -05:00
|
|
|
}
|
2016-01-27 19:18:08 -05:00
|
|
|
|
2016-02-23 20:12:10 -05:00
|
|
|
.issues-sortable-list, .merge_requests-sortable-list {
|
2016-03-06 23:07:19 -05:00
|
|
|
.issuable-detail {
|
2016-01-27 19:18:08 -05:00
|
|
|
display: block;
|
2016-03-06 23:07:19 -05:00
|
|
|
margin-top: 7px;
|
2016-01-27 19:18:08 -05:00
|
|
|
|
2016-03-06 23:07:19 -05:00
|
|
|
.issuable-number {
|
2016-05-03 07:21:09 -04:00
|
|
|
color: $gl-placeholder-color;
|
2016-01-27 19:18:08 -05:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-01-27 19:18:08 -05:00
|
|
|
.avatar {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-01-27 20:58:08 -05:00
|
|
|
|
|
|
|
.milestone-detail {
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
padding: 20px 0;
|
|
|
|
}
|
2016-08-22 18:58:28 -04:00
|
|
|
|
|
|
|
@media (max-width: $screen-sm-min) {
|
|
|
|
.milestone-actions {
|
|
|
|
@include clearfix();
|
|
|
|
padding-top: $gl-vert-padding;
|
|
|
|
|
|
|
|
.btn:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|