mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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 */
|
||||
.et2_nextmatch div.et2_link_entry {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.et2_nextmatch .et2_link_entry:after {
|
||||
margin: -12px;
|
||||
}
|
||||
|
||||
div.et2_link_entry select, div.et2_link_entry {
|
||||
/*width: 40%;*/
|
||||
margin-right: 10px;
|
||||
/* Hide links with no value entirely for better spacing*/
|
||||
.et2_nextmatch et2-link[entryid=""] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Icons in app selection */
|
||||
|
Loading…
Reference in New Issue
Block a user