Bug 711723 - Move the timestamp in the Error console to the left and on the same line as message text. r=Neil

This commit is contained in:
aceman 2012-10-11 21:31:38 -04:00
parent fb799e3fc7
commit f704a1ec85
4 changed files with 12 additions and 7 deletions

View File

@ -413,12 +413,10 @@
<xul:image class="console-icon" xbl:inherits="src,type"/>
</xul:box>
<xul:vbox class="console-row-content" xbl:inherits="selected" flex="1">
<xul:box class="console-row-time">
<xul:label class="label" xbl:inherits="value=time"/>
</xul:box>
<xul:box class="console-row-msg" align="start">
<xul:label class="label" xbl:inherits="value=typetext"/>
<xul:description class="console-error-msg" xbl:inherits="xbl:text=msg" flex="1"/>
<xul:label class="label console-time" xbl:inherits="value=time"/>
</xul:box>
<xul:box class="console-row-file" xbl:inherits="hidden=hideSource">
<xul:label class="label" value="&errFile.label;"/>

View File

@ -26,11 +26,15 @@
-moz-box-align: start !important;
}
.console-row-msg > label,
.console-row-msg > label:first-child,
.console-row-file > label:first-child {
display: none;
}
.console-time {
font-weight: normal !important;
}
.console-icon {
list-style-image: inherit;
}

View File

@ -29,8 +29,7 @@
color: #505050;
}
.console-row-msg > label {
.console-row-msg > label:first-child {
font-weight: bold;
}

View File

@ -26,11 +26,15 @@
-moz-box-align: start !important;
}
.console-row-msg > label,
.console-row-msg > label:first-child,
.console-row-file > label:first-child {
display: none;
}
.console-time {
font-weight: normal !important;
}
.console-icon {
list-style-image: inherit;
}