mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
set width (instead of height) for et2-image in grid
This commit is contained in:
parent
da9b08e999
commit
05be3df77e
@ -6092,6 +6092,9 @@ table.egwGridView_grid {
|
|||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid et2-image {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
/*padding: 2px 3px 2px 4px;*/
|
/*padding: 2px 3px 2px 4px;*/
|
||||||
|
@ -6095,6 +6095,9 @@ table.egwGridView_grid {
|
|||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid et2-image {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
/*padding: 2px 3px 2px 4px;*/
|
/*padding: 2px 3px 2px 4px;*/
|
||||||
|
@ -6074,6 +6074,9 @@ table.egwGridView_grid {
|
|||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid et2-image {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
/*padding: 2px 3px 2px 4px;*/
|
/*padding: 2px 3px 2px 4px;*/
|
||||||
|
@ -6085,6 +6085,9 @@ table.egwGridView_grid {
|
|||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid et2-image {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
/*padding: 2px 3px 2px 4px;*/
|
/*padding: 2px 3px 2px 4px;*/
|
||||||
|
@ -169,11 +169,8 @@ table.egwGridView_outer{
|
|||||||
/*########################################################*/
|
/*########################################################*/
|
||||||
// Tabelle der APP Ausgabe
|
// Tabelle der APP Ausgabe
|
||||||
|
|
||||||
table.egwGridView_grid{
|
table.egwGridView_grid
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// border-collapse:collapse;
|
// border-collapse:collapse;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
.background_color_0_gray;
|
.background_color_0_gray;
|
||||||
@ -181,6 +178,7 @@ table.egwGridView_grid{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
img{ .dimension_height_s;}
|
img{ .dimension_height_s;}
|
||||||
|
et2-image { width: 16px; }
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
border-bottom: 1px solid @lightgray;
|
border-bottom: 1px solid @lightgray;
|
||||||
|
@ -6106,6 +6106,9 @@ table.egwGridView_grid {
|
|||||||
table.egwGridView_grid img {
|
table.egwGridView_grid img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid et2-image {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
/*padding: 2px 3px 2px 4px;*/
|
/*padding: 2px 3px 2px 4px;*/
|
||||||
@ -8880,6 +8883,9 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
body .et2_nextmatch table.egwGridView_grid tr img {
|
body .et2_nextmatch table.egwGridView_grid tr img {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
body .et2_nextmatch table.egwGridView_grid tr et2-image {
|
||||||
|
width: 12px;
|
||||||
|
}
|
||||||
body .et2_nextmatch table.egwGridView_grid tbody tr.focused {
|
body .et2_nextmatch table.egwGridView_grid tbody tr.focused {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
@ -1085,6 +1085,9 @@
|
|||||||
img {
|
img {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
et2-image {
|
||||||
|
width: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
tbody {
|
tbody {
|
||||||
tr.focused{background-image: none;}
|
tr.focused{background-image: none;}
|
||||||
|
Loading…
Reference in New Issue
Block a user