Stats No-Padding

This commit is contained in:
root 2014-03-01 12:18:23 -07:00
parent 807e8d830c
commit f76a157a4d
6 changed files with 11 additions and 5 deletions

View File

@ -306,10 +306,16 @@ table.dataTable thead .sorting:after {
margin: 15px 0; margin: 15px 0;
} }
/* No Padding for Tables */
.no-padding { .no-padding {
padding:0 padding:0
} }
.no-padding table { .no-padding table {
margin: 0 margin: 0
}
.no-padding .table-bordered {
border: 0;
} }

View File

@ -17,7 +17,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label>Worker Password</label> <label>Worker Password</label>
<input class="form-control" type="text" name="password" value="password" size="10" maxlength="20" required>&nbsp; <input class="form-control" type="text" name="password" value="password" size="10" maxlength="20" required>
</div> </div>
<input type="submit" value="Add New Worker" class="btn btn-outline btn-success btn-lg btn-block"> <input type="submit" value="Add New Worker" class="btn btn-outline btn-success btn-lg btn-block">
</div> </div>

View File

@ -3,7 +3,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-th fa-fw"></i> Last Found Blocks <i class="fa fa-th fa-fw"></i> Last Found Blocks
</div> </div>
<div class="panel-body"> <div class="panel-body no-padding">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead> <thead>
<tr> <tr>

View File

@ -3,7 +3,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-tachometer fa-fw"></i> Contributor Hashrates <i class="fa fa-tachometer fa-fw"></i> Contributor Hashrates
</div> </div>
<div class="panel-body"> <div class="panel-body no-padding">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead> <thead>
<tr> <tr>

View File

@ -3,7 +3,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-tachometer fa-fw"></i> Contributor Shares <i class="fa fa-tachometer fa-fw"></i> Contributor Shares
</div> </div>
<div class="panel-body"> <div class="panel-body no-padding">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead> <thead>
<tr> <tr>

View File

@ -3,7 +3,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-bar-chart-o fa-fw"></i> General Statistics <i class="fa fa-bar-chart-o fa-fw"></i> General Statistics
</div> </div>
<div class="panel-body"> <div class="panel-body no-padding">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<tbody> <tbody>
<tr> <tr>