ajout de table-sticky
This commit is contained in:
parent
f7e692df0c
commit
33a10a37c2
@ -34,6 +34,12 @@
|
||||
.left-gap { margin-left: 1em;}
|
||||
.right-gap { margin-right: 1em;}
|
||||
|
||||
table.table-sticky tr th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* si un navbar-form contient des btn-sm ou des btn-xs, utiliser les classes ci-dessous. */
|
||||
.navbar-form-sm { margin-top: 10px; margin-bottom: 10px; }
|
||||
.navbar-form-xs { margin-top: 14px; margin-bottom: 14px; }
|
||||
|
Loading…
Reference in New Issue
Block a user