mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
give right aligned table cells a padding-right 8px
This commit is contained in:
parent
c7b576481b
commit
63804dc101
@ -1261,6 +1261,9 @@ table.et2_grid {
|
||||
.et2_grid td {
|
||||
/* border: 1px dashed silver;*/
|
||||
}
|
||||
.et2_grid td[align="right"] {
|
||||
padding-right: 8px;
|
||||
}
|
||||
/**
|
||||
* Sortable grid
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user