mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01: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 {
|
||||
/*white-space: inherit;*/
|
||||
}
|
||||
table.egwGridView_grid tbody td[align="right"] {
|
||||
padding: 3px 5px 3px 0;
|
||||
}
|
||||
table.egwGridView_grid > tr {
|
||||
border-bottom: 1px solid;
|
||||
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…
Reference in New Issue
Block a user