set width (instead of height) for et2-image in grid

This commit is contained in:
ralf 2024-08-19 15:20:22 +02:00
parent da9b08e999
commit 05be3df77e
7 changed files with 25 additions and 6 deletions

View File

@ -6092,6 +6092,9 @@ table.egwGridView_grid {
table.egwGridView_grid img {
height: 16px;
}
table.egwGridView_grid et2-image {
width: 16px;
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/

View File

@ -6095,6 +6095,9 @@ table.egwGridView_grid {
table.egwGridView_grid img {
height: 16px;
}
table.egwGridView_grid et2-image {
width: 16px;
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/

View File

@ -6074,6 +6074,9 @@ table.egwGridView_grid {
table.egwGridView_grid img {
height: 16px;
}
table.egwGridView_grid et2-image {
width: 16px;
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/

View File

@ -6085,6 +6085,9 @@ table.egwGridView_grid {
table.egwGridView_grid img {
height: 16px;
}
table.egwGridView_grid et2-image {
width: 16px;
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/

View File

@ -169,11 +169,8 @@ table.egwGridView_outer{
/*########################################################*/
// Tabelle der APP Ausgabe
table.egwGridView_grid{
table.egwGridView_grid
{
// border-collapse:collapse;
font-size: 12px;
.background_color_0_gray;
@ -181,6 +178,7 @@ table.egwGridView_grid{
width: 100%;
img{ .dimension_height_s;}
et2-image { width: 16px; }
tbody {
border-bottom: 1px solid @lightgray;

View File

@ -6106,6 +6106,9 @@ table.egwGridView_grid {
table.egwGridView_grid img {
height: 16px;
}
table.egwGridView_grid et2-image {
width: 16px;
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/
@ -8880,6 +8883,9 @@ table.egwGridView_grid img.et2_appicon {
body .et2_nextmatch table.egwGridView_grid tr img {
height: 12px;
}
body .et2_nextmatch table.egwGridView_grid tr et2-image {
width: 12px;
}
body .et2_nextmatch table.egwGridView_grid tbody tr.focused {
background-image: none;
}

View File

@ -1085,6 +1085,9 @@
img {
height: 12px;
}
et2-image {
width: 12px;
}
}
tbody {
tr.focused{background-image: none;}
@ -1698,4 +1701,4 @@
border-radius: 0;
}
}
}
}