mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 887468 - Make custom request form look okay; r=vporof
This commit is contained in:
parent
6325d5bb03
commit
1201d55a01
@ -225,10 +225,7 @@
|
||||
class="tabpanel-summary-container"
|
||||
align="center">
|
||||
<textbox id="custom-method-value"
|
||||
oninput="NetMonitorView.CustomRequest.onUpdate('method');"
|
||||
multiline="true"
|
||||
cols="6"
|
||||
rows="1"/>
|
||||
oninput="NetMonitorView.CustomRequest.onUpdate('method');"/>
|
||||
<textbox id="custom-url-value"
|
||||
flex="1"
|
||||
oninput="NetMonitorView.CustomRequest.onUpdate('url');"/>
|
||||
@ -251,7 +248,7 @@
|
||||
<textbox id="custom-headers-value"
|
||||
class="tabpanel-summary-input"
|
||||
multiline="true"
|
||||
rows="6"
|
||||
rows="8"
|
||||
wrap="off"
|
||||
oninput="NetMonitorView.CustomRequest.onUpdate('headers');"/>
|
||||
</vbox>
|
||||
|
@ -441,6 +441,10 @@ box.requests-menu-status[code^="5"] {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
#custom-method-value {
|
||||
width: 4.5em;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
#requests-menu-footer {
|
||||
|
@ -441,6 +441,10 @@ box.requests-menu-status[code^="5"] {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
#custom-method-value {
|
||||
width: 4.5em;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
#requests-menu-footer {
|
||||
|
@ -441,6 +441,10 @@ box.requests-menu-status[code^="5"] {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
#custom-method-value {
|
||||
width: 4.5em;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
#requests-menu-footer {
|
||||
|
Loading…
Reference in New Issue
Block a user