diff options
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 |
commit | 45f2c89cc92bfbf6af73ac2f32791f3b20ae801e (patch) | |
tree | 9c6ac9dbd23b678f820e6c85b85e410785fe5ec9 /static | |
parent | 4a4e49cabf7604a60ac67f92191d3ec7d502fda6 (diff) | |
download | Ishtar-45f2c89cc92bfbf6af73ac2f32791f3b20ae801e.tar.bz2 Ishtar-45f2c89cc92bfbf6af73ac2f32791f3b20ae801e.zip |
Complete the general panel for dashboard (closes #520)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 6 |
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{ |