|
@@ -293,7 +293,28 @@ desired effect
|
|
|
<section class="content">
|
|
|
|
|
|
<!-- Your Page Content Here -->
|
|
|
+ <div class="box box-success box-solid">
|
|
|
+ <div class="box-header with-border">
|
|
|
+ <h3 class="box-title">My Title</h3>
|
|
|
+ <div class="box-tools pull-right">
|
|
|
+ <div class="btn-group open">
|
|
|
+ <button class="btn btn-xs btn-primary dropdown-toggle" data-toggle="dropdown">
|
|
|
+ <i class="fa fa-cog"></i> <span class="caret"></span>
|
|
|
+ </button>
|
|
|
|
|
|
+ <ul class="dropdown-menu">
|
|
|
+ <li><a href="#" title="edit"><i class="fa fa-pencil"></i> Edit</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- /.box-tools -->
|
|
|
+ </div>
|
|
|
+ <!-- /.box-header -->
|
|
|
+ <div class="box-body">
|
|
|
+ The body of the box
|
|
|
+ </div>
|
|
|
+ <!-- /.box-body -->
|
|
|
+ </div>
|
|
|
</section>
|
|
|
<!-- /.content -->
|
|
|
</div>
|