Skip to content

Commit 291994b

Browse files
authored
Merge pull request #6686 from andywarburton/main
WebWorkFlow CSS Tweaks for edit.html
2 parents 767234e + 019fbb1 commit 291994b

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

supervisor/shared/web_workflow/static/edit.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Code Edit</title>
6-
<style>
7-
#code_textarea {
8-
width: 90%;
9-
height: 600px;
10-
}
11-
12-
#output_text {
13-
margin: 0;
14-
font-size: 0.7em;
15-
}
16-
</style>
17-
6+
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow-8.css">
7+
<link rel="stylesheet" href="/style.css">
188
</head>
199
<body>
2010
<button id="save_btn">Save</button>

supervisor/shared/web_workflow/static/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ body {
55
font-family: "Proxima Nova", Verdana, sans-serif;
66
line-height: 20.7px;
77
}
8+
9+
10+
/* for edit.html */
11+
#code_textarea {
12+
width: 90%;
13+
height: 600px;
14+
}
15+
16+
#output_text {
17+
margin: 0;
18+
font-size: 0.7em;
19+
}

0 commit comments

Comments
 (0)