mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Hide links with no value in nm for better vertical spacing
For example, timesheet & infolog have link above subject, this removes the space for it when the entry has no link
This commit is contained in:
parent
cbe8e841c6
commit
b96061b27a
@ -1084,17 +1084,9 @@ div.et2_link_entry:after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Special layout for inside nm grid */
|
/* Special layout for inside nm grid */
|
||||||
.et2_nextmatch div.et2_link_entry {
|
/* Hide links with no value entirely for better spacing*/
|
||||||
padding-right: 4px;
|
.et2_nextmatch et2-link[entryid=""] {
|
||||||
}
|
display: none;
|
||||||
|
|
||||||
.et2_nextmatch .et2_link_entry:after {
|
|
||||||
margin: -12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.et2_link_entry select, div.et2_link_entry {
|
|
||||||
/*width: 40%;*/
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icons in app selection */
|
/* Icons in app selection */
|
||||||
|
Loading…
Reference in New Issue
Block a user