summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-07-03 20:55:29 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-07-03 20:55:29 +0200
commitf6dc6ffebbe7c85acb1d19021757abbacf363566 (patch)
treea81cef6146f79fdb506c720866e43d705ab65f7c /static
parent05a714313fc9500068d93b9b522687cc7498cd2d (diff)
downloadIshtar-f6dc6ffebbe7c85acb1d19021757abbacf363566.tar.bz2
Ishtar-f6dc6ffebbe7c85acb1d19021757abbacf363566.zip
Better references for material type (closes #399)
Diffstat (limited to 'static')
-rw-r--r--static/media/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/static/media/style.css b/static/media/style.css
index fb7248e84..2d8cb7ff7 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -321,11 +321,16 @@ table.confirm tr.spacer td:last-child{
border-radius:8px;
}
+#window .table{
+ width:730px;
+ overflow:auto;
+}
+
#window table{
font-size:0.9em;
margin:10px 0;
- width:100%;
border-collapse:collapse;
+ width:100%;
}
#window caption{
@@ -349,6 +354,11 @@ table.confirm tr.spacer td:last-child{
text-align:left;
}
+#window table td.ref{
+ text-align:left;
+ white-space:nowrap;
+}
+
#window table td.no_items{
text-align:center;
font-style:italic;