Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F775695
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 5, 9:22 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Fri, Feb 7, 9:22 PM (23 h, 9 m)
Engine
blob
Format
Raw Data
Handle
558219
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.2.x/core/kernel/utility/debugger/debugger.css
===================================================================
--- branches/5.2.x/core/kernel/utility/debugger/debugger.css (revision 14755)
+++ branches/5.2.x/core/kernel/utility/debugger/debugger.css (revision 14756)
@@ -1,125 +1,135 @@
+#debug_layer code {
+ font-family: monospace;
+}
+
+#debug_layer b, #debug_layer strong {
+ font-weight: bold;
+}
+
+/* <br> tags inside <span> tags, produced by "hightlight_string" method call in PHP have strange bottom margin sometimes */
+
.dbg_profiler {
margin-top: 5px;
padding: 0px;
height: 10px;
border: 1px solid #000000;
float: left;
display: inline;
}
.dbg_flat_table, .dbg_stats_table, table.dbg_explain_table {
border-collapse: collapse;
width: auto;
margin: 0px;
}
table.dbg_explain_table TD {
border: 1px solid #000000;
padding: 4px;
}
table.dbg_explain_table tr.explain_header TD {
font-weight: bold;
text-align: center;
}
.dbg_flat_table TD, .dbg_stats_table TD {
border: 1px solid #CCCCCC;
padding: 4px;
}
.dbg_stats_table TD {
background-color: #FFFFFF;
font-family: Arial, Verdana;
font-size: 9pt;
text-align: left;
}
.debug_cell .dbg_stats_table td {
background-color: transparent;
}
.debug_layer_table {
border-collapse: collapse;
}
.debug_text, .debug_row_even TD, .debug_row_odd TD {
color: #000000;
font-family: Verdana;
font-size: 11px;
}
.debug_cell {
border: 1px solid #FF0000;
padding: 4px;
text-align: left;
}
.debug_row_even {
background-color: #CCCCFF;
}
.debug_row_odd {
background-color: #FFFFCC;
}
.debug_layer_container {
left: 2px;
top: 1px;
z-index: +1000;
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_layer {
padding: 0px;
}
.debug_error {
color: #FF0000;
}
.dbg-toolbar {
border: 1px solid #000000;
background-color: #D4D0C8;
border-collapse: separate;
border-spacing: 2px;
width: auto;
}
.dbg-toolbar td {
font-size: 13px;
font-family: Tahoma;
padding: 1px 5px 1px 5px;
vertical-align: middle;
margin: 3px;
}
.dbg-toolbar td.dbg-button, .dbg-toolbar td.dbg-button:hover {
cursor: default;
}
.dbg-toolbar td.dbg-button {
border: 1px solid #D4D0C8;
background-color: #D4D0C8;
}
.dbg-toolbar td.dbg-button:hover {
border: 1px solid #0A246A;
background-color: #B5BDD2;
}
.dbg-toolbar td.dbg-separator {
background-color: #000000;
width: 1px;
padding: 0px;
}
Event Timeline
Log In to Comment