summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-07-25 09:42:39 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-07-25 09:42:39 +0200
commitf1cfa62fbd53230313fee6c4262f35ccfa881f3d (patch)
tree9c6ac9dbd23b678f820e6c85b85e410785fe5ec9 /static
parent48db6c74f82de04dd714accf4030f005ba791143 (diff)
downloadIshtar-f1cfa62fbd53230313fee6c4262f35ccfa881f3d.tar.bz2
Ishtar-f1cfa62fbd53230313fee6c4262f35ccfa881f3d.zip
Complete the general panel for dashboard (closes #520)
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{