2013-04-06 08:10:24 -04:00
|
|
|
.issues-list {
|
2012-09-19 02:14:07 -04:00
|
|
|
.issue {
|
2014-06-03 03:01:15 -04:00
|
|
|
padding: 10px 15px;
|
2013-04-06 08:10:24 -04:00
|
|
|
position: relative;
|
2012-06-21 01:29:53 -04:00
|
|
|
|
2013-04-06 08:10:24 -04:00
|
|
|
.issue-title {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-info {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-check {
|
2012-11-23 11:33:43 -05:00
|
|
|
float: left;
|
2012-07-27 20:35:24 -04:00
|
|
|
padding-right: 8px;
|
2014-02-13 12:59:09 -05:00
|
|
|
margin-bottom: 10px;
|
2012-07-27 20:35:24 -04:00
|
|
|
min-width: 15px;
|
|
|
|
}
|
|
|
|
|
2013-04-06 08:10:24 -04:00
|
|
|
.issue-labels {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-actions {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
2014-06-10 14:57:05 -04:00
|
|
|
right: 15px;
|
2012-07-27 16:57:42 -04:00
|
|
|
}
|
|
|
|
|
2013-04-06 08:10:24 -04:00
|
|
|
&:hover {
|
|
|
|
.issue-actions {
|
|
|
|
display: block;
|
|
|
|
}
|
2012-06-26 15:23:49 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-07-27 20:35:24 -04:00
|
|
|
|
2014-02-13 12:59:09 -05:00
|
|
|
.check-all-holder {
|
|
|
|
height: 32px;
|
2012-11-23 11:33:43 -05:00
|
|
|
float: left;
|
2014-02-13 12:59:09 -05:00
|
|
|
margin-right: 12px;
|
2014-06-03 03:01:15 -04:00
|
|
|
padding: 6px 15px;
|
2014-02-13 12:59:09 -05:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
@include border-radius(4px);
|
2012-07-27 22:43:34 -04:00
|
|
|
}
|
|
|
|
|
2012-09-19 02:14:07 -04:00
|
|
|
.issues_content {
|
|
|
|
.title {
|
2012-07-27 22:43:34 -04:00
|
|
|
height: 40px;
|
|
|
|
}
|
2013-08-02 05:15:30 -04:00
|
|
|
|
|
|
|
form {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-07-27 20:35:24 -04:00
|
|
|
}
|
|
|
|
|
2013-01-05 07:49:08 -05:00
|
|
|
@media (min-width: 800px) { .issues_filters select { width: 160px; } }
|
2012-11-23 11:33:43 -05:00
|
|
|
@media (min-width: 1200px) { .issues_filters select { width: 220px; } }
|
2012-09-01 15:21:28 -04:00
|
|
|
|
2014-01-11 05:11:54 -05:00
|
|
|
@media (min-width: 800px) { .issues_bulk_update .select2-container { min-width: 120px; } }
|
|
|
|
@media (min-width: 1200px) { .issues_bulk_update .select2-container { min-width: 160px; } }
|
2012-09-01 15:21:28 -04:00
|
|
|
|
2014-07-29 03:07:47 -04:00
|
|
|
.issues_bulk_update {
|
|
|
|
.select2-container .select2-choice {
|
|
|
|
color: #444 !important;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-19 02:14:07 -04:00
|
|
|
#update_status {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 100px;
|
2012-07-27 22:43:34 -04:00
|
|
|
}
|
2013-05-09 19:37:47 -04:00
|
|
|
|
|
|
|
.participants {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2013-11-25 11:58:00 -05:00
|
|
|
|
|
|
|
.issues_bulk_update {
|
2014-01-11 05:11:54 -05:00
|
|
|
.select2-container {
|
2013-11-25 11:58:00 -05:00
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
2013-11-25 15:10:18 -05:00
|
|
|
|
|
|
|
.issue-search-form {
|
|
|
|
margin: 0;
|
|
|
|
height: 24px;
|
|
|
|
|
|
|
|
.issue_search {
|
|
|
|
border: 1px solid #DDD !important;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
}
|
|
|
|
}
|
2013-12-17 09:39:39 -05:00
|
|
|
|
2014-07-30 08:15:39 -04:00
|
|
|
.issue-show-labels .color-label {
|
2013-12-19 12:36:27 -05:00
|
|
|
padding: 6px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.edit-issue {
|
|
|
|
margin: 0;
|
2013-12-17 09:39:39 -05:00
|
|
|
}
|
2014-02-20 06:51:22 -05:00
|
|
|
|
|
|
|
.merge-request,
|
|
|
|
.issue {
|
|
|
|
&.today {
|
|
|
|
background: #EFE;
|
|
|
|
border-color: #CEC;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.closed {
|
|
|
|
background: #F5f5f5;
|
|
|
|
border-color: #E5E5E5;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.merged {
|
|
|
|
background: #F5f5f5;
|
|
|
|
border-color: #E5E5E5;
|
|
|
|
}
|
|
|
|
}
|
2014-03-27 18:05:15 -04:00
|
|
|
|
|
|
|
@media (max-width: $screen-xs-max) {
|
|
|
|
.issue-btn-group {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 5px;
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: -1px;
|
|
|
|
|
|
|
|
&:first-child:not(:last-child) {
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(:first-child):not(:last-child) {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child:not(:first-child) {
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|