Mail: Adjust column alignment in horiziontal view

This commit is contained in:
nathan 2022-11-09 15:02:56 -07:00
parent a6bcc3228d
commit cbccbba108
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<template id="mail.index.rows.horizental" template="" lang="" group="0" version="1.9.001">
<grid width="100%">
<columns>
<column minWidth="50" maxWidth="50" width="50"/>
<column minWidth="60" maxWidth="60" width="60"/>
<column width="20"/>
<column width="20"/>
<column width="40%"/>

View File

@ -6062,7 +6062,7 @@ table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
/*white-space: inherit;*/
}
table.egwGridView_grid tbody td[align="right"] {
padding: 1px 5px 3px 0;
padding: 3px 3px 3px 0;
}
table.egwGridView_grid > tr {
border-bottom: 1px solid;

View File

@ -6042,7 +6042,7 @@ table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
/*white-space: inherit;*/
}
table.egwGridView_grid tbody td[align="right"] {
padding: 1px 5px 3px 0;
padding: 3px 3px 3px 0;
}
table.egwGridView_grid > tr {
border-bottom: 1px solid;

View File

@ -6063,7 +6063,7 @@ table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
/*white-space: inherit;*/
}
table.egwGridView_grid tbody td[align="right"] {
padding: 1px 5px 3px 0;
padding: 3px 3px 3px 0;
}
table.egwGridView_grid > tr {
border-bottom: 1px solid;

View File

@ -247,7 +247,7 @@ table.egwGridView_grid{
}
// right aligned columns need to be padded right, not left
td[align="right"] {
padding: 1px 5px 3px 0;
padding: 3px 3px 3px 0;
}

View File

@ -6073,7 +6073,7 @@ table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
/*white-space: inherit;*/
}
table.egwGridView_grid tbody td[align="right"] {
padding: 1px 5px 3px 0;
padding: 3px 3px 3px 0;
}
table.egwGridView_grid > tr {
border-bottom: 1px solid;