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