Index: trunk/themes/default/incs/inportal_main.css =================================================================== diff -u -r568 -r817 --- trunk/themes/default/incs/inportal_main.css (.../inportal_main.css) (revision 568) +++ trunk/themes/default/incs/inportal_main.css (.../inportal_main.css) (revision 817) @@ -799,27 +799,52 @@ /* debug output styles */ -.debug_table { - border: 1px solid green; +.flat_table TD { + border: 1px solid buttonface; + border-width: 1 1 0 0; + +} + +.debug_layer_table { + border: 1px solid red; border-width: 0 0 1 1; } -.debug_table TD, .debug_text { +.debug_text, .debug_row_even TD, .debug_row_odd TD { color: #000000; - font-family: Arial, Helvetica; - font-size: 13px; + font-family: Verdana; + font-size: 11px; } -.debug_table TD { - border: 1px solid green; +.debug_cell { + border: 1px solid red; border-width: 1 1 0 0; - } -.debug_layer { - position: relative; - overflow: auto; - - height: 300px; - width: 600px; +.debug_row_even { + background-color: #CCCCFF; +} + +.debug_row_odd { + background-color: #FFFFCC; +} + +.debug_layer_container { + left: 2px; + top: 1px; + width: 500px; + z-index: +10; + position: absolute; + overflow: auto; + border: 2px solid; + padding: 3px; + border-top-color: threedlightshadow; + border-left-color: threedlightshadow; + border-right-color: threeddarkshadow; + border-bottom-color: threeddarkshadow; + background-color: buttonface; +} + +.debug_error { + color: #FF0000; } \ No newline at end of file