Added some uniformity, all css properties and values are separated by a colon and a space :
This commit is contained in:
parent
755e4a4700
commit
84de1b71d1
26 changed files with 502 additions and 502 deletions
|
@ -3,7 +3,7 @@
|
|||
.issue_title {
|
||||
@extend .top_box_content;
|
||||
.clearfix {
|
||||
margin-bottom:0px;
|
||||
margin-bottom: 0px;
|
||||
input {
|
||||
@extend .span8;
|
||||
}
|
||||
|
@ -11,14 +11,14 @@
|
|||
}
|
||||
.issue_middle_block {
|
||||
@extend .middle_box_content;
|
||||
height:30px;
|
||||
height: 30px;
|
||||
.issue_assignee {
|
||||
@extend .span6;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
.issue_milestone {
|
||||
@extend .span4;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
.issue_description {
|
||||
|
@ -31,28 +31,28 @@
|
|||
padding:7px 10px;
|
||||
|
||||
.issue_check {
|
||||
float:left;
|
||||
float: left;
|
||||
padding: 8px 0;
|
||||
padding-right: 8px;
|
||||
min-width: 15px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-top:0;
|
||||
padding-bottom:2px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
img.avatar {
|
||||
width:32px;
|
||||
margin-top:1px;
|
||||
width: 32px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input.check_all_issues {
|
||||
float:left;
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
margin-right: 10px;
|
||||
position: relative;
|
||||
top: 8px;
|
||||
|
@ -82,16 +82,16 @@ input.check_all_issues {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 800px) { .issues_filters select { width:160px; } }
|
||||
@media (min-width: 1000px) { .issues_filters select { width:200px; } }
|
||||
@media (min-width: 1200px) { .issues_filters select { width:220px; } }
|
||||
@media (min-width: 800px) { .issues_filters select { width: 160px; } }
|
||||
@media (min-width: 1000px) { .issues_filters select { width: 200px; } }
|
||||
@media (min-width: 1200px) { .issues_filters select { width: 220px; } }
|
||||
|
||||
|
||||
#issues-table-holder {
|
||||
.issues_filters {
|
||||
form {
|
||||
padding:0;
|
||||
margin:0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-top:7px
|
||||
}
|
||||
}
|
||||
|
@ -99,27 +99,27 @@ input.check_all_issues {
|
|||
.issues_bulk_update {
|
||||
margin: 0;
|
||||
form {
|
||||
padding:0;
|
||||
margin:0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-top:7px
|
||||
}
|
||||
.update_selected_issues {
|
||||
position:relative;
|
||||
position: relative;
|
||||
top:-2px;
|
||||
margin-left:4px;
|
||||
float:left;
|
||||
margin-left: 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.update_issues_text {
|
||||
padding:3px;
|
||||
padding: 3px;
|
||||
line-height: 18px;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#update_status {
|
||||
width:100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -136,11 +136,11 @@ input.check_all_issues {
|
|||
*/
|
||||
|
||||
.ui-datepicker {
|
||||
border:none;
|
||||
box-shadow:none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
.ui-datepicker-header {
|
||||
@include solid_shade;
|
||||
margin-bottom:10px;
|
||||
margin-bottom: 10px;
|
||||
border:1px solid #bbb;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue