gitlab-org--gitlab-foss/app/assets/stylesheets/sections/issues.scss

113 lines
1.7 KiB
SCSS
Raw Normal View History

2013-04-06 08:10:24 -04:00
.issues-list {
.issue {
padding: 10px;
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 {
float: left;
2012-07-27 20:35:24 -04:00
padding: 8px 0;
padding-right: 8px;
min-width: 15px;
}
2013-04-06 08:10:24 -04:00
.issue-labels {
display: inline-block;
}
.issue-actions {
display: none;
position: absolute;
top: 10px;
right: 2px;
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
input.check_all_issues {
float: left;
padding: 0;
margin: 0;
2012-07-27 20:35:24 -04:00
margin-right: 10px;
position: relative;
top: 8px;
height: 22px;
}
.issues_content {
.title {
height: 40px;
}
2012-07-27 20:35:24 -04:00
}
.btn.close_issue {
color: #B94A48;
font-weight: bold;
@include shade;
&:hover {
color: #B94A48;
}
}
.btn.reopen_issue {
color: #468847;
font-weight: bold;
@include shade;
&:hover {
color: #468847;
}
}
@media (min-width: 800px) { .issues_filters select { width: 160px; } }
@media (min-width: 1200px) { .issues_filters select { width: 220px; } }
2012-09-01 15:21:28 -04:00
@media (min-width: 800px) { .issues_bulk_update select { width: 120px; } }
@media (min-width: 1200px) { .issues_bulk_update select { width: 160px; } }
2012-09-01 15:21:28 -04:00
.issues-holder {
.issues_filters {
}
.issues_bulk_update {
2012-07-27 20:35:24 -04:00
margin: 0;
form {
2013-01-04 17:35:38 -05:00
float:left;
2012-07-27 20:35:24 -04:00
}
.update_selected_issues {
position: relative;
2013-01-04 17:35:38 -05:00
top:5px;
margin-left: 4px;
float: left;
2012-07-27 20:35:24 -04:00
}
.update_issues_text {
padding: 3px;
2013-01-04 17:35:38 -05:00
line-height: 28px;
float: left;
2013-01-04 17:35:38 -05:00
color: #479;
}
2012-07-27 20:35:24 -04:00
}
}
#update_status {
width: 100px;
}
.participants {
margin-bottom: 10px;
}