summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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;