Improve scheduled report manager interface | Community
Skip to main content
james_wawne
Level 4
April 23, 2010
New

Improve scheduled report manager interface

  • April 23, 2010
  • 1 reply
  • 1703 views

The icons to edit and delete scheduled report line items are too small/close together and too far from the report name making it is easy to click the icons that relate to other reports.

1 reply

joris02048
Level 2
January 31, 2013

I agree. I get around this by using the Stylish addon for Firefox, and the following custom style:

 

@namespace url(http://www.w3.org/1999/xhtml);@-moz-document domain("www2.omniture.com") { tr.web_row:hover {background-color:#f1f1f1;} table.grid tr:hover {background-color:#f1f1f1;} table.grid tr.alternate {background:none;} table.grid tr.alternate:hover {background-color:#f1f1f1 !important;} table.grid tr:nth-child(odd):hover {background-color:#f1f1f1 !important;} table.grid tr:nth-child(even):hover {background-color:#f3f3f3 !important;} }