mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Remove extra border spacing, should be handled in CSS if needed
This commit is contained in:
parent
b703e5ddf8
commit
71e62f24f3
@ -299,7 +299,6 @@ var et2_dataview = Class.extend({
|
||||
// Update the visibility of the column
|
||||
this.egw.css("." + col.tdClass,
|
||||
"display: table-cell; " +
|
||||
((vis_col == total_cnt) ? "border-right-width: 0 " : "border-right-width: 1px ") +
|
||||
"!important;");
|
||||
|
||||
// Ugly browser dependant code - each browser seems to treat the
|
||||
|
Loading…
Reference in New Issue
Block a user