1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.issues-list {
.issue {
padding: 10px;
position: relative;
.issue-title {
margin-bottom: 5px;
font-size: 14px;
}
.issue-info {
color: #999;
}
.issue-check {
float: left;
padding: 8px 0;
padding-right: 8px;
min-width: 15px;
}
.issue-labels {
display: inline-block;
}
.issue-actions {
display: none;
position: absolute;
top: 10px;
right: 2px;
}
&:hover {
.issue-actions {
display: block;
}
}
}
}
input.check_all_issues {
float: left;
padding: 0;
margin: 0;
margin-right: 10px;
position: relative;
top: 13px;
}
.issues_content {
.title {
height: 40px;
}
form {
margin: 0;
}
}
.btn.close_issue {
color: #B94A48;
font-weight: bold;
&:hover {
color: #B94A48;
}
}
.btn.reopen_issue {
color: #468847;
font-weight: bold;
&: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 .select2-container { min-width: 120px; } }
@media (min-width: 1200px) { .issues_bulk_update .select2-container { min-width: 160px; } }
.issues-holder {
.issues_filters {
}
.issues_bulk_update {
margin: 0;
form {
float:left;
}
.update_selected_issues {
margin-left: 4px;
}
}
}
#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;
}