mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
right aligned columns need to be padded right, not left
This commit is contained in:
parent
b991bf4531
commit
72b63f0b45
@ -5772,6 +5772,9 @@ table.egwGridView_grid tbody td table.customfields tbody tr td {
|
|||||||
table.egwGridView_grid tbody td table.customfields tbody tr td .et2_textbox_ro {
|
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"] {
|
||||||
|
padding: 3px 5px 3px 0;
|
||||||
|
}
|
||||||
table.egwGridView_grid > tr {
|
table.egwGridView_grid > tr {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
border-color: #828282;
|
border-color: #828282;
|
||||||
|
@ -268,6 +268,10 @@ table.egwGridView_grid{
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
// right aligned columns need to be padded right, not left
|
||||||
|
td[align="right"] {
|
||||||
|
padding: 3px 5px 3px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user