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
commit0a03bce3ad9d464ce2b102b87c884fba338a469b (patch)
treea81cef6146f79fdb506c720866e43d705ab65f7c /static
parent2f5237c40c5249b560c7229a9b2a2f956f16e7ab (diff)
downloadIshtar-0a03bce3ad9d464ce2b102b87c884fba338a469b.tar.bz2
Ishtar-0a03bce3ad9d464ce2b102b87c884fba338a469b.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;