Quote Originally Posted by lat9 View Post
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:
Click image for larger version. 

Name:	developer_toolkit_font.jpg 
Views:	147 
Size:	18.1 KB 
ID:	15872
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!
Quote Originally Posted by charmedbytina2 View Post
Just noticed this: In admin - tools - developer tools.

I did a search and the results returned look a little wonky. See image attached.

Click image for larger version. 

Name:	screen_dev_tools.jpg 
Views:	130 
Size:	55.3 KB 
ID:	15887
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;}