summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-15 23:44:25 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:38 +0100
commit55c9a7786b9b9ed6687e555a1c236208549838e7 (patch)
tree72de48d65d78eb70f19c8e55acb25e410117191c
parent737ad84a0d7c7d6ade8b5251d120bffbe604df04 (diff)
Tweak formatting.
-rw-r--r--web/index.html57
1 files changed, 29 insertions, 28 deletions
diff --git a/web/index.html b/web/index.html
index 2235d2975..6dd278e07 100644
--- a/web/index.html
+++ b/web/index.html
@@ -22,60 +22,61 @@
fetch("/api/v1/stop", { method: "POST" });
}
</script>
+
<style>
button {
- border: 1px solid rgba(27, 31, 35, 0.15);
- border-radius: 6px;
- color: #24292E;
- display: inline-block;
- line-height: 20px;
- padding: 6px 16px;
- vertical-align: middle;
- white-space: nowrap;
- word-wrap: break-word;
+ border: 1px solid rgba(27, 31, 35, 0.15);
+ border-radius: 6px;
+ color: #24292E;
+ display: inline-block;
+ line-height: 20px;
+ padding: 6px 16px;
+ vertical-align: middle;
+ white-space: nowrap;
+ word-wrap: break-word;
}
button:hover {
- background-color: #F3F4F6;
- text-decoration: none;
- transition-duration: 0.1s;
+ background-color: #F3F4F6;
+ text-decoration: none;
+ transition-duration: 0.1s;
}
button:active {
- background-color: #EDEFF2;
- box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
- transition: none 0s;
+ background-color: #EDEFF2;
+ box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
+ transition: none 0s;
}
button:focus {
- outline: 1px transparent;
+ outline: 1px transparent;
}
button:before {
- display: none;
+ display: none;
}
table {
- border-collapse: collapse;
- margin: 25px 0;
- font-size: 0.9em;
- box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
- border: 2px solid black;
+ border-collapse: collapse;
+ margin: 25px 0;
+ font-size: 0.9em;
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
+ border: 2px solid black;
}
tr {
- text-align: left;
- border: 1px solid black;
+ text-align: left;
+ border: 1px solid black;
}
td {
- padding: 4px 16px;
- text-align: left;
- border: 1px solid black;
+ padding: 4px 16px;
+ text-align: left;
+ border: 1px solid black;
}
+</style>
-</style>
<title>%1</title>
</head>
<body>