Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 19, 2018
1 parent 09a41fd commit 22053e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -3239,9 +3239,10 @@
margin-bottom: 5px;
text-align: center;

background: #f8f8f8;
/* background: #f8f8f8; */
border: 1px solid #eee;
box-shadow: 1px 1px 8px #ddd;
border-left: 3px solid #aaa;
box-shadow: 3px 1px 8px #ddd;
border-radius: 0px;
}
.boxstats, .boxstats130, .boxstatscontent {
Expand Down Expand Up @@ -3288,9 +3289,11 @@
}
.thumbstat {
flex: 1 1 110px;
margin-bottom: 8px;
}
.thumbstat150 {
flex: 1 1 110px;
margin-bottom: 8px;
}
.dashboardlineindicator {
float: left;
Expand Down

0 comments on commit 22053e0

Please sign in to comment.