aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static/teleterm.css
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-22 13:29:23 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-22 13:29:23 -0500
commit9c75f4154e4c0a61068ee0e1d12880e0e02e13e8 (patch)
tree24047140733ee931dfd8f8e5189ebe0bb9fb18f7 /teleterm/static/teleterm.css
parente6b6398033125d2fc6dce32e61458e0724bddb6a (diff)
downloadteleterm-9c75f4154e4c0a61068ee0e1d12880e0e02e13e8.tar.gz
teleterm-9c75f4154e4c0a61068ee0e1d12880e0e02e13e8.zip
more web display improvements
Diffstat (limited to 'teleterm/static/teleterm.css')
-rw-r--r--teleterm/static/teleterm.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/teleterm/static/teleterm.css b/teleterm/static/teleterm.css
new file mode 100644
index 0000000..ad6a8a7
--- /dev/null
+++ b/teleterm/static/teleterm.css
@@ -0,0 +1,20 @@
+.list td, .list th {
+ margin: 0;
+ padding-left: 8px;
+ padding-right: 8px;
+}
+
+.grid {
+ font-family: monospace;
+ background-color: black;
+ color: white;
+ border-collapse: collapse;
+ border: 4px solid black;
+}
+
+.grid .row .cell {
+ min-width: 1ch;
+ max-width: 1ch;
+ min-height: 1ex;
+ padding: 0px;
+}