mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
fb799e3fc7
commit
f704a1ec85
@ -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;"/>
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -29,8 +29,7 @@
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
|
||||
.console-row-msg > label {
|
||||
.console-row-msg > label:first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user