CSS
This commit is contained in:
parent
191a1e9350
commit
471aca5180
@ -3064,7 +3064,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
}
|
}
|
||||||
.boxstats, .boxstats130 {
|
.boxstats, .boxstats130 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 3px;
|
margin: 8px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -3095,6 +3095,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
@media only screen and (max-width: 767px)
|
@media only screen and (max-width: 767px)
|
||||||
{
|
{
|
||||||
.boxstats, .boxstats130 {
|
.boxstats, .boxstats130 {
|
||||||
|
margin: 3px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
|
|||||||
@ -3081,7 +3081,7 @@ div .tdtop {
|
|||||||
}
|
}
|
||||||
.boxstats, .boxstats130 {
|
.boxstats, .boxstats130 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 3px;
|
margin: 8px;
|
||||||
/* border: 1px solid #CCC; */
|
/* border: 1px solid #CCC; */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@ -3104,6 +3104,12 @@ div .tdtop {
|
|||||||
}
|
}
|
||||||
@media only screen and (max-width: 767px)
|
@media only screen and (max-width: 767px)
|
||||||
{
|
{
|
||||||
|
.boxstats, .boxstats130 {
|
||||||
|
margin: 3px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
box-shadow: none;
|
||||||
|
background: #ddd;
|
||||||
|
}
|
||||||
.thumbstat {
|
.thumbstat {
|
||||||
flex: 1 1 110px;
|
flex: 1 1 110px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user