Skip to content

Commit

Permalink
small css improvements for prism panels
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 9, 2016
1 parent 8be43b8 commit 2e91259
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -19,7 +19,7 @@
<wicket:panel>
<div class="box box-default">
<!--collapsed-box-->
<div class="box-header" style="margin-top: -10px">
<div class="box-header with-border" style="margin-top: -10px">
<div class="visible" wicket:id="header">
<div class="col-xs-4 container-name" wicket:id="label"/>

Expand All @@ -29,7 +29,7 @@
</div>
</div>
</div>
<div class="attributeComponent box-body">
<div class="attributeComponent box-body" style="padding: 0;">
<div wicket:id="properties">
<div class="row" wicket:id="property"/>
</div>
Expand Down

0 comments on commit 2e91259

Please sign in to comment.