mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
right aligned columns need to be padded right, not left
This commit is contained in:
parent
759c76b70b
commit
af3bfc0758
@ -5810,6 +5810,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