
Originally Posted by
lat9
Admin, Tools->Developers Tool Kit. It looks like either the CSS or layout was changed so that a mono-type font is now used for the display:

It's quite ugly (IMO) now and very difficult to read. Can this be changed back?
P.S. I
do like the new highlighting of the searched-for term!

Originally Posted by
charmedbytina2
Just noticed this: In admin - tools - developer tools.
I did a search and the results returned look a little wonky. See image attached.

FWIW, I changed the file /admin/includes/developers_tool_kit.css, removing the lines highlighted to restore the display to a non-monospaced font:
Code:
/*
* @package Admin
* @copyright Copyright 2003-2015 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: Author: DrByte Modified in v1.6.0 $
*/
.dtk-highlite {font-weight: bold; color: rgb(255, 10, 5);}
.dtk-foundline, .dtk-foundline-multi {font-family: courier;}
.dtk-foundline-multi {background-color: rgba(4, 211, 216, 0.12);}
.dtk-contextline {font-family: courier;}
.dtk-linenum {font-family: courier;}
Bookmarks