css standard pour le th/td.icone
This commit is contained in:
parent
d16ce21598
commit
4f2a8bf3a1
1 changed files with 18 additions and 0 deletions
|
@ -29,3 +29,21 @@
|
|||
td.id {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
th.icone {
|
||||
width: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
td.icone {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
td.icone > * {
|
||||
width: 100%;
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
td.icone i {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue