mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +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 {
|
||||
height: 16px;
|
||||
}
|
||||
table.egwGridView_grid et2-image {
|
||||
width: 16px;
|
||||
}
|
||||
table.egwGridView_grid tbody {
|
||||
border-bottom: 1px solid #000000;
|
||||
/*padding: 2px 3px 2px 4px;*/
|
||||
|
@ -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;*/
|
||||
|
@ -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;*/
|
||||
|
@ -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;*/
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -1085,6 +1085,9 @@
|
||||
img {
|
||||
height: 12px;
|
||||
}
|
||||
et2-image {
|
||||
width: 12px;
|
||||
}
|
||||
}
|
||||
tbody {
|
||||
tr.focused{background-image: none;}
|
||||
@ -1698,4 +1701,4 @@
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user