mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
change Icon sizing in GridView (projectmanager)
This commit is contained in:
parent
5d968c567f
commit
a5bbfc627a
@ -6060,8 +6060,9 @@ table.egwGridView_grid img {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid et2-image {
|
table.egwGridView_grid et2-image {
|
||||||
width: 16px;
|
width: 1em;
|
||||||
font-size: 16px;
|
font-size: 1.5em;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
|
@ -6053,8 +6053,9 @@ table.egwGridView_grid img {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid et2-image {
|
table.egwGridView_grid et2-image {
|
||||||
width: 16px;
|
width: 1em;
|
||||||
font-size: 16px;
|
font-size: 1.5em;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
|
@ -179,8 +179,9 @@ table.egwGridView_grid
|
|||||||
|
|
||||||
img{ .dimension_height_s;}
|
img{ .dimension_height_s;}
|
||||||
et2-image {
|
et2-image {
|
||||||
width: 16px;
|
width: 1em;
|
||||||
font-size: 16px;
|
font-size: 1.5em;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
|
Loading…
Reference in New Issue
Block a user