gitlabhq/app/assets/stylesheets/sections/issues.scss

92 lines
1.4 KiB
SCSS
Raw Normal View History

.issues_table {
.issue {
padding: 10px;
2012-06-21 07:29:53 +02:00
.issue_check {
float: left;
2012-07-28 02:35:24 +02:00
padding: 8px 0;
padding-right: 8px;
min-width: 15px;
}
p {
padding-top: 0;
padding-bottom: 2px;
2012-07-27 22:57:42 +02:00
}
img.avatar {
width: 32px;
margin-top: 1px;
2012-06-26 21:23:49 +02:00
}
}
}
2012-07-28 02:35:24 +02:00
input.check_all_issues {
float: left;
padding: 0;
margin: 0;
2012-07-28 02:35:24 +02:00
margin-right: 10px;
position: relative;
top: 8px;
height: 22px;
}
.issues_content {
.title {
height: 40px;
}
2012-07-28 02:35:24 +02: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 21:21:28 +02:00
@media (min-width: 800px) { .issues_bulk_update select { width: 120px; } }
@media (min-width: 1200px) { .issues_bulk_update select { width: 160px; } }
2012-09-01 21:21:28 +02:00
#issues-table-holder {
.issues_filters {
}
.issues_bulk_update {
2012-07-28 02:35:24 +02:00
margin: 0;
form {
2013-01-04 23:35:38 +01:00
float:left;
2012-07-28 02:35:24 +02:00
}
.update_selected_issues {
position: relative;
2013-01-04 23:35:38 +01:00
top:5px;
margin-left: 4px;
float: left;
2012-07-28 02:35:24 +02:00
}
.update_issues_text {
padding: 3px;
2013-01-04 23:35:38 +01:00
line-height: 28px;
float: left;
2013-01-04 23:35:38 +01:00
color: #479;
}
2012-07-28 02:35:24 +02:00
}
}
#update_status {
width: 100px;
}