Bug 1415211 - Realigned XHR label, set property margin-inline-start of XHR to 0; r=nchevobbe

MozReview-Commit-ID: 3K2jqmr5OCJ

--HG--
extra : rebase_source : 898370c2dce16320c941b8a844b3d08881ae91fe
This commit is contained in:
Tim Xie 2018-03-09 02:59:19 -05:00
parent fafbf19092
commit 91856e91aa
2 changed files with 5 additions and 7 deletions

View File

@ -290,9 +290,9 @@ a {
border-radius: 3px;
font-weight: bold;
font-size: 10px;
padding: 2px;
padding: 1px 2px;
line-height: 10px;
margin-inline-start: 3px;
margin-inline-start: 0;
margin-inline-end: 1ex;
}
@ -610,10 +610,8 @@ textbox.jsterm-input-node[focused="true"] {
}
.message .theme-twisty {
display: inline-block;
vertical-align: middle;
margin: 3px 0 0 0;
flex-shrink: 0;
position: relative;
top: 0.1em;
}
/*Do not mirror the twisty because container force to ltr */

View File

@ -112,7 +112,7 @@ function NetworkEventMessage({
? dom.a({ className: "status", onClick: toggle }, statusInfo)
: null;
const messageBody = [method, xhr, requestUrl, statusBody];
const messageBody = [xhr, method, requestUrl, statusBody];
// API consumed by Net monitor UI components. Most of the method
// are not needed in context of the Console panel (atm) and thus