Skip to content

Commit

Permalink
CSS modification to re-position box header buttons. Simple aim: save …
Browse files Browse the repository at this point in the history
…some space.
  • Loading branch information
erdembey committed Mar 26, 2013
1 parent 2027378 commit f14a34b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions upload/admin/view/stylesheet/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
color: #666666;
font-size: 15px;
line-height: 35px;
display:inline-block;
}
.box-heading h1 i {
margin-right: 5px;
Expand All @@ -74,6 +75,16 @@
margin-bottom: 15px;
}

.box-heading .buttons{
margin-bottom: 0px;
text-align: right;
padding: 3px;
border: 0px;
float: right;
position:relative;
display:inline-block;
}

.latest{
clear:both;
}
Expand Down

0 comments on commit f14a34b

Please sign in to comment.