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