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
|
@ -5,7 +5,7 @@
|
|||
|
||||
.mr_branch_box {
|
||||
@extend .ui-box;
|
||||
margin-bottom:20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.body {
|
||||
background:#f1f1f1;
|
||||
|
@ -23,14 +23,14 @@
|
|||
}
|
||||
|
||||
form {
|
||||
margin-bottom:0;
|
||||
margin-bottom: 0;
|
||||
.clearfix {
|
||||
margin-bottom:0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.accept_group {
|
||||
float:left;
|
||||
float: left;
|
||||
border: 1px solid #ADA;
|
||||
padding: 2px;
|
||||
@include border-radius(5px);
|
||||
|
@ -38,13 +38,13 @@
|
|||
background: #CEB;
|
||||
|
||||
.accept_merge_request {
|
||||
font-size:13px;
|
||||
float:left;
|
||||
font-size: 13px;
|
||||
float: left;
|
||||
}
|
||||
.remove_branch_holder {
|
||||
margin-left:20px;
|
||||
margin-right:10px;
|
||||
float:left;
|
||||
margin-left: 20px;
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
}
|
||||
label {
|
||||
color:#444;
|
||||
|
@ -60,9 +60,9 @@
|
|||
.mr_nav_tabs {
|
||||
li {
|
||||
a {
|
||||
font-weight:bold;
|
||||
font-weight: bold;
|
||||
padding:8px 20px;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -87,8 +87,8 @@ li.merge_request {
|
|||
.label_branch {
|
||||
@include round-borders-all(4px);
|
||||
padding:2px 4px;
|
||||
border:none;
|
||||
font-size:14px;
|
||||
border: none;
|
||||
font-size: 14px;
|
||||
background: #474D57;
|
||||
color:#fff;
|
||||
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
||||
|
@ -97,8 +97,8 @@ li.merge_request {
|
|||
.mr_source_commit,
|
||||
.mr_target_commit {
|
||||
.commit {
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
.avatar { position:relative }
|
||||
|
@ -109,11 +109,11 @@ li.merge_request {
|
|||
.dash,
|
||||
.committed_ago,
|
||||
.browse_code_link_holder {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
list-style:none;
|
||||
list-style: none;
|
||||
&:hover {
|
||||
background:none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -126,14 +126,14 @@ li.merge_request {
|
|||
@extend .main_box;
|
||||
.merge_requests_middle_box {
|
||||
@extend .middle_box_content;
|
||||
height:30px;
|
||||
height: 30px;
|
||||
.merge_requests_assignee {
|
||||
@extend .span6;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
.merge_requests_milestone {
|
||||
@extend .span4;
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue