This commit is contained in:
Laurent Destailleur 2018-03-02 11:41:46 +01:00
parent 191a1e9350
commit 471aca5180
2 changed files with 9 additions and 2 deletions

View File

@ -3064,7 +3064,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
}
.boxstats, .boxstats130 {
display: inline-block;
margin: 3px;
margin: 8px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
@ -3095,6 +3095,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
@media only screen and (max-width: 767px)
{
.boxstats, .boxstats130 {
margin: 3px;
border: 1px solid #ddd;
box-shadow: none;
background: #ddd;

View File

@ -3081,7 +3081,7 @@ div .tdtop {
}
.boxstats, .boxstats130 {
display: inline-block;
margin: 3px;
margin: 8px;
/* border: 1px solid #CCC; */
text-align: center;
border-radius: 2px;
@ -3104,6 +3104,12 @@ div .tdtop {
}
@media only screen and (max-width: 767px)
{
.boxstats, .boxstats130 {
margin: 3px;
border: 1px solid #ddd;
box-shadow: none;
background: #ddd;
}
.thumbstat {
flex: 1 1 110px;
}