mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Better sub-grid indenting
This commit is contained in:
parent
be2bb51a3e
commit
5413fb2a2a
@ -1159,6 +1159,17 @@
|
|||||||
background-image: url(../images/selectarrowdown.png);
|
background-image: url(../images/selectarrowdown.png);
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Grid / nextmatch Hierarchy
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* This class' margin-right is used to line up columns at each indent level
|
||||||
|
* Classes level_# are created programmatically with margin-right * depth
|
||||||
|
* Margin-right = -(indent + border)
|
||||||
|
*/
|
||||||
|
.indentation {
|
||||||
|
margin-right: -15px;
|
||||||
|
}
|
||||||
/* End of hierarchy */
|
/* End of hierarchy */
|
||||||
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
|
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
|
||||||
.et2_nextmatch * .et2_link_to {
|
.et2_nextmatch * .et2_link_to {
|
||||||
|
@ -1084,8 +1084,17 @@ button#admin-categories-index_add {
|
|||||||
background-image: url(../images/selectarrowdown.png);
|
background-image: url(../images/selectarrowdown.png);
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Grid / nextmatch Hierarchy
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* This class' margin-right is used to line up columns at each indent level
|
||||||
|
* Classes level_# are created programmatically with margin-right * depth
|
||||||
|
* Margin-right = -(indent + border)
|
||||||
|
*/
|
||||||
|
.indentation {
|
||||||
|
margin-right: -15px;
|
||||||
|
}
|
||||||
|
|
||||||
/* End of hierarchy */
|
/* End of hierarchy */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user