forked from extern/egroupware
Fix streched infolog type icons
This commit is contained in:
parent
50f4b5cd47
commit
e80f272a07
@ -1664,6 +1664,10 @@ table.et2_grid {
|
||||
.et2_grid td[align="right"] {
|
||||
padding-right: 8px;
|
||||
}
|
||||
table.egwGridView_grid img {
|
||||
/* Keep images in a grid from growing if they're in a box */
|
||||
flex-grow: 0;
|
||||
}
|
||||
/**
|
||||
* Sortable grid
|
||||
*/
|
||||
|
@ -6043,6 +6043,7 @@ table.egwGridView_grid {
|
||||
}
|
||||
table.egwGridView_grid img {
|
||||
height: 16px;
|
||||
flex-grow: 0;
|
||||
}
|
||||
table.egwGridView_grid tbody {
|
||||
border-bottom: 1px solid #000000;
|
||||
|
Loading…
Reference in New Issue
Block a user