Skip to content

Commit

Permalink
html/css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Nov 9, 2017
1 parent cbdf8ad commit 530a22e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -17,12 +17,14 @@
<body>
<wicket:panel>
<div class="feedback-message box box-solid" wicket:id="detailsBox">
<div class="box-header with-border">
<div class="box-header">
<i class="icon fa " wicket:id="iconType"></i>
<b class="box-title" wicket:id="message">
</b>
<div class="box-tools pull-right">
<div wicket:id="close" data-widget="remove" class="btn btn-box-tool fa fa-times"></div>
<div wicket:id="close" data-widget="remove" class="btn btn-box-tool">
<i class="fa fa-times"/>
</div>
</div>
</div>

Expand Down
Expand Up @@ -121,8 +121,6 @@ public void onClick(AjaxRequestTarget target) {
};

box.add(close);


}

public void close(AjaxRequestTarget target){
Expand Down

0 comments on commit 530a22e

Please sign in to comment.