use ui-box as for all
This commit is contained in:
parent
14d0ef8f37
commit
c6298678f5
23 changed files with 151 additions and 314 deletions
|
@ -1,31 +1,3 @@
|
|||
.issue_form_box {
|
||||
@extend .main_box;
|
||||
.issue_title {
|
||||
@extend .top_box_content;
|
||||
.clearfix {
|
||||
margin-bottom: 0px;
|
||||
input {
|
||||
@extend .span8;
|
||||
}
|
||||
}
|
||||
}
|
||||
.issue_middle_block {
|
||||
@extend .middle_box_content;
|
||||
height: 30px;
|
||||
.issue_assignee {
|
||||
@extend .span6;
|
||||
float: left;
|
||||
}
|
||||
.issue_milestone {
|
||||
@extend .span4;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
.issue_description {
|
||||
@extend .bottom_box_content;
|
||||
}
|
||||
}
|
||||
|
||||
.issues_table {
|
||||
.issue {
|
||||
padding: 7px 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue