summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/media/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/media/style.css b/static/media/style.css
index a6cd7487e..676867ff8 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -384,13 +384,15 @@ table.confirm tr.spacer td:last-child{
border:1px solid #EEE;
}
-#window table td.string{
+#window table td.string, .dashboard table td.string{
text-align:left;
}
-#window table td.ref{
+#window table td.ref, .dashboard table td.ref{
text-align:left;
white-space:nowrap;
+ font-family:monospace;
+ font-size:9pt;
}
#window table td.no_items{