mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Added css for subgrids
This commit is contained in:
parent
f50b880c19
commit
fc981118c1
@ -661,3 +661,21 @@ div.et2_progress > div {
|
||||
cursor: ew-resize;
|
||||
}
|
||||
|
||||
/**
|
||||
* Indent grid sublevels
|
||||
*/
|
||||
|
||||
.et2_nextmatch .subentry.level_1 div.et2_vbox {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
|
||||
.et2_nextmatch .subentry.level_2 div.et2_vbox {
|
||||
margin-left: 5em;
|
||||
}
|
||||
|
||||
.et2_nextmatch .subentry.level_3 div.et2_vbox {
|
||||
margin-left: 7.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user