aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme')
-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