Skip to content

Commit

Permalink
updated griddle styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Trost authored and Nathan Trost committed Jun 10, 2016
1 parent 9baa17d commit 47d9290
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/www/fusion-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5205,6 +5205,12 @@ th {

@media screen and (max-width: 992px){

.griddle-container{

border: 0;

}

.griddle-settings .griddle-column-selection{

width: 50%;
Expand All @@ -5222,20 +5228,14 @@ th {

.griddle-body td{

border: 1px solid rgb(153, 153, 153);
border: 1px solid #ddd;

display: block;

padding: 0;

}

.griddle-body tr{

border: 1px solid rgb(153, 153, 153);

}

.griddle__inner-cell{

display: inline-block;
Expand All @@ -5258,7 +5258,7 @@ th {

background-color: rgb(247, 247, 247);

border-right: 1px solid rgb(153, 153, 153);
border-right: 1px solid #ddd;

font-weight: bold;

Expand Down

0 comments on commit 47d9290

Please sign in to comment.