Bug 718431 - WebConsole doesn't show the warning icons on warning and errors; r=paul,dão

This commit is contained in:
Joe Walker 2012-01-27 13:42:06 +00:00
parent 450723d705
commit 7c58bdc22e
6 changed files with 18 additions and 6 deletions

View File

@ -110,6 +110,7 @@
margin-bottom: 3px;
-moz-margin-start: 3px;
-moz-margin-end: 6px;
list-style-image: none;
}
/* Extract from display.css, we only want these 2 rules */

View File

@ -70,6 +70,11 @@
font: 12px "DejaVu Sans Mono", monospace;
}
.hud-msg-node {
list-style-image: url(chrome://browser/skin/devtools/webconsole.png);
-moz-image-region: rect(0, 1px, 0, 0);
}
.webconsole-msg-icon {
margin: 3px 4px;
width: 8px;
@ -87,8 +92,6 @@
-moz-margin-start: 3px;
-moz-margin-end: 6px;
white-space: pre-wrap;
list-style-image: url(chrome://browser/skin/devtools/webconsole.png);
-moz-image-region: rect(0, 1px, 0, 0);
font: 12px "DejaVu Sans Mono", monospace;
}

View File

@ -110,6 +110,7 @@
margin-bottom: 3px;
-moz-margin-start: 3px;
-moz-margin-end: 6px;
list-style-image: none;
}
/* Extract from display.css, we only want these 2 rules */

View File

@ -73,6 +73,11 @@
font: 11px Menlo, Monaco, monospace;
}
.hud-msg-node {
list-style-image: url(chrome://browser/skin/devtools/webconsole.png);
-moz-image-region: rect(0, 1px, 0, 0);
}
.webconsole-msg-icon {
margin: 3px 4px;
width: 8px;
@ -90,8 +95,6 @@
-moz-margin-start: 3px;
-moz-margin-end: 6px;
white-space: pre-wrap;
list-style-image: url(chrome://browser/skin/devtools/webconsole.png);
-moz-image-region: rect(0, 1px, 0, 0);
font: 11px Menlo, Monaco, monospace;
}

View File

@ -110,6 +110,7 @@
margin-bottom: 3px;
-moz-margin-start: 3px;
-moz-margin-end: 6px;
list-style-image: none;
}
/* Extract from display.css, we only want these 2 rules */

View File

@ -69,6 +69,11 @@
font: 12px Consolas, Lucida Console, monospace;
}
.hud-msg-node {
list-style-image: url(chrome://browser/skin/devtools/webconsole.png);
-moz-image-region: rect(0, 1px, 0, 0);
}
.webconsole-msg-icon {
margin: 3px 4px;
width: 8px;
@ -86,8 +91,6 @@
-moz-margin-start: 3px;
-moz-margin-end: 6px;
white-space: pre-wrap;
list-style-image: url(chrome://browser/skin/devtools/webconsole.png);
-moz-image-region: rect(0, 1px, 0, 0);
font: 12px Consolas, Lucida Console, monospace;
}