Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hasinhayder committed Jun 14, 2015
1 parent 08db804 commit 951f180
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,18 @@ form {
.form-element .option-param:nth-child(2) .opt-param-type {
display: block;
}

.move-up, .move-down{
text-align: center;
line-height:20px;
}

.move-up i, .move-down i{
font-size:9px;
margin:0px;
}

.remove{
line-height: 20px;
font-size:11px;
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ <h2>Metabox Fields</h2>
<div class="row">
<div class="col-md-1">
<label>&nbsp;</label><br/>
<a class="btn btn-sm btn-warning move-up" href="">U</a>
<a class="btn btn-sm btn-warning move-down" href="">D</a>
<a class="btn btn-sm btn-warning move-up" href=""><i class="glyphicon glyphicon-arrow-up"></i></a>
<a class="btn btn-sm btn-warning move-down" href=""><i class="glyphicon glyphicon-arrow-down"></i></a>
</div>
<div class="col-md-2">
<label>Field ID</label>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h2>Metabox Fields</h2>
</div>
<div class="col-md-2">
<label>&nbsp;</label><br/>
<a class="btn btn-primary add-more" href=""> + </a>
<a class="btn btn-success add-more" href=""> + </a>
<a class="btn btn-danger remove" href=""> X </a>
</div>
</div>
Expand Down

0 comments on commit 951f180

Please sign in to comment.