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

128 lines
1.9 KiB
SCSS
Raw Normal View History

2013-04-06 12:10:24 +00:00
.issues-list {
.issue {
padding: 10px;
2013-04-06 12:10:24 +00:00
position: relative;
2012-06-21 05:29:53 +00:00
2013-04-06 12:10:24 +00:00
.issue-title {
margin-bottom: 5px;
font-size: 14px;
}
.issue-info {
color: #999;
}
.issue-check {
float: left;
2012-07-28 00:35:24 +00:00
padding-right: 8px;
margin-bottom: 10px;
2012-07-28 00:35:24 +00:00
min-width: 15px;
}
2013-04-06 12:10:24 +00:00
.issue-labels {
display: inline-block;
}
.issue-actions {
display: none;
position: absolute;
top: 10px;
right: 2px;
2012-07-27 20:57:42 +00:00
}
2013-04-06 12:10:24 +00:00
&:hover {
.issue-actions {
display: block;
}
2012-06-26 19:23:49 +00:00
}
}
}
2012-07-28 00:35:24 +00:00
.check-all-holder {
height: 32px;
float: left;
margin-right: 12px;
padding: 6px 10px;
border: 1px solid #ccc;
@include border-radius(4px);
input.check_all_issues {
padding: 0;
margin: 0;
position: relative;
top: 3px;
}
}
.issues_content {
.title {
height: 40px;
}
form {
margin: 0;
}
2012-07-28 00:35:24 +00:00
}
@media (min-width: 800px) { .issues_filters select { width: 160px; } }
@media (min-width: 1200px) { .issues_filters select { width: 220px; } }
2012-09-01 19:21:28 +00: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 19:21:28 +00:00
.issues-holder {
.issues_filters {
}
.issues_bulk_update {
2012-07-28 00:35:24 +00:00
margin: 0;
form {
2013-01-04 22:35:38 +00:00
float:left;
2012-07-28 00:35:24 +00:00
}
.update_selected_issues {
margin-left: 4px;
2012-07-28 00:35:24 +00:00
}
.select2-container .select2-choice {
height: 32px;
line-height: 28px;
color: #444 !important;
font-weight: 500;
}
2012-07-28 00:35:24 +00:00
}
}
#update_status {
width: 100px;
}
.participants {
margin-bottom: 10px;
}
.issues_bulk_update {
.select2-container {
text-shadow: none;
}
}
.issue-search-form {
margin: 0;
height: 24px;
.issue_search {
border: 1px solid #DDD !important;
background-color: #f4f4f4;
}
}
.issue-show-labels .label {
padding: 6px 10px;
}
form.edit-issue {
margin: 0;
}