mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
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"] {
|
.et2_grid td[align="right"] {
|
||||||
padding-right: 8px;
|
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
|
* Sortable grid
|
||||||
*/
|
*/
|
||||||
|
@ -6043,6 +6043,7 @@ table.egwGridView_grid {
|
|||||||
}
|
}
|
||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
flex-grow: 0;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user