mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +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;
|
padding: 5px 0px 5px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popupMainDiv table.et2_grid > tbody > tr > td {
|
table.et2_grid > tbody > tr > td {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popupMainDiv table.et2_grid > tbody > tr > td:last-child {
|
table.et2_grid > tbody > tr > td:last-child {
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user