mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Fix a tags in nextmatch take fullWidth of parent and causing not be able select next match row on free space area
This commit is contained in:
parent
14655677ca
commit
76bf4f31dc
@ -452,7 +452,11 @@ action buttons, left aligned for "extra" controls
|
|||||||
.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr > td:first-child {
|
.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr > td:first-child {
|
||||||
padding-left: 1.2em;
|
padding-left: 1.2em;
|
||||||
}
|
}
|
||||||
|
/*stops a tags inside next match extends to their parents width,
|
||||||
|
which caused click on free space infront of a tag stops nm row selection*/
|
||||||
|
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox a {
|
||||||
|
display: table-row;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Diff widget
|
* Diff widget
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user