This commit is contained in:
Laurent Destailleur 2018-02-07 02:29:55 +01:00
parent ad621f4035
commit b1f43a14bd
2 changed files with 6 additions and 4 deletions

View File

@ -2945,14 +2945,15 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
border: none; border: none;
}*/ }*/
.boxstatsborder { .boxstatsborder {
border: 1px solid #CCC !important; /* border: 1px solid #CCC !important; */
} }
.boxstats, .boxstats130 { .boxstats, .boxstats130 {
display: inline-block; display: inline-block;
margin: 3px; margin: 3px;
border: 1px solid #CCC; /* border: 1px solid #CCC; */
text-align: center; text-align: center;
border-radius: 2px; border-radius: 2px;
background: #eee;
} }
.boxstats, .boxstats130, .boxstatscontent { .boxstats, .boxstats130, .boxstatscontent {
white-space: nowrap; white-space: nowrap;

View File

@ -3020,14 +3020,15 @@ div .tdtop {
border: none; border: none;
}*/ }*/
.boxstatsborder { .boxstatsborder {
border: 1px solid #CCC !important; /* border: 1px solid #CCC !important; */
} }
.boxstats, .boxstats130 { .boxstats, .boxstats130 {
display: inline-block; display: inline-block;
margin: 3px; margin: 3px;
border: 1px solid #CCC; /* border: 1px solid #CCC; */
text-align: center; text-align: center;
border-radius: 2px; border-radius: 2px;
background: #eee;
} }
.boxstats, .boxstats130, .boxstatscontent { .boxstats, .boxstats130, .boxstatscontent {
white-space: nowrap; white-space: nowrap;