Stats No-Padding
This commit is contained in:
parent
807e8d830c
commit
f76a157a4d
@ -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;
|
||||
}
|
||||
@ -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>
|
||||
<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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user