92 lines
1.4 KiB
SCSS
92 lines
1.4 KiB
SCSS
.issues_table {
|
|
.issue {
|
|
padding: 10px;
|
|
|
|
.issue_check {
|
|
float: left;
|
|
padding: 8px 0;
|
|
padding-right: 8px;
|
|
min-width: 15px;
|
|
}
|
|
|
|
p {
|
|
padding-top: 0;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
img.avatar {
|
|
width: 32px;
|
|
margin-top: 1px;
|
|
}
|
|
}
|
|
}
|
|
|
|
input.check_all_issues {
|
|
float: left;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-right: 10px;
|
|
position: relative;
|
|
top: 8px;
|
|
height: 22px;
|
|
}
|
|
|
|
.issues_content {
|
|
.title {
|
|
height: 40px;
|
|
}
|
|
}
|
|
|
|
.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; } }
|
|
|
|
@media (min-width: 800px) { .issues_bulk_update select { width: 120px; } }
|
|
@media (min-width: 1200px) { .issues_bulk_update select { width: 160px; } }
|
|
|
|
#issues-table-holder {
|
|
.issues_filters {
|
|
}
|
|
|
|
.issues_bulk_update {
|
|
margin: 0;
|
|
form {
|
|
float:left;
|
|
}
|
|
|
|
.update_selected_issues {
|
|
position: relative;
|
|
top:5px;
|
|
margin-left: 4px;
|
|
float: left;
|
|
}
|
|
|
|
.update_issues_text {
|
|
padding: 3px;
|
|
line-height: 28px;
|
|
float: left;
|
|
color: #479;
|
|
}
|
|
}
|
|
}
|
|
|
|
#update_status {
|
|
width: 100px;
|
|
}
|