zulip/static/styles/integrations_dev_panel.css
Hemanth V. Alluri 2bd9c8cb42 devtools: Add custom HTTP headers support to the integrations dev panel.
This commit introduces a simple field where the user can now specify custom
HTTP headers. This commit does not introduce an improved system for storing
HTTP headers as fixtures - such a change would modify both the existing unit
tests as well as this devtool.
2019-05-17 11:50:53 -07:00

35 lines
417 B
CSS

#panel_div {
margin: auto;
width: 720px;
margin-top: 50px;
border: 3px solid;
border-color: rgb(0, 128, 0);
padding: 10px;
}
#custom_http_headers {
height: 200px;
width: 700px;
}
#fixture_body {
height: 500px;
width: 700px;
}
#send_fixture_button {
float: right;
}
#URL {
width: 90%;
}
.center-text {
text-align: center;
}
.pad-top {
padding-top: 30px;
}