mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Give all grids some padding between cells
This commit is contained in:
parent
a8bec5ff64
commit
671ec22243
@ -3752,11 +3752,11 @@ tr.dialogOperators td, .dialogFooterToolbar {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
.popupMainDiv table.et2_grid > tbody > tr > td {
|
||||
table.et2_grid > tbody > tr > td {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.popupMainDiv table.et2_grid > tbody > tr > td:last-child {
|
||||
table.et2_grid > tbody > tr > td:last-child {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user