diff --git a/upload/admin/view/stylesheet/stylesheet.css b/upload/admin/view/stylesheet/stylesheet.css index 937556f9a1e..c7d2fc1010c 100644 --- a/upload/admin/view/stylesheet/stylesheet.css +++ b/upload/admin/view/stylesheet/stylesheet.css @@ -55,6 +55,7 @@ color: #666666; font-size: 15px; line-height: 35px; + display:inline-block; } .box-heading h1 i { margin-right: 5px; @@ -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; }