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:
Hadi Nategh 2014-12-17 16:58:09 +00:00
parent 14655677ca
commit 76bf4f31dc

View File

@ -452,7 +452,11 @@ action buttons, left aligned for "extra" controls
.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr > td:first-child {
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
*/