CSS
This commit is contained in:
parent
01b0336e9b
commit
7b9aee4af0
@ -833,20 +833,24 @@ div.fiche>div.tabBar>form>div.div-table-responsive {
|
|||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.thumbstat {
|
/*.thumbstat {
|
||||||
flex: 1 1 116px;
|
flex: 1 1 116px;
|
||||||
}
|
}*/
|
||||||
.thumbstat150 {
|
.thumbstat150 {
|
||||||
flex: 1 1 170px;
|
flex: 1 1 170px;
|
||||||
}
|
}
|
||||||
.thumbstat, .thumbstat150 {
|
.thumbstat, .thumbstat150 {
|
||||||
/* flex-grow: 1; */
|
/*
|
||||||
/* flex-shrink: 1; */
|
flex-shrink: 1;
|
||||||
/* flex-basis: 140px; */
|
flex-basis: 140px;
|
||||||
display: inline;
|
display: inline;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
*/
|
||||||
|
flex-grow: 1;
|
||||||
|
flex-shrink: 0;
|
||||||
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
select.selectarrowonleft {
|
select.selectarrowonleft {
|
||||||
@ -3097,7 +3101,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
.boxstats, .boxstats130 {
|
.boxstats, .boxstats130 {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
box-shadow: 1px 1px 5px #bbb;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.boxstats130 {
|
.boxstats130 {
|
||||||
text-align: <?php echo $left; ?>
|
text-align: <?php echo $left; ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user