LP#1679246 - add display-none css rule to eg-grid-field
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Fri, 20 Oct 2017 20:57:23 +0000 (16:57 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 7 Nov 2017 16:04:08 +0000 (11:04 -0500)
This will fix the extraneous text created from any
eg-grid-field that has non IDL paths or text data.
Ex: a virtual/computed column, ie {{usr}}@{{org}}

Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/staff/css/style.css.tt2

index e5a661a..74cf439 100644 (file)
@@ -473,6 +473,10 @@ table.list tr.selected td { /* deprecated? */
   height: 25px;
 }
 
+eg-grid-field {
+  display: none;
+}
+
 [%# 
 vim: ft=css 
 %]