forked from extern/egroupware
Mail: Adjust column alignment in horiziontal view
This commit is contained in:
parent
a6bcc3228d
commit
cbccbba108
@ -5,7 +5,7 @@
|
|||||||
<template id="mail.index.rows.horizental" template="" lang="" group="0" version="1.9.001">
|
<template id="mail.index.rows.horizental" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column minWidth="50" maxWidth="50" width="50"/>
|
<column minWidth="60" maxWidth="60" width="60"/>
|
||||||
<column width="20"/>
|
<column width="20"/>
|
||||||
<column width="20"/>
|
<column width="20"/>
|
||||||
<column width="40%"/>
|
<column width="40%"/>
|
||||||
|
@ -6062,7 +6062,7 @@ table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
|
|||||||
/*white-space: inherit;*/
|
/*white-space: inherit;*/
|
||||||
}
|
}
|
||||||
table.egwGridView_grid tbody td[align="right"] {
|
table.egwGridView_grid tbody td[align="right"] {
|
||||||
padding: 1px 5px 3px 0;
|
padding: 3px 3px 3px 0;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid > tr {
|
table.egwGridView_grid > tr {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
|
@ -6042,7 +6042,7 @@ table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
|
|||||||
/*white-space: inherit;*/
|
/*white-space: inherit;*/
|
||||||
}
|
}
|
||||||
table.egwGridView_grid tbody td[align="right"] {
|
table.egwGridView_grid tbody td[align="right"] {
|
||||||
padding: 1px 5px 3px 0;
|
padding: 3px 3px 3px 0;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid > tr {
|
table.egwGridView_grid > tr {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
|
@ -6063,7 +6063,7 @@ table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
|
|||||||
/*white-space: inherit;*/
|
/*white-space: inherit;*/
|
||||||
}
|
}
|
||||||
table.egwGridView_grid tbody td[align="right"] {
|
table.egwGridView_grid tbody td[align="right"] {
|
||||||
padding: 1px 5px 3px 0;
|
padding: 3px 3px 3px 0;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid > tr {
|
table.egwGridView_grid > tr {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
|
@ -247,7 +247,7 @@ table.egwGridView_grid{
|
|||||||
}
|
}
|
||||||
// right aligned columns need to be padded right, not left
|
// right aligned columns need to be padded right, not left
|
||||||
td[align="right"] {
|
td[align="right"] {
|
||||||
padding: 1px 5px 3px 0;
|
padding: 3px 3px 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -6073,7 +6073,7 @@ table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
|
|||||||
/*white-space: inherit;*/
|
/*white-space: inherit;*/
|
||||||
}
|
}
|
||||||
table.egwGridView_grid tbody td[align="right"] {
|
table.egwGridView_grid tbody td[align="right"] {
|
||||||
padding: 1px 5px 3px 0;
|
padding: 3px 3px 3px 0;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid > tr {
|
table.egwGridView_grid > tr {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
|
Loading…
Reference in New Issue
Block a user