summaryrefslogtreecommitdiffhomepage
path: root/static/css
diff options
context:
space:
mode:
authorPrivate Island Networks <opensource@privateisland.tech>2026-04-22 12:00:41 -0400
committerPrivate Island Networks <opensource@privateisland.tech>2026-04-22 12:00:41 -0400
commitd3fba38214ffc204fb02afdc74657b95c2722bfe (patch)
tree0c1022b80421a63a60559494e520ad6d68a3000f /static/css
parent926e5b9cb55045ddb5298937d29eb5e739bdf168 (diff)
mle: fix up various issues with formatting and messages so messages appear in the ML tabHEADmain
Diffstat (limited to 'static/css')
-rw-r--r--static/css/base.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/base.css b/static/css/base.css
index 702a034..3cbdc0c 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -217,6 +217,18 @@ div#betsy {
flex-basis: 300px;
}
+.mc-log-col-token {
+ padding: 1em 0px;
+ color: green;
+ flex-basis: 200px;
+}
+
+.mc-log-col-data {
+ padding: 1em 0px;
+ color: blue;
+ flex-basis: 400px;
+}
+
@media ( min-width : 80em) {
.mc-log-col-pc {
flex-basis: 600px;
@@ -224,6 +236,9 @@ div#betsy {
.mc-log-col-phy0 {
flex-basis: 600px;
}
+ .mc-log-col-data {
+ flex-basis: 600px;
+ }
}
.mc-table-striped thead th {

Highly Recommended Verilog Books