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 {
|
2016-07-14 10:36:05 -04:00
|
|
|
width: 100%;
|
2016-07-22 05:18:38 -04:00
|
|
|
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-17 21:34:25 -05:00
|
|
|
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-11-30 08:17:21 -05:00
|
|
|
|
|
|
|
.panel-heading {
|
|
|
|
line-height: $line-height-base;
|
|
|
|
padding: 14px 16px;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
-webkit-flex: 1;
|
|
|
|
-webkit-flex-grow: 1;
|
|
|
|
flex: 1;
|
|
|
|
flex-grow: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.counter {
|
|
|
|
-webkit-flex: 1;
|
|
|
|
flex: 0;
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
}
|
2016-01-27 11:45:51 -05:00
|
|
|
}
|
2016-01-27 11:58:25 -05:00
|
|
|
|
2017-03-24 16:03:06 -04:00
|
|
|
.milestone-sidebar {
|
|
|
|
.remaining-days strong {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.milestone-stat {
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.milestone-stat:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-01-27 11:58:25 -05:00
|
|
|
.milestone-summary {
|
2016-02-03 10:27:46 -05:00
|
|
|
.milestone-stat {
|
2016-07-14 10:36:05 -04:00
|
|
|
white-space: nowrap;
|
2016-02-03 10:27:46 -05:00
|
|
|
margin-right: 10px;
|
2016-07-18 08:52:57 -04:00
|
|
|
|
2016-07-14 10:36:05 -04:00
|
|
|
&.with-drilldown {
|
2016-07-18 08:52:57 -04:00
|
|
|
margin-right: 2px;
|
2016-07-14 10:36:05 -04:00
|
|
|
}
|
2016-02-03 10:27:46 -05:00
|
|
|
}
|
2016-01-27 12:38:03 -05:00
|
|
|
|
2016-07-14 10:36:05 -04:00
|
|
|
.milestone-stats-and-buttons {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
2016-07-15 07:11:20 -04:00
|
|
|
@media (min-width: $screen-xs-min) {
|
2016-07-14 10:36:05 -04:00
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.milestone-stats {
|
|
|
|
order: 2;
|
|
|
|
width: 100%;
|
|
|
|
padding: 7px 0;
|
|
|
|
flex-shrink: 1;
|
2016-10-03 10:19:13 -04:00
|
|
|
|
2016-07-15 07:11:20 -04:00
|
|
|
@media (min-width: $screen-xs-min) {
|
2016-07-14 10:36:05 -04:00
|
|
|
// when displayed on one line stats go first, buttons second
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
width: 100%;
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
2016-01-27 12:38:03 -05:00
|
|
|
}
|
2016-01-27 19:18:08 -05:00
|
|
|
|
2016-10-24 16:22:06 -04: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-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color-secondary;
|
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;
|
|
|
|
}
|
2017-01-13 09:27:16 -05:00
|
|
|
|
|
|
|
> a:not(:last-of-type) {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2016-01-27 19:18:08 -05:00
|
|
|
}
|
|
|
|
}
|
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
|
|
|
|
2016-12-01 00:27:58 -05:00
|
|
|
@media (max-width: $screen-xs-max) {
|
2016-08-22 18:58:28 -04:00
|
|
|
.milestone-actions {
|
|
|
|
@include clearfix();
|
|
|
|
padding-top: $gl-vert-padding;
|
|
|
|
|
|
|
|
.btn:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-07-14 10:36:05 -04:00
|
|
|
|
|
|
|
.milestone-page-header {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
2016-07-14 16:03:37 -04:00
|
|
|
align-items: center;
|
2016-07-14 10:36:05 -04:00
|
|
|
flex-wrap: wrap;
|
2016-07-18 08:52:57 -04:00
|
|
|
|
2016-07-14 10:36:05 -04:00
|
|
|
.status-box {
|
2016-07-18 08:52:57 -04:00
|
|
|
margin-top: 0;
|
2016-07-14 10:36:05 -04:00
|
|
|
}
|
2016-07-18 08:52:57 -04:00
|
|
|
|
2016-07-14 10:36:05 -04:00
|
|
|
.milestone-buttons {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-box {
|
|
|
|
order: 1;
|
|
|
|
}
|
2016-07-18 08:52:57 -04:00
|
|
|
|
2016-07-14 10:36:05 -04:00
|
|
|
.milestone-buttons {
|
|
|
|
order: 2;
|
|
|
|
}
|
2016-07-18 08:52:57 -04:00
|
|
|
|
2016-07-14 10:36:05 -04:00
|
|
|
.header-text-content {
|
|
|
|
order: 3;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.milestone-buttons .verbose {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: $screen-xs-min) {
|
|
|
|
.milestone-buttons .verbose {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-text-content {
|
|
|
|
order: 2;
|
|
|
|
width: auto;
|
|
|
|
}
|
2016-07-18 08:52:57 -04:00
|
|
|
|
2016-07-14 10:36:05 -04:00
|
|
|
.milestone-buttons {
|
|
|
|
order: 3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-01-06 11:52:18 -05:00
|
|
|
|
|
|
|
.issuable-row {
|
|
|
|
background-color: $white-light;
|
|
|
|
cursor: -webkit-grab;
|
|
|
|
cursor: grab;
|
|
|
|
}
|