change Icon sizing in GridView (projectmanager)

This commit is contained in:
milan 2024-11-20 17:30:41 +01:00
parent 5d968c567f
commit a5bbfc627a
3 changed files with 9 additions and 6 deletions

View File

@ -6060,8 +6060,9 @@ table.egwGridView_grid img {
height: 16px;
}
table.egwGridView_grid et2-image {
width: 16px;
font-size: 16px;
width: 1em;
font-size: 1.5em;
display: flex;
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;

View File

@ -6053,8 +6053,9 @@ table.egwGridView_grid img {
height: 16px;
}
table.egwGridView_grid et2-image {
width: 16px;
font-size: 16px;
width: 1em;
font-size: 1.5em;
display: flex;
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;

View File

@ -179,8 +179,9 @@ table.egwGridView_grid
img{ .dimension_height_s;}
et2-image {
width: 16px;
font-size: 16px;
width: 1em;
font-size: 1.5em;
display: flex;
}
tbody {