Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 1, 2018
1 parent f36308f commit 35d6c75
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -3021,10 +3021,12 @@
.boxstats, .boxstats130 {
display: inline-block;
margin: 3px;
/* border: 1px solid #CCC; */
text-align: center;
border-radius: 2px;
background: #eee;

background: #f8f8f8;
border: 1px solid #eee;
box-shadow: 1px 1px 6px #bbb;
border-radius: 0px;
}
.boxstats, .boxstats130, .boxstatscontent {
white-space: nowrap;
Expand All @@ -3046,6 +3048,11 @@

@media only screen and (max-width: 767px)
{
.boxstats, .boxstats130 {
border: 1px solid #ddd;
box-shadow: none;
text-align: <?php echo $left; ?>
}
.thumbstat {
flex: 1 1 110px;
}
Expand Down

0 comments on commit 35d6c75

Please sign in to comment.