aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-12-11 15:47:54 -0800
committerzotlabs <mike@macgirvin.com>2017-12-11 15:47:54 -0800
commit4d7acdd44d4413c5bb712fe05a77bcaccc3054a5 (patch)
tree2303c376550d2fea1f882d2a92b133b52bfff37e /view/theme/redbasic
parent4859e6e11a725c345de24749f8600a20ea0a4c2f (diff)
downloadvolse-hubzilla-4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.tar.gz
volse-hubzilla-4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.tar.bz2
volse-hubzilla-4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.zip
try as best we can to keep the directory table (cloud list mode) inside the containing div. It looks pretty bad when you have a long filename.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 5728d7948..a3e2c47ab 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1759,3 +1759,12 @@ dl.bb-dl > dd > li {
overflow: hidden;
}
+#cloud-index {
+ width: 100%;
+ table-layout: fixed;
+}
+
+#cloud-index td {
+ width: auto;
+ overflow: hidden;
+} \ No newline at end of file