[UPDATE] borderless css for dashboard round stats

This commit is contained in:
iAmShorty 2014-03-10 12:07:32 +01:00
parent 6c195afb42
commit 4fc9eae9b6
2 changed files with 3 additions and 17 deletions

View File

@ -324,22 +324,8 @@ table.dataTable thead .sorting:after {
border: none;
}
span.confirmed {
width: auto;
color: #468847;
background-color: #DFF0D8;
padding: 0px 4px;
border-radius: 4px;
float: right;
}
span.unconfirmed {
width: auto;
color: #B94A48;
background-color: #F2DEDE;
padding: 0px 4px;
border-radius: 4px;
float: right;
.borderless > thead > tr > th {
border: none;
}
.footer {

View File

@ -24,7 +24,7 @@
</div>
</div>
</div>
<table class="table m-b-none text-small">
<table class="table borderless m-b-none text-small">
<thead>
<tr>
<th><h4><i class="fa fa-cloud fa-fw"></i> Round Shares</h4></th>