Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore(card): forces table background
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Wilson committed May 27, 2015
1 parent 03ae5fb commit 53cfbd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/components/ui/countCard/templates/card.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="panel panel-default CountCard">
<div class="row">
<div class="col-xs-9">
<div class="col-xs-10 col-sm-9">
<div class="CountCard-title">{{ title | translate }}</div>
<div class="CountCard-data">{{ data }}</div>
</div>
<div class="col-xs-2">
<div class="col-xs-2 col-sm-3 text-right">
<i class="CountCard-icon fa fa-3x {{ icon }}"></i>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions app/styles/tables.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// --- table

.table {
background: #fff;
}

td.truncated-cell {
max-width: 150px;
overflow: hidden;
Expand Down

0 comments on commit 53cfbd1

Please sign in to comment.