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;
}
/* No Padding for Tables */
.no-padding {
padding:0
}
.no-padding table {
margin: 0
}
.no-padding .table-bordered {
border: 0;
}

View File

@ -17,7 +17,7 @@
</div>
<div class="form-group">
<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>
<input type="submit" value="Add New Worker" class="btn btn-outline btn-success btn-lg btn-block">
</div>

View File

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

View File

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

View File

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

View File

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